[Openstack-operators] Delete cinder service
Saverio Proto
zioproto at gmail.com
Thu Sep 1 14:50:57 UTC 2016
Hello William,
if you changed the cinder host name you need also to reflect this
change in the database for the existing volumes.
in mysql you have to do something like:
update volumes set host='newhostname#DEFAULT' where host =
'oldhostname#DEFAULT';
update volumes set host='newhostname' where host = 'oldhostname';
but please double check, it might be slighly different depending on
the openstack version.
Saverio
2016-09-01 15:06 GMT+02:00 William Josefsson <william.josefson at gmail.com>:
> Hi,
>
> I changed a hostname on my cinder node, and now I can see two entries
> in 'cinder service-list'.
>
> How do I delete the old entry, there is no 'cinder service-delete'? In
> meantime, I have disabled the old service.
>
> Google mention cinder-manage, but I don't have that tool available on
> my server Liberty/CentOS7 without internet connectivity.
>
> Is there any safe manual way to delete the old Cinder service entry? thx will
>
> _______________________________________________
> OpenStack-operators mailing list
> OpenStack-operators at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators
More information about the OpenStack-operators
mailing list