Greetings!
I am having a problem doing "live" snapshot-based backups using vzdump. When I attempt to do so, I receive the message listed in the title of this post. Subsequently, vzdump tries "suspend" mode instead. This causes unacceptable downtime.
Here's some further information:
I have read several forum posts with folks that have the same problem. All of which mention some kind of parsing bug with VZDump.pm. However, I have been unsuccessful in correcting the issue using the instructions and patches found in those forums. You should know that I have restored VZDump.pm back to the original version that is installed in PM 1.7.
Does anyone have suggestions?
I am having a problem doing "live" snapshot-based backups using vzdump. When I attempt to do so, I receive the message listed in the title of this post. Subsequently, vzdump tries "suspend" mode instead. This causes unacceptable downtime.
Here's some further information:
Code:
proxmox3:/var/log/vzdump# lvdisplay
--- Logical volume ---
LV Name /dev/pve/swap
VG Name pve
LV UUID TobDm3-wUQA-D0Hz-mgEm-YILs-U0Iw-xeChRK
LV Write Access read/write
LV Status available
# open 1
LV Size 31.00 GB
Current LE 7936
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:0
--- Logical volume ---
LV Name /dev/pve/root
VG Name pve
LV UUID 3cPwBq-70fF-OaW4-FTtu-zBkW-1vjK-zLCjH7
LV Write Access read/write
LV Status available
# open 1
LV Size 96.00 GB
Current LE 24576
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:1
--- Logical volume ---
LV Name /dev/pve/data
VG Name pve
LV UUID sI8ZR8-EOs3-HXXG-leJE-X4Hg-uIi0-sQuz2h
LV Write Access read/write
LV Status available
# open 1
LV Size 550.38 GB
Current LE 140896
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 254:2
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/pve-root 95G 904M 89G 1% /
tmpfs 16G 0 16G 0% /lib/init/rw
udev 10M 588K 9.5M 6% /dev
tmpfs 16G 0 16G 0% /dev/shm
/dev/mapper/pve-data 542G 265G 277G 49% /var/lib/vz
/dev/sda1 504M 31M 448M 7% /boot
192.168.255.194:/var/lib/vz/nfs_vm
542G 265G 277G 49% /mnt/pve/nfs_vm
192.168.255.129:/vm_backups
479G 92G 363G 21% /mnt/pve/backups_share
192.168.255.129:/vm_isos
479G 92G 363G 21% /mnt/pve/vm_isos
Does anyone have suggestions?