Merge "Fix missing print format in log messages"

This commit is contained in:
Zuul 2019-10-14 05:59:10 +00:00 committed by Gerrit Code Review
commit 4ff595d946
2 changed files with 2 additions and 2 deletions

View File

@ -976,7 +976,7 @@ class CephBackupDriver(driver.BackupDriver):
self.delete_backup(backup)
else:
if backup.parent_id:
LOG.debug("Volume file is NOT RBD: can't perform"
LOG.debug("Volume file is NOT RBD: can't perform "
"incremental backup.")
raise exception.BackupRBDOperationFailed
LOG.debug("Volume file is NOT RBD: will do full backup.")

View File

@ -967,7 +967,7 @@ class MacroSANBaseDriver(driver.VolumeDriver):
owner = self.client.get_lun_sp(src_name)
pool = host['capabilities'].get('pool_name', self.pool)
LOG.info('Migrating volume: %(volume), '
LOG.info('Migrating volume: %(volume)s, '
'host: %(host)s, '
'backend: %(volume_backend_name)s',
{'volume': src_name,