]> git.ipfire.org Git - thirdparty/samba.git/commit
vfs_ceph_new: use 'ceph_new' for config-param prefix
authorShachar Sharon <ssharon@redhat.com>
Mon, 5 Aug 2024 13:21:10 +0000 (16:21 +0300)
committerGünther Deschner <gd@samba.org>
Thu, 8 Aug 2024 12:34:37 +0000 (12:34 +0000)
commitaca4cf8327dcaef782dedd98a63a020469c45cdb
tree5c1c0eafc17bceae31920579110b7ee95470c92f
parentaa043a5808b73fc272de585c1446372fa3f21d08
vfs_ceph_new: use 'ceph_new' for config-param prefix

Use explicit 'ceph_new' prefix to each of the ceph specific config
parameters to avoid confusion with legacy 'vfs_ceph' module. Hence,
users will have in their smb.conf a format similar to:

...
[smbshare]
        vfs objects = ceph_new
        ceph_new: config_file = /etc/ceph/ceph.conf
        ceph_new: user_id = user1
        ceph_new: filesystem = fs1
        ...

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15686

Signed-off-by: Shachar Sharon <ssharon@redhat.com>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
source3/modules/vfs_ceph_new.c