From 3c0569348438fc927bcd99d7a39511ae5628ab00 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 10 Sep 2015 08:29:23 +0200 Subject: [PATCH] allow to create containers on DRBD (content == rootdir) --- PVE/Storage/DRBDPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/DRBDPlugin.pm b/PVE/Storage/DRBDPlugin.pm index b209ac8..7335757 100644 --- a/PVE/Storage/DRBDPlugin.pm +++ b/PVE/Storage/DRBDPlugin.pm @@ -23,7 +23,7 @@ sub type { sub plugindata { return { - content => [ {images => 1}, { images => 1 }], + content => [ {images => 1, rootdir => 1}, { images => 1 }], }; }