Started using Proxmox VE, noticed that my hard disk was a bit slow and decided to replace with SSD.
I installed Proxmox on the new SSD and all is working but I would like to access the data (view the old configs, etc.) from the prior pve disk.
Both disks are using LVM. While this is similar to this post, I'm not using ZFS, using ext4.
During the install process, the installer picked up the old HDD LVM and asked if I wanted to rename the PV, which I did to
When I attempt to mount the data logical volume of the old disk, I get this:
Looking in
Looking at my old data LV
storage.cfg
Any help the community could provide on how to access this old data would be most appreciated.
Thank you!
I installed Proxmox on the new SSD and all is working but I would like to access the data (view the old configs, etc.) from the prior pve disk.
Both disks are using LVM. While this is similar to this post, I'm not using ZFS, using ext4.
During the install process, the installer picked up the old HDD LVM and asked if I wanted to rename the PV, which I did to
pve-OLD-5F42099C
When I attempt to mount the data logical volume of the old disk, I get this:
Code:
root@zeusprox01:~# mount /dev/pve-OLD-5F42099C/data /mnt/pve-OLD/data
mount: /mnt/pve-OLD/data: special device /dev/pve-OLD-5F42099C/data does not exist.
Looking in
/dev/pve-OLD-5F42099C/
Code:
root@zeusprox01:~# ls /dev/pve-OLD-5F42099C/
base-103-disk-0 data_meta0 root swap vm-102-disk-0 vm-102-disk-1 vm-105-disk-0 vm-105-state-suspend-2021-07-22
Looking at my old data LV
Code:
root@zeusprox01:~# lvdisplay pve-OLD-5F42099C/data
--- Logical volume ---
LV Name data
VG Name pve-OLD-5F42099C
LV UUID NXlZ1p-khml-yzJg-ueW5-VMCF-34qd-AZlT3a
LV Write Access read/write (activated read only)
LV Creation host, time proxmox, 2021-07-21 19:46:37 -0700
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size <794.79 GiB
Allocated pool data 11.47%
Allocated metadata 0.85%
Current LE 203466
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:10
storage.cfg
Code:
root@zeusprox01:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl,backup
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
lvmthin: old-local-lvm
thinpool data
vgname pve-OLD-5F42099C
content rootdir, images
Any help the community could provide on how to access this old data would be most appreciated.
Thank you!