Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

028 to 042 kernel upgrade

291 bytes added, 13:21, 26 May 2015
no edit summary
and make sure the system is up and running.
 
== For linux swraid (mdadm) users with bitmap enabled and low IO write speed, you might need to redo bitmap
cat /proc/mdstat , if chunk size is small , try (example for internal bitmap) :
mdadm --grow --bitmap=none /dev/md2 ;
mdadm --grow --bitmap=internal --bitmap-chunk=16384 /dev/md2
== Convert /vz to ext4 ==
Check the new file system again, as ext4 this time:
# fsck.ext4 -fD fpD /dev/sd''xY''
If you have booted from the live CD, you can do the same for root filesystem.
Anonymous user