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.

Follow the steps below

sgdisk -e /dev/sda

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:]]*$//')
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.

 

See Also:




Keywords:cci, cciv, cloud, private, virtualization, grow, partition, volume, group   Doc ID:64024
Owner:Drew D.Group:Campus Cloud Infrastructure (CCI) - Private Cloud
Created:2016-06-13 10:23 CDTUpdated:2023-04-11 14:48 CDT
Sites:Campus Cloud Infrastructure (CCI) - Private Cloud
Feedback:  0   0