remove option maxfiles from zfspool plugin
It makse no sense, because this plugin is unable to store backup files.
This commit is contained in:
@ -41,7 +41,6 @@ sub options {
|
|||||||
sparse => { optional => 1 },
|
sparse => { optional => 1 },
|
||||||
nodes => { optional => 1 },
|
nodes => { optional => 1 },
|
||||||
disable => { optional => 1 },
|
disable => { optional => 1 },
|
||||||
maxfiles => { optional => 1 },
|
|
||||||
content => { optional => 1 },
|
content => { optional => 1 },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user