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";
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"
];
};