rbd: add nodes and disable options
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
committed by
Dietmar Maurer
parent
9a1a60a285
commit
35d6dfaf9e
@ -110,10 +110,12 @@ sub properties {
|
||||
|
||||
sub options {
|
||||
return {
|
||||
nodes => { optional => 1 },
|
||||
disable => { optional => 1 },
|
||||
monhost => { fixed => 1 },
|
||||
pool => { fixed => 1 },
|
||||
pool => { fixed => 1 },
|
||||
username => { fixed => 1 },
|
||||
authsupported => { fixed => 1 },
|
||||
authsupported => { fixed => 1 },
|
||||
content => { optional => 1 },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user