From 920ecf563a273092fb6fb69a292452160b0b713b Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 30 Dec 2015 17:16:37 +0100 Subject: [PATCH] remove option maxfiles from zfspool plugin It makse no sense, because this plugin is unable to store backup files. --- PVE/Storage/ZFSPoolPlugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/PVE/Storage/ZFSPoolPlugin.pm b/PVE/Storage/ZFSPoolPlugin.pm index 0c1d8d9..6b276e4 100644 --- a/PVE/Storage/ZFSPoolPlugin.pm +++ b/PVE/Storage/ZFSPoolPlugin.pm @@ -41,7 +41,6 @@ sub options { sparse => { optional => 1 }, nodes => { optional => 1 }, disable => { optional => 1 }, - maxfiles => { optional => 1 }, content => { optional => 1 }, }; }