CCI Private Cloud - Growing the Disk Partition and Volume Group

This is the process for Growing the Disk Partition and Volume Group.

Portal - Login Information


This process assumes the disk has already been resized in vRA and that a reboot has already happened.

This process assumes that you only have a single disk, if there are multiple disks it may not behave as expected (it'll only try growing the first disk it sees).

Follow the steps below

REBOOT

# Grow the existing disk partition and volume
PV=$(pvs --noheadings --separator '|' | head -1 | sed -e 's/^\s*//' | cut -f 1 -d '|')
DISK=$(echo ${PV} | sed -e 's/[[:digit:]]*$//')
sgdisk -e ${DISK}
PART=$(echo ${PV} | tr -dc '0-9')
parted -s ${DISK} resizepart ${PART} 100%
pvresize ${PV}

 

Incident Reporting & Technical Support

CCI Private Cloud Incident Reporting

  • Customers should contact the DoIT Help Desk to report an incident or check the outages page for an CCI Private Cloud incident.
  • Formal support is provided for CCI Private Cloud during business hours only. After-hours support is best effort.

CCI Private Cloud Technical Support

  • Customers should contact the DoIT Help Desk or email cci-virtualization@wisc.edu with support requests.
  • CCI Private Cloud technologists will respond to all support requests by the end of the following business day.

 



Keywordscci, cciv, cloud, private, virtualization, grow, partition, volume, group   Doc ID64024
OwnerDrew D.GroupCCI Private Cloud
Created2016-06-13 10:23:09Updated2023-09-06 11:37:44
SitesCampus Cloud Infrastructure (CCI) - Private Cloud
Feedback  0   0