From afca76d9491f8f79189ca3d14925eb3bc9b1540c Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Mon, 17 Jul 2023 06:53:05 +0100 Subject: [PATCH] Keep track of commands run to set things up that aren't in the configs. --- stateful-commands.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 stateful-commands.txt diff --git a/stateful-commands.txt b/stateful-commands.txt new file mode 100644 index 0000000..174b326 --- /dev/null +++ b/stateful-commands.txt @@ -0,0 +1,6 @@ +glusterfs setup on c1: + * gluster peer probe c{2,3} + * gluster volume create compute replica 3 c{1,2,3}:/data/glusterfs/compute/brick1/brick + * data dirs were mkdir'd manually before + * gluster volume start compute + * gluster volume bitrot compute enable