== replay-single test 70d: mkdir/rmdir striped dir 2mdts recovery ========================================================== 14:21:16 (1726856476) Starting client oleg406-client.virtnet: -o user_xattr,flock 192.168.204.106@tcp:/lustre /mnt/lustre Started clients oleg406-client.virtnet: 192.168.204.106@tcp:/lustre on /mnt/lustre type lustre (rw,checksum,flock,user_xattr,lruresize,lazystatfs,nouser_fid2path,verbose,noencrypt,statfs_project) Started 25437 UUID 1K-blocks Used Available Use% Mounted on lustre-MDT0000_UUID 2209280 6784 2200448 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 2210304 5248 2203008 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3771392 4096 3533824 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3771392 4096 3536896 1% /mnt/lustre[OST:1] filesystem_summary: 7542784 8192 7070720 1% /mnt/lustre test_70d fail mds2 1 times Failing mds2 on oleg406-server Stopping /mnt/lustre-mds2 (opts:) on oleg406-server 14:23:34 (1726856614) shut down Failover mds2 to oleg406-server mount facets: mds2 Starting mds2: -o localrecov lustre-mdt2/mdt2 /mnt/lustre-mds2 oleg406-server: oleg406-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg406-client: oleg406-server: ssh exited with exit code 1 Started lustre-MDT0001 14:23:46 (1726856626) targets are mounted 14:23:46 (1726856626) facet_failover done oleg406-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 2208896 7168 2199680 1% /mnt/lustre[MDT:0] lustre-MDT0001_UUID 2210176 5760 2202368 1% /mnt/lustre[MDT:1] lustre-OST0000_UUID 3771392 4096 3533824 1% /mnt/lustre[OST:0] lustre-OST0001_UUID 3771392 4096 3536896 1% /mnt/lustre[OST:1] filesystem_summary: 7542784 8192 7070720 1% /mnt/lustre test_70d fail mds2 2 times Failing mds2 on oleg406-server Stopping /mnt/lustre-mds2 (opts:) on oleg406-server 14:26:06 (1726856766) shut down Failover mds2 to oleg406-server mount facets: mds2 Starting mds2: -o localrecov lustre-mdt2/mdt2 /mnt/lustre-mds2 oleg406-server: oleg406-server.virtnet: executing set_default_debug vfstrace rpctrace dlmtrace neterror ha config ioctl super lfsck all pdsh@oleg406-client: oleg406-server: ssh exited with exit code 1 Started lustre-MDT0001 14:26:18 (1726856778) targets are mounted 14:26:18 (1726856778) facet_failover done oleg406-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 4827: 25437 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: ~)