https://bugzilla.novell.com/show_bug.cgi?id=463829 User pgnet.trash@gmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=463829#c79 --- Comment #79 from pgnet _ <pgnet.trash@gmail.com> 2009-03-02 11:07:10 MST --- fwiw, the simple script below has been chugging away since my last post (2009-03-01 22:51:38 MST). so far, no bonnie++ errors, & all checksums have been consistent/correct ... ----------- #!/bin/bash DIRS=( LV01 LV02 LV03 ) for ((i=0;i<256;i++)); do for F in "${DIRS[@]}"; do for ((j=0;j<3;j++)); do cp -f /home/stor/$F/T_IN /home/work/T_OUT sha1sum /home/work/T_OUT done bonnie++ -d /home/stor/$F/ -u pgn:users -x 1 -s 15720m -n100 for ((j=3;j<6;j++)); do cp -f /home/stor/$F/T_IN /home/work/T_OUT sha1sum /home/work/T_OUT done cp -f /home/work/T_IN /home/stor/$F/ sha1sum /home/stor/$F/T_IN done done ----------- -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.