From 735c4698182bdd02cb065cfd211692be0e1e7027 Mon Sep 17 00:00:00 2001 From: James Blair Date: Tue, 2 Feb 2021 12:06:33 +1300 Subject: [PATCH] Added missing keyword to add-brick command. --- maintenance/gluster-brick-hotswap.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/gluster-brick-hotswap.org b/maintenance/gluster-brick-hotswap.org index 3bec973..7b589ae 100644 --- a/maintenance/gluster-brick-hotswap.org +++ b/maintenance/gluster-brick-hotswap.org @@ -198,7 +198,7 @@ We add the ~force~ flag to the ~add-brick~ command as otherwise glusterfs will c eval "knock $ip $(echo $sequence | tr -d '"') && sleep 2" # Run the command to add peer and check status via ssh -eval "ssh $user@$ip -p $port sudo gluster add-brick jammaraid 192.168.1.130:/data/brick1/jammaraid force" +eval "ssh $user@$ip -p $port sudo gluster volume add-brick jammaraid 192.168.1.130:/data/brick1/jammaraid force" #+END_SRC