To make the logs clearer when trying to work out
if/when something went wrong, rather than always
having client logs start with some failures.
Signed-off-by: John Spray <john.spray@redhat.com>
def setUp(self):
self.fs.mds_restart()
+ self.fs.wait_for_daemons()
self.mount_a.mount()
self.mount_a.wait_until_mounted()
self.mount_b.mount()
def setUp(self):
self.fs.clear_firewall()
self.fs.mds_restart()
+ self.fs.wait_for_daemons()
self.mount_a.mount()
self.mount_b.mount()
self.mount_a.wait_until_mounted()