How do I extend the lvm after adding a new drive to the system?

eagle275

New Member
Sep 6, 2024
4
1
3
Like headline says .. I have a proxmox pve on a beelink system, created a few vms and now added an additional drive to extend diskspace.
After installation proxmox had created an lvm , if possible I want to extend that and add the new drive's space to the available pool

If the question lacks necessary information, please ask .. I'll provide whatever might be needed
 
Hi @eagle275 , welcome to the forum.

Your question is not PVE specific, but rather related to general Linux administration.

You can plug this into your favorite search engine "how to extend lvm with new disk".

There are many suitable results. I would recommend, however, to read entire article first and ensure that you understand the steps.

https://www.redhat.com/en/blog/resize-lvm-simple
https://my.ipro.com/help/NG/NG_KB/archive_search/howto/6.x/extend_lvm_partition.htm
etc



Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: Kingneutron
If you, like me, find it hard to visualize LVM from commandline... Install webmin (runs on port 10000) and/or WeLees

https://www.welees.com/lvm-support.html

Just be aware that the WeLees webserver uses 100% CPU. You can kill -18 (SIGSTOP) the pid // kill -19 (SIGCONT) when you're ready to use it to save CPU.

Webmin helped me recently to allocate the remaining LVM free space for rootfs, it was literally a 1-button fix.
 
  • Like
Reactions: waltar