fix bug #148: set maxfiles for default local storage
This commit is contained in:
2
Makefile
2
Makefile
@ -2,7 +2,7 @@ RELEASE=2.0
|
|||||||
|
|
||||||
VERSION=2.0
|
VERSION=2.0
|
||||||
PACKAGE=libpve-storage-perl
|
PACKAGE=libpve-storage-perl
|
||||||
PKGREL=16
|
PKGREL=17
|
||||||
|
|
||||||
DESTDIR=
|
DESTDIR=
|
||||||
PREFIX=/usr
|
PREFIX=/usr
|
||||||
|
|||||||
@ -458,7 +458,8 @@ sub parse_config {
|
|||||||
$ids->{local} = {
|
$ids->{local} = {
|
||||||
type => 'dir',
|
type => 'dir',
|
||||||
priority => $pri++,
|
priority => $pri++,
|
||||||
path => '/var/lib/vz',
|
path => '/var/lib/vz',
|
||||||
|
maxfiles => 0,
|
||||||
content => { images => 1, rootdir => 1, vztmpl => 1, iso => 1},
|
content => { images => 1, rootdir => 1, vztmpl => 1, iso => 1},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,3 +1,9 @@
|
|||||||
|
libpve-storage-perl (2.0-17) unstable; urgency=low
|
||||||
|
|
||||||
|
* fix bug #148: set maxfiles for default local storage
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Thu, 05 Apr 2012 14:39:44 +0200
|
||||||
|
|
||||||
libpve-storage-perl (2.0-16) unstable; urgency=low
|
libpve-storage-perl (2.0-16) unstable; urgency=low
|
||||||
|
|
||||||
* use dir_glob_* from PVE::Tools
|
* use dir_glob_* from PVE::Tools
|
||||||
|
|||||||
Reference in New Issue
Block a user