diff --git a/PVE/Storage/LVMPlugin.pm b/PVE/Storage/LVMPlugin.pm index 5dc732e..6cbf0f0 100644 --- a/PVE/Storage/LVMPlugin.pm +++ b/PVE/Storage/LVMPlugin.pm @@ -175,7 +175,7 @@ sub type { sub plugindata { return { - content => [ {images => 1}, { images => 1 }], + content => [ {images => 1, rootdir => 1}, { images => 1 }], }; } diff --git a/changelog.Debian b/changelog.Debian index 9b4893e..aa7bb7b 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -2,6 +2,8 @@ libpve-storage-perl (4.0-25) unstable; urgency=medium * improve bash completion + * allow containers on lvm + -- Proxmox Support Team Thu, 01 Oct 2015 10:57:43 +0200 libpve-storage-perl (4.0-24) unstable; urgency=medium