Hi all
I want to extend the logical volume data that is default when installing proxmox with another disk. I did this:
1) pvcreate /dev/sdb1
2) vgextend pve /dev/sdb1
3) lvextend /dev/pve/data /dev/sdb1
Is this correct or did I miss something?
When I check the size in the GUI it shows that it is extended also when I do lvdisplay it shows the correct size. But I read here https://forum.proxmox.com/threads/proxmox-v5-extend-pve-data.37571/ that I need to extend the metadatasize. What does this mean? I don't understand it
Can someone tell me if I did it right or what I need to do in order for it to be complete
Do I have to do this? (how do I know how much GB I have to add to the poolmetadata?):
lvresize --poolmetadatasize +1G pve/data
Thanks!
-silbro
I want to extend the logical volume data that is default when installing proxmox with another disk. I did this:
1) pvcreate /dev/sdb1
2) vgextend pve /dev/sdb1
3) lvextend /dev/pve/data /dev/sdb1
Is this correct or did I miss something?
When I check the size in the GUI it shows that it is extended also when I do lvdisplay it shows the correct size. But I read here https://forum.proxmox.com/threads/proxmox-v5-extend-pve-data.37571/ that I need to extend the metadatasize. What does this mean? I don't understand it
Can someone tell me if I did it right or what I need to do in order for it to be complete
Do I have to do this? (how do I know how much GB I have to add to the poolmetadata?):
lvresize --poolmetadatasize +1G pve/data
Thanks!
-silbro
Last edited: