[linux-lvm] PBs with LVM over software RAID( RE: Olivier Sessink)

svetljo galia at st-peter.stw.uni-erlangen.de
Sat Sep 15 09:07:44 UTC 2001


Hi
i did this test with /usr the problematik LV formated with XFS
and it didn't blocked the system

#!/bin/bash
cd /usr/src/linux
for i in 2 3 4 5 6
  do
  for j in 0 1 2 3 4 5 6 7 8 9
    do
    make clean;make -j3 bzImage > log."$i"$j
  done
done;







More information about the linux-lvm mailing list