drbd: also allow to configure content property

This commit is contained in:
Dietmar Maurer
2015-09-10 08:41:00 +02:00
parent 3c05693484
commit c2c312175b

View File

@ -42,6 +42,7 @@ sub properties {
sub options {
return {
redundancy => { optional => 1 },
content => { optional => 1 },
nodes => { optional => 1 },
disable => { optional => 1 },
};