From 68b2c18acdb931b6b0a2a4782b955f99b68d8783 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Thu, 1 Oct 2015 13:02:13 +0200 Subject: [PATCH] allow containers on lvm --- PVE/Storage/LVMPlugin.pm | 2 +- changelog.Debian | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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