Alwin Antreich
2018-12-07 08:02:58 UTC
Signed-off-by: Alwin Antreich <***@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 },
};
}
---
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
2.11.0