From d35a0b4b62c328eba972e65c4480f33ed0063d2d Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Fri, 7 Dec 2018 09:02:58 +0100 Subject: [PATCH] Fix #2019: CephFS storage misses maxfiles Signed-off-by: Alwin Antreich --- PVE/Storage/CephFSPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/CephFSPlugin.pm b/PVE/Storage/CephFSPlugin.pm index 1bfdd01..ebd6eec 100644 --- a/PVE/Storage/CephFSPlugin.pm +++ b/PVE/Storage/CephFSPlugin.pm @@ -118,6 +118,7 @@ sub options { mkdir => { optional => 1 }, fuse => { optional => 1 }, bwlimit => { optional => 1 }, + maxfiles => { optional => 1 }, }; }