Fix #2019: CephFS storage misses maxfiles

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
This commit is contained in:
Alwin Antreich
2018-12-07 09:02:58 +01:00
committed by Thomas Lamprecht
parent 434c91b645
commit d35a0b4b62

View File

@ -118,6 +118,7 @@ sub options {
mkdir => { optional => 1 },
fuse => { optional => 1 },
bwlimit => { optional => 1 },
maxfiles => { optional => 1 },
};
}