Hi. Two days ago after a reboot of the Proxmox server, one of my VMs didn't start back and shows me an error, which I figured out was because of one 1TB SSD got filled (zfs). This specific VM was the only one using that drive as storage.
I got a new 2TB to replace the other one (which I will also use later on).
I remove the drive and cloned the 1TB SSD into the new 2TB SSD on a different PC, knowing in advance that I will be suballocating space, I thought I will be able to fix that later. Unfortunaltelly, I couldn't manage to solve it yet.
ATM: I have put back the 1TB on the Proxmox Server, repartitioned the 2TB SSD, and add via USB with an external enclosure. This is what lsblk shows:
root@mainsrv:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 894.3G 0 disk
├─sda1 8:1 0 894.2G 0 part
└─sda2 8:2 0 8M 0 part
zd0 230:0 0 832G 0 disk
└─zd0p1 230:1 0 832G 0 part
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part /boot/efi
└─nvme0n1p3 259:3 0 476.4G 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 3.6G 0 lvm
│ └─pve-data-tpool 253:4 0 349.3G 0 lvm
│ ├─pve-data 253:5 0 349.3G 1 lvm
│ ├─pve-vm--100--disk--0 253:6 0 100G 0 lvm
│ ├─pve-vm--200--disk--0 253:7 0 50G 0 lvm
│ ├─pve-vm--300--disk--0 253:8 0 150G 0 lvm
│ └─pve-vm--400--disk--0 253:9 0 32G 0 lvm
└─pve-data_tdata 253:3 0 349.3G 0 lvm
└─pve-data-tpool 253:4 0 349.3G 0 lvm
├─pve-data 253:5 0 349.3G 1 lvm
├─pve-vm--100--disk--0 253:6 0 100G 0 lvm
├─pve-vm--200--disk--0 253:7 0 50G 0 lvm
├─pve-vm--300--disk--0 253:8 0 150G 0 lvm
└─pve-vm--400--disk--0 253:9 0 32G 0 lvm
I've reading the docs and different websites but couldn't find something that helps me.
Any indication to where to look for will be appreciated!
Thanks in advance.
I got a new 2TB to replace the other one (which I will also use later on).
I remove the drive and cloned the 1TB SSD into the new 2TB SSD on a different PC, knowing in advance that I will be suballocating space, I thought I will be able to fix that later. Unfortunaltelly, I couldn't manage to solve it yet.
ATM: I have put back the 1TB on the Proxmox Server, repartitioned the 2TB SSD, and add via USB with an external enclosure. This is what lsblk shows:
root@mainsrv:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 894.3G 0 disk
├─sda1 8:1 0 894.2G 0 part
└─sda2 8:2 0 8M 0 part
zd0 230:0 0 832G 0 disk
└─zd0p1 230:1 0 832G 0 part
nvme0n1 259:0 0 476.9G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 512M 0 part /boot/efi
└─nvme0n1p3 259:3 0 476.4G 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 3.6G 0 lvm
│ └─pve-data-tpool 253:4 0 349.3G 0 lvm
│ ├─pve-data 253:5 0 349.3G 1 lvm
│ ├─pve-vm--100--disk--0 253:6 0 100G 0 lvm
│ ├─pve-vm--200--disk--0 253:7 0 50G 0 lvm
│ ├─pve-vm--300--disk--0 253:8 0 150G 0 lvm
│ └─pve-vm--400--disk--0 253:9 0 32G 0 lvm
└─pve-data_tdata 253:3 0 349.3G 0 lvm
└─pve-data-tpool 253:4 0 349.3G 0 lvm
├─pve-data 253:5 0 349.3G 1 lvm
├─pve-vm--100--disk--0 253:6 0 100G 0 lvm
├─pve-vm--200--disk--0 253:7 0 50G 0 lvm
├─pve-vm--300--disk--0 253:8 0 150G 0 lvm
└─pve-vm--400--disk--0 253:9 0 32G 0 lvm
I've reading the docs and different websites but couldn't find something that helps me.
Any indication to where to look for will be appreciated!
Thanks in advance.