File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ jobpid=$$; (sleep $(( 2 * 60 * 60 )); ps -ef; zfs list;kill $jobpid) &
53
53
echo " Setup debug logging"
54
54
mkdir /tmp/debug
55
55
psrinfo -v > /tmp/debug/psrinfo.txt
56
- df -h > /tmp/debug/df.txt
56
+ df -h > /tmp/debug/df.txt || true
57
57
prstat -d d -mLc 1 > /tmp/debug/prstat.txt 2>&1 &
58
58
iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
59
59
mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ jobpid=$$; (sleep $(( 40 * 60 )); ps -ef; zfs list;kill $jobpid) &
50
50
echo " Setup debug logging"
51
51
mkdir /tmp/debug
52
52
psrinfo -v > /tmp/debug/psrinfo.txt
53
- df -h > /tmp/debug/df.txt
53
+ df -h > /tmp/debug/df.txt || true
54
54
prstat -d d -mLc 1 > /tmp/debug/prstat.txt 2>&1 &
55
55
iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
56
56
mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ jobpid=$$; (sleep 10800; ps -ef; zfs list;kill $jobpid) &
52
52
echo " Setup debug logging"
53
53
mkdir /tmp/debug
54
54
psrinfo -v > /tmp/debug/psrinfo.txt
55
- df -h > /tmp/debug/df.txt
55
+ df -h > /tmp/debug/df.txt || true
56
56
prstat -d d -mLc 1 > /tmp/debug/prstat.txt 2>&1 &
57
57
iostat -T d -xn 1 > /tmp/debug/iostat.txt 2>&1 &
58
58
mpstat -T d 1 > /tmp/debug/mpstat.txt 2>&1 &
You can’t perform that action at this time.
0 commit comments