]> git.proxmox.com Git - pve-storage.git/commitdiff
btrfs: add mkdir as option for now
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 09:45:38 +0000 (11:45 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 24 Jun 2021 09:45:45 +0000 (11:45 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/BTRFSPlugin.pm

index 5360dca7184e3e7070c2a5568bc604bdb5778e30..d3ab17cf61b811edd72cf8971fd1087b5f77dd19 100644 (file)
@@ -71,6 +71,7 @@ sub options {
        format => { optional => 1 },
        is_mountpoint => { optional => 1 },
        nocow => { optional => 1 },
+       mkdir => { optional => 1 },
        # TODO: The new variant of mkdir with  `populate` vs `create`...
     };
 }