mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2025-01-11 05:18:01 +03:00
allow containers on lvm
This commit is contained in:
parent
85e924cf22
commit
68b2c18acd
@ -175,7 +175,7 @@ sub type {
|
||||
|
||||
sub plugindata {
|
||||
return {
|
||||
content => [ {images => 1}, { images => 1 }],
|
||||
content => [ {images => 1, rootdir => 1}, { images => 1 }],
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -2,6 +2,8 @@ libpve-storage-perl (4.0-25) unstable; urgency=medium
|
||||
|
||||
* improve bash completion
|
||||
|
||||
* allow containers on lvm
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 01 Oct 2015 10:57:43 +0200
|
||||
|
||||
libpve-storage-perl (4.0-24) unstable; urgency=medium
|
||||
|
Loading…
Reference in New Issue
Block a user