== replay-single test 70d: mkdir/rmdir striped dir 2mdts recovery ========================================================== 05:49:56 (1713433796) Starting client oleg316-client.virtnet: -o user_xattr,flock oleg316-server@tcp:/lustre /mnt/lustre Started clients oleg316-client.virtnet: 192.168.203.116@tcp:/lustre on /mnt/lustre type lustre (rw,checksum,flock,user_xattr,lruresize,lazystatfs,nouser_fid2path,verbose,noencrypt,statfs_project) Started 6714 UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 1414116 4932 1282756 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 3924 1283764 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1576 3598840 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1560 3599528 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3136 7198368 1% /mnt/lustre test_70d fail mds1 1 times Failing mds1 on oleg316-server Stopping /mnt/lustre-mds1 (opts:) on oleg316-server 05:52:16 (1713433936) shut down Failover mds1 to oleg316-server mount facets: mds1 Starting mds1: -o localrecov /dev/mapper/mds1_flakey /mnt/lustre-mds1 oleg316-server: oleg316-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg316-client: oleg316-server: ssh exited with exit code 1 Started lustre-MDT0000 05:52:31 (1713433951) targets are mounted 05:52:31 (1713433951) facet_failover done oleg316-client.virtnet: executing wait_import_state_mount (FULL|IDLE) mdc.lustre-MDT0000-mdc-*.mds_server_uuid mdc.lustre-MDT0000-mdc-*.mds_server_uuid in FULL state after 0 sec UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 1414116 5184 1282504 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 4300 1283388 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1576 3598840 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1560 3599528 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3136 7198368 1% /mnt/lustre test_70d fail mds1 2 times Failing mds1 on oleg316-server Stopping /mnt/lustre-mds1 (opts:) on oleg316-server 05:54:57 (1713434097) shut down Failover mds1 to oleg316-server mount facets: mds1 Starting mds1: -o localrecov /dev/mapper/mds1_flakey /mnt/lustre-mds1 oleg316-server: oleg316-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg316-client: oleg316-server: ssh exited with exit code 1 Started lustre-MDT0000 05:55:11 (1713434111) targets are mounted 05:55:11 (1713434111) facet_failover done oleg316-client.virtnet: executing wait_import_state_mount (FULL|IDLE) mdc.lustre-MDT0000-mdc-*.mds_server_uuid mdc.lustre-MDT0000-mdc-*.mds_server_uuid in FULL state after 0 sec /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 4697: 6714 Killed ( while true; do $LFS mkdir -i0 -c2 $DIR/$tdir/test || { echo "mkdir fails"; break; }; $LFS mkdir -i1 -c2 $DIR/$tdir/test1 || { echo "mkdir fails"; break; }; touch $DIR/$tdir/test/a || { echo "touch fails"; break; }; mkdir $DIR/$tdir/test/b || { echo "mkdir fails"; break; }; rm -rf $DIR/$tdir/test || { echo "rmdir fails"; ls -lR $DIR/$tdir; break; }; touch $DIR/$tdir/test1/a || { echo "touch fails"; break; }; mkdir $DIR/$tdir/test1/b || { echo "mkdir fails"; break; }; rm -rf $DIR/$tdir/test1 || { echo "rmdir fails"; ls -lR $DIR/$tdir/test1; break; }; done ) (wd: ~)