← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1356280] [NEW] vmware: vcdriver fails to resize with NotImlementedError

 

Public bug reported:

On the master code, compute driver is configured to use vmware vc driver 
In this scenario resize of the instance failed with following exception :

2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 308, in decorated_function
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     return function(self, context, *args, **kwargs)
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3491, in prep_resize
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     filter_properties)
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3480, in prep_resize
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     node)
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3445, in _prep_resize
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     limits=limits) as claim:
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/openstack/common/lockutils.py", line 325, in inner
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     return f(*args, **kwargs)
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/resource_tracker.py", line 172, in resize_claim
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     instance_type)
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/resource_tracker.py", line 193, in _create_migration
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     migration.dest_host = self.driver.get_host_ip_addr()
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/virt/driver.py", line 428, in get_host_ip_addr
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     raise NotImplementedError()
2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher NotImplementedError

** Affects: nova
     Importance: Undecided
     Assignee: Kanagaraj Manickam (kanagaraj-manickam)
         Status: New

** Changed in: nova
     Assignee: (unassigned) => Kanagaraj Manickam (kanagaraj-manickam)

-- 
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/1356280

Title:
  vmware: vcdriver fails to resize with NotImlementedError

Status in OpenStack Compute (Nova):
  New

Bug description:
  On the master code, compute driver is configured to use vmware vc driver 
  In this scenario resize of the instance failed with following exception :

  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 308, in decorated_function
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     return function(self, context, *args, **kwargs)
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3491, in prep_resize
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     filter_properties)
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3480, in prep_resize
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     node)
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/manager.py", line 3445, in _prep_resize
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     limits=limits) as claim:
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/openstack/common/lockutils.py", line 325, in inner
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     return f(*args, **kwargs)
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/resource_tracker.py", line 172, in resize_claim
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     instance_type)
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/compute/resource_tracker.py", line 193, in _create_migration
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     migration.dest_host = self.driver.get_host_ip_addr()
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher   File "/opt/stack/nova/nova/virt/driver.py", line 428, in get_host_ip_addr
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher     raise NotImplementedError()
  2014-08-13 16:00:04.170 TRACE oslo.messaging.rpc.dispatcher NotImplementedError

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1356280/+subscriptions


Follow ups

References