[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[linux-lvm] PBs with LVM over software RAID( RE: Olivier Sessink)
- From: svetljo <galia st-peter stw uni-erlangen de>
- To: linux-lvm sistina com
- Subject: [linux-lvm] PBs with LVM over software RAID( RE: Olivier Sessink)
- Date: Sat, 15 Sep 2001 11:07:44 +0200
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;
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]