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:
Patrick Donnelly 2018-04-15 20:26:31 -07:00
commit d7c975ffab
No known key found for this signature in database
GPG Key ID: 3A2A7E25BEA8AADB

View File

@ -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: