Merge "Adds Instance UUID to rsync debug logging"

This commit is contained in:
Jenkins
2013年08月30日 22:52:24 +00:00
committed by Gerrit Code Review

View File

@@ -55,7 +55,7 @@ def _rsync_vhds(instance_uuid, host, staging_path, user="root"):
rsync_progress = rsync_proc.stdout.readline()
if not rsync_progress:
break
logging.debug(rsync_progress)
logging.debug("[%s] %s" % (instance_uuid, rsync_progress))
utils.finish_subprocess(rsync_proc, rsync_cmd)
Reference in New Issue
openstack/nova
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.