← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1675712] [NEW] word spelling mistake

 

Public bug reported:

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

** Affects: nova
     Importance: Undecided
     Assignee: Zhou Jianming (zhoujm-cri)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Zhou Jianming (zhoujm-cri)

-- 
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):
  New

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


Follow ups