]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
vfs_ceph_new: Add explicit log entry for libcephfs proxy status
authorAnoop C S <anoopcs@samba.org>
Thu, 8 Jan 2026 06:18:53 +0000 (11:48 +0530)
committerAnoop C S <anoopcs@samba.org>
Thu, 8 Jan 2026 13:30:34 +0000 (13:30 +0000)
Other than the loadparm dump, the logs did not indicate whether the
libcephfs proxy was in use. Add an explicit log entry to make its
status clear.

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Shweta Sodani <ssodani@redhat.com>
Reviewed-by: John Mulligan <jmulligan@redhat.com>
source3/modules/vfs_ceph_new.c

index 18d5e678f844c13300fd33fd33b5de73085d5675..430a1b14d6a01f4edc4738aada489e09d547da08 100644 (file)
@@ -403,6 +403,7 @@ static bool vfs_cephfs_load_lib(struct vfs_ceph_config *config)
                                  libname);
                        FALL_THROUGH;
                } else {
+                       DBG_INFO("[CEPH] libcephfs proxy loaded\n");
                        break;
                }
        case VFS_CEPHFS_PROXY_NO: