diff --git a/pkg/cephfs/volumemounter.go b/pkg/cephfs/volumemounter.go index 368d8359d..055690371 100644 --- a/pkg/cephfs/volumemounter.go +++ b/pkg/cephfs/volumemounter.go @@ -40,6 +40,7 @@ func mountFuse(mountPoint string, cr *credentials, volOptions *volumeOptions, vo "-n", cephEntityClientPrefix + cr.id, "--keyring", getCephKeyringPath(volUuid, cr.id), "-r", volOptions.RootPath, + "-o", "nonempty", } out, err := execCommand("ceph-fuse", args[:]...)