yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #62630
[Bug 1675712] Re: word spelling mistake
Reviewed: https://review.openstack.org/449543
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=fd786bd509a788dd8ecda6468c6b78e650bcbe39
Submitter: Jenkins
Branch: master
commit fd786bd509a788dd8ecda6468c6b78e650bcbe39
Author: Zhou Jianming <zhoujm_cri@xxxxxxxxxxx>
Date: Fri Mar 24 17:50:47 2017 +0800
'uplug' word spelling mistake
Change-Id: Ibbe0143a2f3ad64eee377b5dc38d0b4c5f128f83
Fixes: Bug 1675712
** Changed in: nova
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1675712
Title:
word spelling mistake
Status in OpenStack Compute (nova):
Fix Released
Bug description:
I am running OpenStack Mitaka on CentOS7.1 with Citrix XenServer 6.5.
In function unplug_vbd() of nova/virt/xenapi/vm_utils.py file, the following code:
......
elif _should_retry_unplug_vbd(err):
LOG.info(_LI('VBD %(vbd_ref)s uplug failed with "%(err)s", '
'attempt %(num_attempt)d/%(max_attempts)d'),
{'vbd_ref': vbd_ref, 'num_attempt': num_attempt,
'max_attempts': max_attempts, 'err': err})
......
According to context, I think 'uplug' word spelled mistake
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1675712/+subscriptions
References