Replace zippy with c3 for glusterfs.

This commit is contained in:
2024-08-22 06:00:25 +01:00
parent 27b4227993
commit 5bce0ea072
2 changed files with 3 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
device = "192.168.1.71:/compute"; device = "192.168.1.71:/compute";
fsType = "glusterfs"; fsType = "glusterfs";
options = [ options = [
"backup-volfile-servers=192.168.1.72:192.168.1.2" "backup-volfile-servers=192.168.1.72:192.168.1.73"
"_netdev" "_netdev"
]; ];
}; };

View File

@@ -19,3 +19,5 @@ adding a new gluster node to the compute volume, with c3 having failed:
* c1: gluster volume replace-brick compute c3:/persist/glusterfs/compute/brick1 192.168.1.2:/persist/glusterfs/compute/brick1 commit force * c1: gluster volume replace-brick compute c3:/persist/glusterfs/compute/brick1 192.168.1.2:/persist/glusterfs/compute/brick1 commit force
* c1: gluster volume heal compute full * c1: gluster volume heal compute full
* c1: gluster peer detach c3 * c1: gluster peer detach c3
same to then later replace 192.168.1.2 with 192.168.1.73