5
0
mirror of git://git.proxmox.com/git/pve-storage.git synced 2024-12-23 17:34:34 +03:00

sheepdog : add nodes and disable options

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2012-08-17 15:16:39 +02:00 committed by Dietmar Maurer
parent 35d6dfaf9e
commit 911ce8504f

View File

@ -64,6 +64,8 @@ sub plugindata {
sub options {
return {
nodes => { optional => 1 },
disable => { optional => 1 },
portal => { fixed => 1 },
content => { optional => 1 },
};