yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #73066
[Bug 1773393] Re: oslo_messaging.rpc.client.RemoteError upon server add volume
Right there is no Instance 2.4 in stable/pike:
https://github.com/openstack/nova/blob/stable/pike/nova/objects/instance.py#L115
Did you backport some code to the Instance object in Pike?
What is this config option set to?
https://docs.openstack.org/nova/pike/configuration/config.html#upgrade_levels.compute
[upgrade_levels]
compute
** Changed in: nova
Status: New => Invalid
--
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/1773393
Title:
oslo_messaging.rpc.client.RemoteError upon server add volume
Status in OpenStack Compute (nova):
Invalid
Bug description:
Description
===========
from openstack cli:
server add volume <server> <volume>
fails to add volume but returns with:
Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'oslo_messaging.rpc.client.RemoteError'> (HTTP 500) (Request-ID: req-bfe801f2-c3b3-4f17-9b21-42e2e397ff14)
Steps to reproduce
==================
1/ Create server from image
2/ create bare volume
3/ server add volume <server> <volume>
Expected result
===============
Volume attached
Actual result
=============
Exception as above
Environment
===========
openstack pike stable
pip list | grep kolla
kolla 6.0.0.0rc1
kolla-ansible 6.0.0
ceph being used used for cinder storage.
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1773393/+subscriptions
References