Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

028 to 042 kernel upgrade

3 bytes added, 13:21, 26 May 2015
no edit summary
== 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
Anonymous user