Project

General

Profile

Bug #10539

Updated by Loïc Dachary over 9 years ago

*make check* sometimes fails on "test/cephtool-test-mds.sh":http://workbench.dachary.org/ceph/ceph/blob/master/src/test/cephtool-test-mds.sh with an output that ends with: 
 <pre> 
 dumped mdsmap epoch 50 
 fail_all_mds: 561: mds_gids= 
 fail_all_mds: 565: check_mds_active 
 check_mds_active: 537: ceph mds dump 
 check_mds_active: 537: grep active 
 dumped mdsmap epoch 50 
 test_mon_mds: 720: ceph fs reset cephfs --yes-i-really-mean-it 
 test_mon_mds: 723: ceph fs rm cephfs --yes-i-really-mean-it 
 Error EINVAL: all MDS daemons must be inactive before removing filesystem 
 test_mon_mds: 1: rm -fr /tmp/cephtool21914 
 </pre> 
 more context in http://paste2.org/h3NdfMV7 

 * https://github.com/ceph/ceph/pull/3367 failed with http://paste2.org/CKmCmwVV

Back