Skip to main content

Data Disk Expansion

info

By default, the root partition is provisioned with ~100GB and the data partition is provisioned with ~49GB

Default Layout:

Update disk size in Azure portal:

  • Login to Azure Portal

  • Click on the VM that requires the disk size to be increased.

    Location Map

  • Stop the VM by clicking on stop and wait for the VM to be in stopped state.

    Location Map

  • Click on Disks and Select the disk name associated with the VM.

    Location Map

  • In the disk overview page, click on the size + performance and update the Custom disk size(GiB) value and click save in the botton of the page.

    Location Map

  • Once the disk is increased navigate back to the VM and start it by clicking the start button

    Location Map

Expand the disk on a cluster node

  • To expand the available space on the disk, execute the below command:

    sudo ./data_partition_expand.py
  • After the resize command completes, lsblk command can be used to verify disk is expanded.