== replay-single test 70d: mkdir/rmdir striped dir 2mdts recovery ========================================================== 02:39:31 (1732433971) Starting client oleg107-client.virtnet: -o user_xattr,flock 192.168.201.107@tcp:/lustre /mnt/lustre Started clients oleg107-client.virtnet: 192.168.201.107@tcp:/lustre on /mnt/lustre type lustre (rw,checksum,flock,user_xattr,lruresize,lazystatfs,nouser_fid2path,verbose,noencrypt,statfs_project) Started 28232 UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 1414116 6140 1281548 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 4964 1282724 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1580 3595616 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1572 3598656 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3152 7194272 1% /mnt/lustre test_70d fail mds2 1 times Failing mds2 on oleg107-server Stopping /mnt/lustre-mds2 (opts:) on oleg107-server 02:41:45 (1732434105) shut down Failover mds2 to oleg107-server mount facets: mds2 Starting mds2: -o localrecov /dev/mapper/mds2_flakey /mnt/lustre-mds2 oleg107-server: oleg107-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg107-client: oleg107-server: ssh exited with exit code 1 Started lustre-MDT0001 02:41:59 (1732434119) targets are mounted 02:41:59 (1732434119) facet_failover done oleg107-client.virtnet: executing wait_import_state_mount (FULL|IDLE) mdc.lustre-MDT0001-mdc-*.mds_server_uuid mdc.lustre-MDT0001-mdc-*.mds_server_uuid in FULL state after 0 sec UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 1414116 5004 1282684 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 4252 1283436 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1580 3595616 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1572 3598656 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3152 7194272 1% /mnt/lustre test_70d fail mds1 2 times Failing mds1 on oleg107-server Stopping /mnt/lustre-mds1 (opts:) on oleg107-server 02:44:26 (1732434266) shut down Failover mds1 to oleg107-server mount facets: mds1 Starting mds1: -o localrecov /dev/mapper/mds1_flakey /mnt/lustre-mds1 oleg107-server: oleg107-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg107-client: oleg107-server: ssh exited with exit code 1 Started lustre-MDT0000 02:44:40 (1732434280) targets are mounted 02:44:40 (1732434280) facet_failover done oleg107-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 4851: 28232 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: ~)