====== Proxmox 5 Grow LVM Disk from FreeBSD CTL iSCSI ====== ===== On FreeBSD CTL Server ===== - Add lun to an iscsi Target and set size... lun 2 { path /volX/diskimages/diskname.img size 500G } ... - touch the new diskimagetouch /volX/diskimages/diskname.img - restart ctldservice ctld restart ===== On Proxmox Server ===== ==== Proxmox Shell ==== - Reload iSCSI luns - needed after adding a target or lun of a targetiscsiadm -m node -R - List Volume Group namesvgdisplay | grep "VG Name" - Extend Volume Groupvgextend {VG Name} {Phyical Disk} It might be tempting to extend the logical volume from the shell, but with Proxmox is much eaiser to work with if that is done from the Web GUI. ==== Web GUI ==== - Go to VM - Then "Hardware" - Select "Hard Disk" - Click on "Resize Disk" {{:ubuntu:growdisk_proxmox.png?400|}} --- //[[tschulz@sebeka.k12.mn.us|Thad Schulz]] 2020/01/30 14:47//