mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic/475: fix confusing comment
The comment about the dmerror switcheroo is hard to understand and wrong. Fix both problems by rewriting it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
78f713a198
commit
954f28239b
+5
-3
@@ -73,9 +73,11 @@ for i in $(seq 1 $((50 * TIME_FACTOR)) ); do
|
||||
# recovery
|
||||
sleep $((RANDOM % 3))
|
||||
|
||||
# Loading error table without "--nolockfs" option. Because "--nolockfs"
|
||||
# won't freeze fs, then some running I/Os may cause XFS to shutdown
|
||||
# prematurely. That's not what we want to test.
|
||||
# This test aims to simulate sudden disk failure, which means that we
|
||||
# do not want to quiesce the filesystem or otherwise give it a chance
|
||||
# to flush its logs. Therefore we want to call dmsetup with the
|
||||
# --nolockfs parameter; to make this happen we must call the load
|
||||
# error table helper *without* 'lockfs'.
|
||||
_dmerror_load_error_table
|
||||
|
||||
ps -e | grep fsstress > /dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user