]> git.proxmox.com Git - pve-storage.git/commit
fix #2641: allow mounting of CIFS subdirectories
authorLeo Nunner <l.nunner@proxmox.com>
Thu, 1 Dec 2022 11:32:55 +0000 (12:32 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 7 Feb 2023 14:47:08 +0000 (15:47 +0100)
commit362159a831e1f78c32183d1fcbdcc3708a2936df
tree865e13b321eec31551c6dffbce041deb88d69b4a
parentacff89540a8bac623978ca04317a79c5c2194f4d
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>
PVE/Storage/CIFSPlugin.pm
PVE/Storage/CephFSPlugin.pm
PVE/Storage/Plugin.pm