- Create a USB or Disc from the ISO image of Citrix Hypervisor/XCP-ng
- Insert the USB or Disc and boot from it
- Press Enter at the boot screen
# fdisk -l
# fdisk /dev/xvda
# pvcreate /dev/xvda4
# vgextend vg_system /dev/xvda4
# lvextend -l+100%FREE /dev/mapper/vg_system-lv_root
# resize2fs /dev/mapper/vg_system-lv_root
# df -h
Recent Comments