5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2025-01-08 21:18:06 +03:00

feature: enable 'content-dirs' property for cephfs

Signed-off-by: Leo Nunner <l.nunner@proxmox.com>
This commit is contained in:
Leo Nunner 2023-03-21 13:59:18 +01:00 committed by Thomas Lamprecht
parent 30c0c70852
commit 8165ad58c6

View File

@ -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 },