I am trying to access snapshot device path on host console but lvm snapshot path doesn't exists even though "lvdisplay" clearly says that it exists. What is the proper way to access and use lvm snapshot device path?
Proxmox VE 6.1-5
Proxmox VE 6.1-5
Code:
# lvdisplay
--- Logical volume ---
LV Path /dev/pve/snap_vm-100-disk-0_test
LV Name snap_vm-100-disk-0_test
VG Name pve
LV UUID mm58Up-wqHT-A2g1-P1PR-J1td-9KZJ-5EoIf4
LV Write Access read only
LV Creation host, time pve150-0-155, 2020-11-24 10:54:10 +0300
LV Pool name data
LV Thin origin name vm-100-disk-0
LV Status NOT available
LV Size 40.00 GiB
Current LE 10240
Segments 1
Allocation inherit
Read ahead sectors auto
# ls -l /dev/pve/snap_vm-100-disk-0_test
ls: cannot access '/dev/pve/snap_vm-100-disk-0_test': No such file or directory
# dmsetup ls|grep snap
(empty)
Last edited: