From a1234a04df447b2e7770c3bda6c58951dd6b952e Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Jun 2021 11:45:38 +0200 Subject: [PATCH] btrfs: add mkdir as option for now Signed-off-by: Thomas Lamprecht --- PVE/Storage/BTRFSPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/BTRFSPlugin.pm b/PVE/Storage/BTRFSPlugin.pm index 5360dca..d3ab17c 100644 --- a/PVE/Storage/BTRFSPlugin.pm +++ b/PVE/Storage/BTRFSPlugin.pm @@ -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`... }; } -- 2.39.5