btrfs: add mkdir as option for now

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2021-06-24 11:45:38 +02:00
parent f449cddc79
commit a1234a04df

View 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`...
};
}