Comment 2 for bug 942918

Revision history for this message
clayg (clay-gerrard) wrote : Re: nova-volume doesn't log request_id

Fairly recent, yeah.

I pulled down master and looked at some of the log lines in volume/manager.py

and it seems like they're missing a kwarg for context:

        LOG.info(_("volume %s: creating"), volume_ref['name'])

where as in compute/manager.py you see:

        LOG.audit(_('Attaching volume %(volume_id)s to %(mountpoint)s'),
                  locals(), context=context, instance=instance_ref)