Hi guys.
I have 3 drive on my Proxmox:
I want to know if I can remove local-lvm (pve) to extend its capacity to my main local-lvm (pve) partition dive, so that i can store more backups on there as its running low.
I don't have any VMs install on local-lvm (pve), as they are all on two separate NVMe drives.
I watched the NetworkChuck video https://youtu.be/_u8qTN3cCnQ?t=892 on it so know how to do it.
I'm guessing yes, but wanted to make 100% sure first.
Thanks
I have 3 drive on my Proxmox:
- 500GB SSD (Proxmox Install)
- 1TB NVMe (VMs)
- 500GB NVMe (VMs)
I want to know if I can remove local-lvm (pve) to extend its capacity to my main local-lvm (pve) partition dive, so that i can store more backups on there as its running low.
I don't have any VMs install on local-lvm (pve), as they are all on two separate NVMe drives.
I watched the NetworkChuck video https://youtu.be/_u8qTN3cCnQ?t=892 on it so know how to do it.
- lvremove /dev/pve/data
- lvresize -l +100%FREE /dev/pve/root
- resize2fs /dev/mapper/pve-root
I'm guessing yes, but wanted to make 100% sure first.
Thanks