[pve-devel] [PATCH storage] Fix #2019: CephFS storage misses maxfiles
    Alwin Antreich 
    a.antreich at proxmox.com
       
    Fri Dec  7 09:02:58 CET 2018
    
    
  
Signed-off-by: Alwin Antreich <a.antreich 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 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 },
     };
 }
 
-- 
2.11.0
    
    
More information about the pve-devel
mailing list