Expanding the Disk Space of a Mashery Local Instance

If the default disk space for your Master or Slave instance is not sufficient, a Mashery Local user with an Administrator role is able to expand the disk space using the following sudo commands:
monit stop proxy 
monit stop mysql
Then run the sequence:
sudo pvresize /dev/sdb
sudo lvextend -l +100%FREE /dev/mnt_vg/mnt
sudo resize2fs /dev/mnt_vg/mnt
Then run:
monit start mysql
 monit start proxy
Note: For pvresize, lvextend, resize2fs, and monit, these sudo commands should be run with root (administrative privileges).