We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da5c06 commit 8245875Copy full SHA for 8245875
examples/kubernetes/samba-ctdb-dm-sset.yml
@@ -30,7 +30,8 @@ data:
30
],
31
"globals": [
32
"noprinting",
33
- "sambadm1"
+ "sambadm1",
34
+ "vfs_fileid"
35
36
"instance_features": ["ctdb"],
37
"instance_name": "SAMBASWC"
@@ -64,6 +65,12 @@ data:
64
65
"idmap config * : backend": "autorid",
66
"idmap config * : range": "2000-9999999"
67
}
68
+ },
69
+ "vfs_fileid": {
70
+ "options": {
71
+ "vfs objects": "fileid",
72
+ "fileid:algorithm": "fsid"
73
+ }
74
75
76
0 commit comments