Hi all,
A have a question, on my proxmox instalation I was able to directly mount guest disk partition on the host server.
Let me give you an example:
PVE host 5.X migrated to 6.X:
root@pve:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 1.11T 1.09T 104K /rpool
rpool/ROOT 63.9G 1.09T 96K /rpool/ROOT
rpool/ROOT/pve-1 63.9G 1.09T 63.9G /
rpool/data 1.05T 1.09T 96K /rpool/data
rpool/data/vm-100-disk-0 83.5G 1.09T 83.5G -
rpool/data/vm-100-disk-2 78.1G 1.09T 78.1G -
rpool/data/vm-101-disk-0 909G 1.09T 909G -
So now I want list partitions of the disk vm 101, here it is:
root@pve:~# ls -l /dev/zvol/rpool/data/vm-101-disk-*
lrwxrwxrwx 1 root root 12 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0 -> ../../../zd0
lrwxrwxrwx 1 root root 14 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0-part1 -> ../../../zd0p1
lrwxrwxrwx 1 root root 14 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0-part2 -> ../../../zd0p2
See ? I can see the partition directly, do now I can simple mount them and see the files .. Oki ? No problem
But on the fresh instalation of the PVE 6.x, there is NO partition located in the /dev/zvol ....
PVE 6.X host:
root@pve:~# ls -l /dev/zvol/rpool/data/vm-100-disk-*
lrwxrwxrwx 1 root root 13 Jan 22 15:20 /dev/zvol/rpool/data/vm-100-disk-0 -> ../../../zd80
So my question is: What is changed ? Or do I something wrong ? Thanks a lot.
Peter
A have a question, on my proxmox instalation I was able to directly mount guest disk partition on the host server.
Let me give you an example:
PVE host 5.X migrated to 6.X:
root@pve:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 1.11T 1.09T 104K /rpool
rpool/ROOT 63.9G 1.09T 96K /rpool/ROOT
rpool/ROOT/pve-1 63.9G 1.09T 63.9G /
rpool/data 1.05T 1.09T 96K /rpool/data
rpool/data/vm-100-disk-0 83.5G 1.09T 83.5G -
rpool/data/vm-100-disk-2 78.1G 1.09T 78.1G -
rpool/data/vm-101-disk-0 909G 1.09T 909G -
So now I want list partitions of the disk vm 101, here it is:
root@pve:~# ls -l /dev/zvol/rpool/data/vm-101-disk-*
lrwxrwxrwx 1 root root 12 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0 -> ../../../zd0
lrwxrwxrwx 1 root root 14 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0-part1 -> ../../../zd0p1
lrwxrwxrwx 1 root root 14 Jan 22 08:59 /dev/zvol/rpool/data/vm-101-disk-0-part2 -> ../../../zd0p2
See ? I can see the partition directly, do now I can simple mount them and see the files .. Oki ? No problem
But on the fresh instalation of the PVE 6.x, there is NO partition located in the /dev/zvol ....
PVE 6.X host:
root@pve:~# ls -l /dev/zvol/rpool/data/vm-100-disk-*
lrwxrwxrwx 1 root root 13 Jan 22 15:20 /dev/zvol/rpool/data/vm-100-disk-0 -> ../../../zd80
So my question is: What is changed ? Or do I something wrong ? Thanks a lot.
Peter
Last edited: