Displaying 3 results from an estimated 3 matches for "fscluster".
Did you mean:
scluster
2020 Sep 21
2
ceph vfs can't find specific path
...ning as a CTDB cluster and trying to share a specific path on a cephfs. After loading the config the ctdb log shows the following error:
ctdb-eventd[248]: 50.samba: ERROR: samba directory "/plm" not available
Here is my samba configuration:
[global]
clustering = Yes
netbios name = FSCLUSTER
realm = INT.EXAMPLE.COM
registry shares = Yes
security = ADS
workgroup = INT.EXAMPLE.COM
map acl inherit = Yes
vfs objects = acl_xattr
[plm]
guest ok = Yes
inherit permissions = Yes
kernel share modes = No
path = /plm
read only = No
vfs objects = ceph
ceph:config_file = /etc/ceph/cep...
2020 Sep 21
2
ceph vfs can't find specific path
.... Finally, by setting 'vfs objects = ceph' in [plm], you have turned
> off acl_xattr on the share.
Sorry, I tried to keep the config as short as possible and deleted and renamed some stuff. Probably not the best idea. Here is the full config:
[global]
clustering = Yes
netbios name = FSCLUSTER
realm = INT.EXAMPLE.COM
registry shares = Yes
security = ADS
template shell = /bin/zsh
winbind refresh tickets = Yes
winbind use default domain = Yes
workgroup = INT.EXAMPLE
idmap config int.example:range = 1000000-1999999
idmap config int.example:backend = rid
idmap config *:range = 1000...
2020 Sep 21
0
ceph vfs can't find specific path
...ecific path on a cephfs. After loading the config the ctdb log shows the following error:
>
>
> ctdb-eventd[248]: 50.samba: ERROR: samba directory "/plm" not available
>
>
> Here is my samba configuration:
>
>
> [global]
> clustering = Yes
> netbios name = FSCLUSTER
> realm = INT.EXAMPLE.COM
> registry shares = Yes
> security = ADS
> workgroup = INT.EXAMPLE.COM
> map acl inherit = Yes
> vfs objects = acl_xattr
>
> [plm]
> guest ok = Yes
> inherit permissions = Yes
> kernel share modes = No
> path = /plm
> read only = No
&...