[pve-devel] [PATCH storage] feature: enable 'content-dirs' property for cephfs
Leo Nunner
l.nunner at proxmox.com
Tue Mar 21 13:59:18 CET 2023
Signed-off-by: Leo Nunner <l.nunner at proxmox.com>
---
PVE/Storage/CephFSPlugin.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/Storage/CephFSPlugin.pm b/PVE/Storage/CephFSPlugin.pm
index 944f0b8..79106cc 100644
--- a/PVE/Storage/CephFSPlugin.pm
+++ b/PVE/Storage/CephFSPlugin.pm
@@ -137,6 +137,7 @@ sub properties {
sub options {
return {
path => { fixed => 1 },
+ 'content-dirs' => { optional => 1 },
monhost => { optional => 1},
nodes => { optional => 1 },
subdir => { optional => 1 },
--
2.30.2
More information about the pve-devel
mailing list