26 May · Dico Emil · No Comments

Going over 16GB limit of Centos 6

Resize + mass vps openvz stop and start examples Good to have for the future... hamstering this here... ### Get the size from vgdisplay lvextend -L16.20TB /dev/vg/vz cd /usr/local/src git clone https://github.com/tytso/e2fsprogs.git cd e2fsprogs ./configure make make install for i in `vzlist -a | awk '{print $1}'` ; do vzctl stop $i ; done service ...

READ MORE