[pve-devel] [PATCH] fix bug #690: add container content type to RBD
Wolfgang Link
w.link at proxmox.com
Mon Aug 24 15:06:25 CEST 2015
---
PVE/Storage/RBDPlugin.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/Storage/RBDPlugin.pm b/PVE/Storage/RBDPlugin.pm
index 9dcf420..e600ec1 100644
--- a/PVE/Storage/RBDPlugin.pm
+++ b/PVE/Storage/RBDPlugin.pm
@@ -197,7 +197,7 @@ sub type {
sub plugindata {
return {
- content => [ {images => 1}, { images => 1 }],
+ content => [ {images => 1, rootdir => 1}, { images => 1 }],
};
}
--
2.1.4
More information about the pve-devel
mailing list