Hi,
I'm setting up a Proxmox server at OVH, one of the tests I'm doing before putting it on service is a simulation of a disaster.
So I backed-up al my VMs and configuration files, ordered a reinstalation and restored everything. After this restore I also updated my system which went from Proxmox 2.2-24 to Proxmox 2.2-31.
Almost everything is going fine but I can no longer make snapshots backups, I get the "unable to detect lvm volume group" error.
My backups are from Proxmox 2.2-24.
During the reinstallation I defined a LV 300Gb smaller than the total disk size to make room for snapshots, I had to reduce this LV size in my previous installation to be able to make snapshots, after this reduction they worked fine.
Some info:
Thanks in advance.
I'm setting up a Proxmox server at OVH, one of the tests I'm doing before putting it on service is a simulation of a disaster.
So I backed-up al my VMs and configuration files, ordered a reinstalation and restored everything. After this restore I also updated my system which went from Proxmox 2.2-24 to Proxmox 2.2-31.
Almost everything is going fine but I can no longer make snapshots backups, I get the "unable to detect lvm volume group" error.
My backups are from Proxmox 2.2-24.
During the reinstallation I defined a LV 300Gb smaller than the total disk size to make room for snapshots, I had to reduce this LV size in my previous installation to be able to make snapshots, after this reduction they worked fine.
Some info:
Code:
# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content images,iso,vztmpl,backup,rootdir
maxfiles 10
dir: backup
path /backup
content backup
maxfiles 6
# pvdisplay
--- Physical volume ---
PV Name /dev/sdb5
VG Name pve
PV Size 1.80 TiB / not usable 2.00 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 471637
Free PE 51894
Allocated PE 419743
PV UUID PFx0jw-eYXK-04vc-Ualp-sD5a-wB3v-gBOCB2
# lvdisplay
--- Logical volume ---
LV Path /dev/pve/data
LV Name data
VG Name pve
LV UUID V32rFE-qtvx-0qB4-eh27-5YWI-Vtsu-nOwsX9
LV Write Access read/write
LV Creation host, time ,
LV Status available
# open 0
LV Size 1.60 TiB
Current LE 419743
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
#cat /proc/mounts
none /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
none /proc proc rw,nosuid,nodev,noexec,relatime 0 0
none /dev devtmpfs rw,relatime,size=12328684k,nr_inodes=3082171,mode=755 0 0
none /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
/dev/sdb1 / ext4 rw,relatime,errors=remount-ro,barrier=1,data=ordered 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,relatime,mode=755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev,relatime 0 0
/dev/sda1 /backup ext3 rw,relatime,errors=continue,barrier=0,data=ordered 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
/dev/fuse /etc/pve fuse rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other 0 0
beancounter /proc/vz/beancounter cgroup rw,relatime,blkio,name=beancounter 0 0
container /proc/vz/container cgroup rw,relatime,freezer,devices,name=container 0 0
fairsched /proc/vz/fairsched cgroup rw,relatime,cpuacct,cpu,cpuset,name=fairsched 0 0
/var/lib/vz/private/102 /var/lib/vz/root/102 simfs rw,relatime 0 0
proc /var/lib/vz/root/102/proc proc rw,relatime 0 0
sysfs /var/lib/vz/root/102/sys sysfs rw,relatime 0 0
tmpfs /var/lib/vz/root/102/lib/init/rw tmpfs rw,nosuid,relatime,size=131072k,nr_inodes=32768,mode=755 0 0
tmpfs /var/lib/vz/root/102/dev/shm tmpfs rw,nosuid,nodev,relatime,size=131072k,nr_inodes=32768 0 0
devpts /var/lib/vz/root/102/dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
Thanks in advance.