Hi all, we are setting up a SAMBA share and would like to use the vfs_ceph module. Unfortunately, it seems not to be part of the common SAMBA packages on CentOS 8. Does anyone know how to install vfs_ceph? The SAMBA version on CentOS 8 is samba-4.11.2-13 and the documentation says the module is part of it. Thanks and best regards, ================= Frank Schilder AIT Risø Campus Bygning 109, rum S14
On 9/17/20 2:44 PM, Frank Schilder wrote:
we are setting up a SAMBA share and would like to use the vfs_ceph module. Unfortunately, it seems not to be part of the common SAMBA packages on CentOS 8. Does anyone know how to install vfs_ceph? The SAMBA version on CentOS 8 is samba-4.11.2-13 and the documentation says the module is part of it.
Take a look here [1] [1] https://github.com/nkadel/samba4repo k
Thanks! Hmm, I also found this: https://blog.51cto.com/evely/2432206?source=dra There is something I don't understand. Looking at what is not supported in CentOS 8 SAMBA, I wonder why vnf_ceph has been left out of the distro. Seems not to make sense. I could follow the instructions, compile the whole thing and copy the vfs_ceph module out. Question is, what is broken? If nothing is broken, why was it omitted? Is vfs_ceph not production ready on CentOS 8? I found these packages: centos-release-samba411.noarch : Samba 4.11 packages from the CentOS Storage SIG repository centos-release-samba412.noarch : Samba 4.12 packages from the CentOS Storage SIG repository These enable additional repos that include SAMBA glusterfs support. Is there something similar to enable cephfs support officially? Best regards, ================= Frank Schilder AIT Risø Campus Bygning 109, rum S14 ________________________________________ From: Konstantin Shalygin <k0ste@k0ste.ru> Sent: 17 September 2020 09:51:07 To: Frank Schilder; ceph-users Subject: Re: [ceph-users] vfs_ceph for CentOS 8 On 9/17/20 2:44 PM, Frank Schilder wrote:
we are setting up a SAMBA share and would like to use the vfs_ceph module. Unfortunately, it seems not to be part of the common SAMBA packages on CentOS 8. Does anyone know how to install vfs_ceph? The SAMBA version on CentOS 8 is samba-4.11.2-13 and the documentation says the module is part of it.
Take a look here [1] [1] https://github.com/nkadel/samba4repo k
On 9/17/20 3:21 PM, Frank Schilder wrote:
There is something I don't understand. Looking at what is not supported in CentOS 8 SAMBA, I wonder why vnf_ceph has been left out of the distro. Seems not to make sense.
I could follow the instructions, compile the whole thing and copy the vfs_ceph module out. Question is, what is broken? If nothing is broken, why was it omitted? Is vfs_ceph not production ready on CentOS 8?
I found these packages:
centos-release-samba411.noarch : Samba 4.11 packages from the CentOS Storage SIG repository centos-release-samba412.noarch : Samba 4.12 packages from the CentOS Storage SIG repository
These enable additional repos that include SAMBA glusterfs support. Is there something similar to enable cephfs support officially?
You should build samba for youself like this `rmbuild --bb --with clustering --with vfs_cephfs samba.spec` k
participants (2)
-
Frank Schilder
-
Konstantin Shalygin