Hi,
I have an strange issue with devil-linux 1.6.2_x86-64.
The machine run virtualized on proxmox-pve (kvm) and has two HDDs
assigned, one normal sized for devil-linux and a big one for archive-data.
On the big-one was an gpt-label and is also used for lvm2. During the
tests all runs fine, so I increase the big volume (7T) - after resizing
the partition no lvm-info was accessible. Perhaps there goes something
wrong. I create a new gpt-label, pv, vg and lv and resync the data again.
But after an reboot all data was gone...
If I start the machine with an grml-live-cd the lvm-data is there.
On devil-linux I can't see any uuid on the big partition - exept I
change the partition-table with parted - after that the blkid is visible
and lvm is working!!
The same happens with ide-disk instead of virtio.
Any hints?
Best regards
Udo
root@archiv:~ # blkid
/dev/hdc: LABEL="CDROM" TYPE="iso9660"
/dev/vda1: UUID="8eef1f35-8320-413f-b2e2-d1faa03c9b7b" TYPE="ext2"
/dev/vda2: UUID="VtOV8s-f1IX-XDgG-qU50-yAw3-Vhmj-e47P5N" TYPE="LVM2_member"
/dev/mapper/devil--linux-swap:
UUID="1dba505e-12fe-4ebf-99e8-23d57c0bf7ec" TYPE="swap"
/dev/mapper/devil--linux-log:
UUID="e513e724-fe61-4c4a-899a-93ebba882b87" TYPE="ext4"
/dev/mapper/devil--linux-data:
UUID="8e942c78-959a-4eec-9175-d0c2b296010a" TYPE="ext4"
root@archiv:~ #
root@archiv:~ # parted /dev/vdb
GNU Parted 3.1
Using /dev/vdb
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) set 1 lvm off
set 1 lvm off
(parted) set 1 lvm on
set 1 lvm on
(parted) q
q
Information: You may need to update /etc/fstab.
root@archiv:~ # blkid
/dev/hdc: LABEL="CDROM" TYPE="iso9660"
/dev/vda1: UUID="8eef1f35-8320-413f-b2e2-d1faa03c9b7b" TYPE="ext2"
/dev/vda2: UUID="VtOV8s-f1IX-XDgG-qU50-yAw3-Vhmj-e47P5N" TYPE="LVM2_member"
/dev/mapper/devil--linux-swap:
UUID="1dba505e-12fe-4ebf-99e8-23d57c0bf7ec" TYPE="swap"
/dev/mapper/devil--linux-log:
UUID="e513e724-fe61-4c4a-899a-93ebba882b87" TYPE="ext4"
/dev/mapper/devil--linux-data:
UUID="8e942c78-959a-4eec-9175-d0c2b296010a" TYPE="ext4"
/dev/vdb1: UUID="Oz7Yb4-b2Er-JnzF-t9BZ-flAW-ymN6-R08ewh" TYPE="LVM2_member"
|