← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1465956] Re: nova rest api does't support force stop server

 

[Expired for OpenStack Compute (nova) because there has been no activity
for 60 days.]

** Changed in: nova
       Status: Incomplete => Expired

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

Title:
  nova rest api does't support force stop server

Status in OpenStack Compute (nova):
  Expired

Bug description:
  For libvirt dirver, It has already implemented how to stop a
  server(gracefully or hard), and which way used is controlled by
  "clean_shutdown" flag which come from nova.compute.api.API.stop(self,
  context, instance, do_cast=True,clean_shutdown=True) method.

  And above method is called by nova stop sever rest api, while this
  rest api does't support to deal with this flag(it always set the
  "clean_shutdown" flag as True), so I think we should add this support
  then user could choise which way to stop a server.

  The openstack I used  is master and the hypervisor is kvm.

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


References