Hi all,
I have a small proxmox server at home and for some reason it fails to boot.
I removed the SSD and put it in a PC with Ubuntu via USB
I did this to activate the volume
And now I have this
I have installed a new proxmox server in a new ssd and I need to recover the container, vm-100-disk-0, to this new server.
It is possible, how can I do this?
Thank you so much.
I have a small proxmox server at home and for some reason it fails to boot.
I removed the SSD and put it in a PC with Ubuntu via USB
I did this to activate the volume
Code:
sudo vgscan
sudo vgchange -ay pve
And now I have this
Code:
sudo lvdisplay
--- Logical volume ---
LV Name data
VG Name pve
LV UUID 884sGl-ORLy-pm01-b5qc-0hGP-1YQA-pkiwwa
LV Write Access read/write (activated read only)
LV Creation host, time proxmox, 2024-06-23 14:19:33 +0100
LV Pool metadata data_tmeta
LV Pool data data_tdata
LV Status available
# open 0
LV Size <49.34 GiB
Allocated pool data 12.58%
Allocated metadata 1.79%
Current LE 12631
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:6
--- Logical volume ---
LV Path /dev/pve/swap
LV Name swap
VG Name pve
LV UUID rZv8ID-6n0a-AYKx-gLJT-C8YW-uqsL-6DculZ
LV Write Access read/write
LV Creation host, time proxmox, 2024-06-23 14:19:30 +0100
LV Status available
# open 0
LV Size 8.00 GiB
Current LE 2048
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:1
--- Logical volume ---
LV Path /dev/pve/root
LV Name root
VG Name pve
LV UUID eZfxCd-Cwza-e1yG-T36E-aSyY-EU1h-gESMFp
LV Write Access read/write
LV Creation host, time proxmox, 2024-06-23 14:19:30 +0100
LV Status available
# open 0
LV Size <37.70 GiB
Current LE 9650
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:2
--- Logical volume ---
LV Path /dev/pve/vm-100-disk-0
LV Name vm-100-disk-0
VG Name pve
LV UUID mNh9Rw-7bc3-UH7N-NzmV-cuBr-vutP-g5z01B
LV Write Access read/write
LV Creation host, time tortuga, 2024-06-23 14:30:49 +0100
LV Pool name data
LV Status available
# open 0
LV Size 30.00 GiB
Mapped size 8.83%
Current LE 7680
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 252:7
Code:
ls -la /dev/pve/
total 0
drwxr-xr-x 2 root root 140 Sep 24 09:04 .
drwxr-xr-x 21 root root 4720 Sep 24 09:04 ..
lrwxrwxrwx 1 root root 7 Sep 24 09:04 root -> ../dm-2
lrwxrwxrwx 1 root root 7 Sep 24 09:04 swap -> ../dm-1
lrwxrwxrwx 1 root root 7 Sep 24 09:04 vm-100-disk-0 -> ../dm-7
lrwxrwxrwx 1 root root 7 Sep 24 09:04 vm-101-disk-0 -> ../dm-9
lrwxrwxrwx 1 root root 7 Sep 24 09:04 vm-102-disk-0 -> ../dm-8
I have installed a new proxmox server in a new ssd and I need to recover the container, vm-100-disk-0, to this new server.
It is possible, how can I do this?
Thank you so much.