From c2c312175b1005029235744f1c6c1f2f5a9da33a Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 10 Sep 2015 08:41:00 +0200 Subject: [PATCH] drbd: also allow to configure content property --- PVE/Storage/DRBDPlugin.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm index 7335757..97c1ca9 100644 --- a/PVE/Storage/DRBDPlugin.pm +++ b/PVE/Storage/DRBDPlugin.pm @@ -42,6 +42,7 @@ sub properties { sub options { return { redundancy => { optional => 1 }, + content => { optional => 1 }, nodes => { optional => 1 }, disable => { optional => 1 }, };