mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge PR #21391 into master
* refs/pull/21391/head: qa: fix log typo Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
d7c975ffab
@ -284,8 +284,8 @@ class FuseMount(CephFSMount):
|
||||
# Permit a timeout, so that we do not block forever
|
||||
run.wait([self.fuse_daemon], 900)
|
||||
except MaxWhileTries:
|
||||
log.error("process failed to terminate after unmount. This probably"
|
||||
"indicates a bug within ceph-fuse.")
|
||||
log.error("process failed to terminate after unmount. This probably"
|
||||
" indicates a bug within ceph-fuse.")
|
||||
raise
|
||||
except CommandFailedError:
|
||||
if require_clean:
|
||||
|
Loading…
Reference in New Issue
Block a user