]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/Plugin.pm
fix #2641: allow mounting of CIFS subdirectories
[pve-storage.git] / PVE / Storage / Plugin.pm
index a3aac611b5a77fa7a5bb07b7bb00eaa2b84cbf2d..ca7a0d4ed4dcc8f50043caf1e726c0dd56e509b7 100644 (file)
@@ -169,6 +169,11 @@ my $defaultData = {
            type => 'boolean',
            optional => 1,
        },
+       subdir => {
+           description => "Subdir to mount.",
+           type => 'string', format => 'pve-storage-path',
+           optional => 1,
+       },
        'format' => {
            description => "Default image format.",
            type => 'string', format => 'pve-storage-format',