fix #2641: allow mounting of CIFS subdirectories
CIFS/SMB supports directly mounting subdirectories, so it makes sense to also allow the --subdir parameter for these storages. The subdir parameter was moved from CephFSPlugin.pm to Plugin.pm, because it isn't specific to CephFS anymore. Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
acff89540a
commit
362159a831
@ -127,10 +127,6 @@ sub properties {
|
||||
description => "Mount CephFS through FUSE.",
|
||||
type => 'boolean',
|
||||
},
|
||||
subdir => {
|
||||
description => "Subdir to mount.",
|
||||
type => 'string', format => 'pve-storage-path',
|
||||
},
|
||||
'fs-name' => {
|
||||
description => "The Ceph filesystem name.",
|
||||
type => 'string', format => 'pve-configid',
|
||||
|
||||
Reference in New Issue
Block a user