== replay-single test 70d: mkdir/rmdir striped dir 2mdts recovery ========================================================== 15:19:55 (1722799195) Starting client oleg108-client.virtnet: -o user_xattr,flock oleg108-server@tcp:/lustre /mnt/lustre Started clients oleg108-client.virtnet: 192.168.201.108@tcp:/lustre on /mnt/lustre type lustre (rw,checksum,flock,user_xattr,lruresize,lazystatfs,nouser_fid2path,verbose,noencrypt,statfs_project) Started 27903 UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 1414116 4536 1283152 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 6004 1281684 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1576 3605024 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1572 3604992 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3148 7210016 1% /mnt/lustre test_70d fail mds2 1 times Failing mds2 on oleg108-server Stopping /mnt/lustre-mds2 (opts:) on oleg108-server 15:22:10 (1722799330) shut down Failover mds2 to oleg108-server mount facets: mds2 Starting mds2: -o localrecov /dev/mapper/mds2_flakey /mnt/lustre-mds2 oleg108-server: oleg108-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg108-client: oleg108-server: ssh exited with exit code 1 Started lustre-MDT0001 15:22:26 (1722799346) targets are mounted 15:22:26 (1722799346) facet_failover done oleg108-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 5968 1281720 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 1414116 5628 1282060 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3833116 1576 3605024 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3833116 1572 3604992 1% /mnt/lustre[OST:1] filesystem_summary: 7666232 3148 7210016 1% /mnt/lustre test_70d fail mds2 2 times Failing mds2 on oleg108-server Stopping /mnt/lustre-mds2 (opts:) on oleg108-server 15:24:47 (1722799487) shut down Failover mds2 to oleg108-server mount facets: mds2 Starting mds2: -o localrecov /dev/mapper/mds2_flakey /mnt/lustre-mds2 oleg108-server: oleg108-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg108-client: oleg108-server: ssh exited with exit code 1 Started lustre-MDT0001 15:25:03 (1722799503) targets are mounted 15:25:03 (1722799503) facet_failover done oleg108-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 /home/green/git/lustre-release/lustre/tests/test-framework.sh: line 4759: 27903 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: ~)