]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/DRBDPlugin.pm
allow to create containers on DRBD (content == rootdir)
[pve-storage.git] / PVE / Storage / DRBDPlugin.pm
index b209ac814afcd04b37545e431c2f4c8d56bf334b..7335757945cdff86b68cc37849bb6ea4a955ba35 100644 (file)
@@ -23,7 +23,7 @@ sub type {
 
 sub plugindata {
     return {
-       content => [ {images => 1}, { images => 1 }],
+       content => [ {images => 1, rootdir => 1}, { images => 1 }],
     };
 }