We had an unexpected power loss this evening on one of our Proxmox 3.4 cluster members, and during boot we realized that VZFASTBOOT (starting all guests without quota, then restarting each with quota calculation) does not work anymore, quota calculation is happening before each guest startup.
This essentially means that on a reasonably loaded server it can take an hour or more to boot up, and your guests will be offline during that time.
This essentially means that on a reasonably loaded server it can take an hour or more to boot up, and your guests will be offline during that time.
Code:
# cat vz.conf
...
## Disk quota parameters
DISK_QUOTA=yes
VZFASTBOOT=yes
...
Code:
# pveversion -v
proxmox-ve-2.6.32: 3.3-147 (running kernel: 2.6.32-37-pve)
pve-manager: 3.4-1 (running version: 3.4-1/3f2d890e)
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.7-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.10-2
pve-cluster: 3.0-16
qemu-server: 3.3-20
pve-firmware: 1.1-3
libpve-common-perl: 3.0-24
libpve-access-control: 3.0-16
libpve-storage-perl: 3.0-31
pve-libspice-server1: 0.12.4-3
vncterm: 1.1-8
vzctl: 4.0-1pve6
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 2.1-12
ksm-control-daemon: 1.1-1
glusterfs-client: 3.5.2-1
Last edited: