Replace zippy with c3 for glusterfs.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
device = "192.168.1.71:/compute";
|
||||
fsType = "glusterfs";
|
||||
options = [
|
||||
"backup-volfile-servers=192.168.1.72:192.168.1.2"
|
||||
"backup-volfile-servers=192.168.1.72:192.168.1.73"
|
||||
"_netdev"
|
||||
];
|
||||
};
|
||||
|
||||
@@ -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 heal compute full
|
||||
* c1: gluster peer detach c3
|
||||
|
||||
same to then later replace 192.168.1.2 with 192.168.1.73
|
||||
|
||||
Reference in New Issue
Block a user