drbd: also allow to configure content property
This commit is contained in:
@ -42,6 +42,7 @@ sub properties {
|
|||||||
sub options {
|
sub options {
|
||||||
return {
|
return {
|
||||||
redundancy => { optional => 1 },
|
redundancy => { optional => 1 },
|
||||||
|
content => { optional => 1 },
|
||||||
nodes => { optional => 1 },
|
nodes => { optional => 1 },
|
||||||
disable => { optional => 1 },
|
disable => { optional => 1 },
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user