Skip to content

Commit 8245875

Browse files
spuiukphlogistonjohn
authored andcommitted
kubernetes examples: Use vfs_fileid in generated smb.conf
Use the vfs_fileid plugin with fsid when using a clustered fs on a PV on multiple nodes. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent 0da5c06 commit 8245875

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/kubernetes/samba-ctdb-dm-sset.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ data:
3030
],
3131
"globals": [
3232
"noprinting",
33-
"sambadm1"
33+
"sambadm1",
34+
"vfs_fileid"
3435
],
3536
"instance_features": ["ctdb"],
3637
"instance_name": "SAMBASWC"
@@ -64,6 +65,12 @@ data:
6465
"idmap config * : backend": "autorid",
6566
"idmap config * : range": "2000-9999999"
6667
}
68+
},
69+
"vfs_fileid": {
70+
"options": {
71+
"vfs objects": "fileid",
72+
"fileid:algorithm": "fsid"
73+
}
6774
}
6875
}
6976
}

0 commit comments

Comments
 (0)