]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
misc: drop the dangerous label from xfs_scrub fsstress tests
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Feb 2025 21:46:58 +0000 (13:46 -0800)
committerZorro Lang <zlang@kernel.org>
Thu, 6 Mar 2025 13:25:55 +0000 (21:25 +0800)
Now that online fsck has been in the upstream kernel for 8 months, I
think it's stabilized enough that we don't need to hide the stress tests
behind the "dangerous" label anymore.

Also rename fsstress_repair to fsstress_online_repair to be consistent
with the online_repair group.

Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
67 files changed:
doc/group-names.txt
tests/xfs/285
tests/xfs/286
tests/xfs/422
tests/xfs/561
tests/xfs/562
tests/xfs/563
tests/xfs/564
tests/xfs/565
tests/xfs/566
tests/xfs/570
tests/xfs/571
tests/xfs/572
tests/xfs/573
tests/xfs/574
tests/xfs/575
tests/xfs/576
tests/xfs/577
tests/xfs/578
tests/xfs/579
tests/xfs/580
tests/xfs/581
tests/xfs/582
tests/xfs/583
tests/xfs/584
tests/xfs/585
tests/xfs/586
tests/xfs/587
tests/xfs/588
tests/xfs/589
tests/xfs/590
tests/xfs/591
tests/xfs/592
tests/xfs/593
tests/xfs/594
tests/xfs/595
tests/xfs/621
tests/xfs/622
tests/xfs/628
tests/xfs/708
tests/xfs/709
tests/xfs/710
tests/xfs/711
tests/xfs/712
tests/xfs/713
tests/xfs/714
tests/xfs/715
tests/xfs/717
tests/xfs/718
tests/xfs/719
tests/xfs/721
tests/xfs/722
tests/xfs/723
tests/xfs/724
tests/xfs/725
tests/xfs/726
tests/xfs/727
tests/xfs/728
tests/xfs/729
tests/xfs/731
tests/xfs/793
tests/xfs/794
tests/xfs/796
tests/xfs/797
tests/xfs/799
tests/xfs/800
tests/xfs/801

index f5bf79a56c33044dce3dc72124609a042b3d7846..57aa2001311383e7745f860274c67778e4535d4a 100644 (file)
@@ -34,8 +34,6 @@ dangerous_bothrepair  fuzzers to evaluate xfs_scrub + xfs_repair repair
 dangerous_fuzzers      fuzzers that can crash your computer
 dangerous_norepair     fuzzers to evaluate kernel metadata verifiers
 dangerous_online_repair        fuzzers to evaluate xfs_scrub online repair
-dangerous_fsstress_repair      race fsstress and xfs_scrub online repair
-dangerous_fsstress_scrub       race fsstress and xfs_scrub checking
 dangerous_repair       fuzzers to evaluate xfs_repair offline repair
 dangerous_scrub                fuzzers to evaluate xfs_scrub checking
 dangerous_selftest     selftests that crash/hang
@@ -58,6 +56,8 @@ fsck                  general fsck tests
 fsmap                  FS_IOC_GETFSMAP ioctl
 fsproperties           Filesystem properties
 fsr                    XFS free space reorganizer
+fsstress_online_repair race fsstress and xfs_scrub online repair
+fsstress_scrub         race fsstress and xfs_scrub checking
 fuzzers                        filesystem fuzz tests
 growfs                 increasing the size of a filesystem
 hardlink               hardlinks
index 909db488b3c3ab463168f4ef509313d8d31131b3..f08cb449b61ad420931e27e0347988f429cd696a 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        cd /
index 7743d03718a478c47a4f161fc3489cb9e0cca4d8..046638296e04c6675d278fb2c5f5476dfb4c84c8 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        cd /
index 1043d419145fcfe0f47d192d15b6a80115073898..833fb93a1684e929f3ab8fed38bf6baadf1b78ae 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and rmapbt repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair freeze
+_begin_fstest online_repair fsstress_online_repair freeze
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index bbfcefcb13d13a13ec216582f24eec865cab144d..baf8a450b96a7eab48be45189994c9cfa711f1a5 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 # Override the default cleanup function.
 _cleanup()
index 354992a614da675ba4a93cb6663d12bf24944402..aac363f071abd8375f4821f550c9470017ca8401 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 # Override the default cleanup function.
 _cleanup()
index 3cd00651e4bf82a54a5bf3d682799824cd12a1ee..db5f94e67a05074f1987c2b2348acc6da7c9b855 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 # Override the default cleanup function.
 _cleanup()
index ae45952fea6034e8d903b343bd2a9cfabdc8c2a6..5c21f5cf30591371aa1ca0cc436d9c399f489380 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 # Override the default cleanup function.
 _cleanup()
index 40f1139ae4a52032a57eeb1099ee7213be9b9da0..43185a253d4d71c0df9345dad1c88db489fd9508 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        cd /
index 19c73ff9ec0ab02a8d52c1a7fe94f2b9322398cc..5398d1d0827ca247ae9f65d0ca10f89fd13ce0f4 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        cd /
index 4e64a03a0c8bbb07d0a16abc26e2039affc43a4c..707ff232807025d27fcd9ecbf962184004475d96 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and superblock scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 016387b43c631e71b79f9a9facffe881e2f4cbde..ce1ca3969dac22dde3a731f66cf81c01f06402e5 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and AGF scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index dfee982504cfd69db995feb495f3749fdb2c2a00..01122decf7d9b991b342760461d0e046ce94e16b 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and AGFL scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 5ff1bdbdc7a7d69a67becc620cea85174418e5b1..11c10a695bddc7f733abfad6417afb51476b0f0c 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and AGI scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 6250f5142c63ea615718766e810c48faad703945..a6d7bf9110027250e3ee6891dab15ebe54e5770a 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 6cf321ce47d4fbe7f9a65ce901c43aee55e48e75..75cc73e4c6a5cdd10fc49ab202247d342f39d771 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index d3d3e783eea3e5688f7cfa5fe3ecf9e16c9d641a..ffa5cacfb6ab9caf99ec105d184bc36188e4f90d 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 35ca1468c2f64a6372c75f7db5324f3df9ecb611..9afe9b2ee4b74f8edf21e05daf6776a95a05a6ed 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 2101eb55c0a928653c2a8d271a8f241d142d3407..cc1203777ff02a02611de6f7364710dd8a091c4c 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index e552e499296efc3d105b626875528e320c4b7de5..aa72276dd3b216be14693d7dbc45ec69c73e8091 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index dac036f4ae5a0ad85f4b6d3d03948f38d6d17209..70a080e7a34fe5e8c42f1c7cf6bfa8236d9a36e8 100755 (executable)
@@ -8,7 +8,7 @@
 # if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 73b51f994a3f00b7cd0e96c437c2ae580b85e45c..39eb42da4b10c520000ec8c36e05ee2d880b64bd 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index f390b77f3439ee1e94edb19592055dd5156ff5f1..e92f128f8a56957285b8273d0f5fee40f32d1576 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index dcc60f126ed7f4a628b696e38aa7f65ccbf0474c..fc91d8f2596a444247409f4b0b8caac7beafba4e 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 3f62261c06bbb3875306b1bc6d3d5d850965b16d..12442b53c72abc3119593438e5b3c7566fdcc487 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 987c799f5c20118139a3b7634b689cfe17651979..3f1b814c02534972d1378c4abc283b9060354d74 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index d78dea5185ddfc3a67350b7b5d608b93085bba8e..9e2312f4d1c05ae9ce15399d59a703cc413d665e 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index a9d4690471193c6e2e54d4ac2747261093375a93..0ae2f4c3bcc380dc0c3d215814848dcc1920419d 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index bd0788d3f18faf35abdcc74b6dd9c3f89e0dc6aa..a2249cc4aa9dbe7a090bdce684d818cd484dc39d 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and data fork scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 806c445fc43f2d852a883beaed1721c1523bf278..378e4f678ec51fe8b08a27d44e9bd1f9e9692c13 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and attr fork scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 59a42f11b68983ce090f2039c53bbefa6fde18f7..3a200ffc93c744b2402b7a60213594d24db4a66b 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and cow fork scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 9f080ebbefa7f7744dc71aa7cd0745843590c954..856e2dfd1f0f51f77cc9b35f09f37e6e6b173be7 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and directory scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 653ad256905fef8e188f04cc1147d88f3d8d4263..998be997519347ab68e513eec21028ee3c2c3c49 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 118b7e75931d24a3c0435f42076ab17803ae81fb..1706c83b912cc5a6a116785c006f9eaa59a893e2 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index c86234e1f627781768e848e32a3d8f3b70b8855d..7de5eed556eda75fce7532868ec8e1e131453450 100755 (executable)
@@ -8,7 +8,7 @@
 # We can't open symlink files directly for scrubbing, so we use xfs_scrub(8).
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 75797b6cc41107263d6f15e732a96728624dbef9..12cd0352b559cbee57f1abc28b37230d92dc6178 100755 (executable)
@@ -9,7 +9,7 @@
 # xfs_scrub(8).
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 24fbbc4e9bbc0eb2b442c1dc5406adc19a14d193..feafc6fd560b0d3e0814465228e7f25e81779b51 100755 (executable)
@@ -8,7 +8,7 @@
 # see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 59503cfa940422d4401e3f10a263cdf113e48041..2ba27947b391395933d545b05f6f072cc10ca2b7 100755 (executable)
@@ -8,7 +8,7 @@
 # crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 8dc2689888e77871690b0d7ff095e51b2cf5dcb7..c77d67db358983524bd663cfdda235ca85666cb0 100755 (executable)
@@ -9,7 +9,7 @@
 # handle unlinked directories.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 # Import common functions.
 . ./common/filter
index 40c4d92d241b74d207a326b7d719d6f5156f13ac..6e4e98f40ced96eabe0d02d883ab088bf83fd890 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and bnobt repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 3a29ca12fc3b23093888c63b60a8797255d278f0..ae531359199e09458db98f54e1fba876d8abc200 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and inobt repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index dc599c0b647ab2c01ce1afebcc4df69cb89b724c..4e9d9862801e130b18de1ef8552e7e194bc8ee8a 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and refcountbt repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 685ada10b826937a2a1ed89c14b14c730834064b..2bd2812cee8a0cd193a680cf7e14b23b909a50f8 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and superblock repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 15a94a525bd99ca182718d85d5a6252d38bb2759..ef6afdc681704bf026ddfe0decc692a7a1b90018 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and agf repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 551653917eba4ba957c5e892360113589c6f9b47..32603fd1ddd6dc9b82355a4169e10ec7b7133699 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and agfl repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index aa209ce5bb21ee9ff56f5dac63c17539b55c609a..4371d93f125031f347b63914ba8a2f0498e4d0e2 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and agi repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index e6821c02556c98359d778310d5e78904fb75c79c..01c1963ef974d8ac9fd272f335ca9dad5acd41e9 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 6368d704b8b0ee0ce1f6f39bdd5ba34205780e6f..ac8e83f66749d881636f2f20dea81a1d2516c421 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and data fork repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 7b0fe2c467876ce393e50624199d879727a92610..6bff5461f209767024dc74ee19e8e59854d41542 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and attr fork repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 8180540205546858cba6cf1ad35716abb584ff08..8ea2faf796dc197c10d831e035a529b86252b094 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and CoW fork repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index c25cd269d8470bfdb4dacfa47b798d4366b36b63..fe9a93314e09d59f4e67d380cc3cb224f62dbd11 100755 (executable)
@@ -8,7 +8,7 @@
 # We can't open special files directly for scrubbing, so we use xfs_scrub(8).
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index b96163e32d0570738098cc80fc0e120e9d42cac8..f04914945c452279c0416abf24d11d2303dc7a0f 100755 (executable)
@@ -9,7 +9,7 @@
 # xfs_scrub(8).
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 21b608aaae3f566be67a82cc489b83ee286a03e3..1cd3f7a7922503ea47c67b5cd4235335ef9b6852 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index a832063bed9573c0bc3b6427ad6406f60e1c9f02..890140b9978b7c6d12713833c25bd68427a00fc8 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 2972aeb7164c4a5ec545651929f647adf576c7cd..7e843d75689ed0327751966f3556832ef215dd56 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index f4bedcca5f9fc7b3a4569b958eb27302f5d97fc1..24f5ef7e352b63f7cb02399599b29ea2f051750c 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 2e882775442e712b2a5be5b2f82eac57e81cfea8..d9abea46b36a9145482cf0996cc8f05eb25c1cac 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index b4cf95f57baae2c08a5f98a4cee28f52372176b0..cc3f41c6b7e6cfc522d5c705c850b31c9fd004df 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 45d65892eac29da0ac6d2b843860fb8d9bd244fd..710ace978abdb8b1b15ecaf9db3819cfe4d91ba8 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and nlinks scrub for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 8cc38f5841119f87113bf71a06f5f333ab46ff52..496fd78a58cf77d021ac0fc52f7976e5d612767f 100755 (executable)
@@ -9,7 +9,7 @@
 # filesystem activity, so we can't have userspace wandering in and thawing it.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 # Override the default cleanup function.
 _cleanup()
index d942d9807967b5a9a85c1155354ebc9412ebd805..a779bf8173853712babfc166d2abc323ac8f9e54 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index cdccf9699861f34ef4cbc6f4f6e0f28f7d7cd7e3..e0025ed57296582e8795b4ba128ff0c5072913b2 100755 (executable)
@@ -8,7 +8,7 @@
 # or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index e6a88cc6b21f8914a589e8b19b686510f055d463..df1161b7288c992d701abd149630884870c0d64b 100755 (executable)
@@ -7,7 +7,7 @@
 # Race fsstress and directory repair for a while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 642930f2feebeb5757b40dd006eae49a7447c737..a9d1a6c162c0c125bec2c970f8659d8098eedee4 100755 (executable)
@@ -8,7 +8,7 @@
 # livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        _scratch_xfs_stress_scrub_cleanup &> /dev/null
index 0a43eb01199e694df8da37c658daf5995900f5bd..da13247b098b1f55f420c997f1568ab8d7b5162a 100755 (executable)
@@ -8,7 +8,7 @@
 # while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 _cleanup() {
        cd /
index f12ef69e0afa3b2aad0e63e26d1180e78c3a4a27..40ad12a15c1d8058c7d90522b5ce994e0df6d6a8 100755 (executable)
@@ -8,7 +8,7 @@
 # while to see if we crash or livelock.
 #
 . ./common/preamble
-_begin_fstest scrub dangerous_fsstress_scrub
+_begin_fstest scrub fsstress_scrub
 
 _cleanup() {
        cd /
index 53122352ad75a3601585b43434a9c5c5b696df14..1190cfab8a9f949186290bea72b3f307066db486 100755 (executable)
@@ -9,7 +9,7 @@
 # because the xfile code wasn't folioized.
 #
 . ./common/preamble
-_begin_fstest online_repair dangerous_fsstress_repair
+_begin_fstest online_repair fsstress_online_repair
 
 declare -A oldvalues