Changes
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