Hi Anne :-)
I think it only doesn't applies to 
- ESX
- QEMU
- LXC
While it has been implemented on the other hypervisors technologies : 

Maybe some doc update needed around ?
Later,
Razique

 
Nuage & Co - Razique Mahroua 

Le 24 avr. 2012 à 05:02, Anne Gentle a écrit :

Hi all -
We just added descriptions of each of the statuses to this page, but "SUSPENDED" is not one of them:

http://docs.openstack.org/api/openstack-compute/2/content/List_Servers-d1e2078.html

Who has more information about this server status? By grepping the code I get this additional info which may mean it only applies to bare metal deploy and/or xenapi?

./nova/api/ec2/cloud.py:    vm_states.SUSPENDED: inst_state.SUSPEND,
./nova/api/openstack/common.py:    vm_states.SUSPENDED: {
./nova/api/openstack/common.py:        'default': 'SUSPENDED',
./nova/compute/api.py:    @check_instance_state(vm_state=[vm_states.SUSPENDED])
./nova/compute/api.py:                    vm_state=vm_states.SUSPENDED,
./nova/compute/manager.py:                              vm_state=vm_states.SUSPENDED,
./nova/compute/power_state.py:SUSPENDED = 0x07
./nova/compute/power_state.py:    SUSPENDED: 'suspended',
./nova/compute/vm_states.py:SUSPENDED = 'suspended'
./nova/tests/baremetal/test_proxy_bare_metal.py:              dict(node_id=8, name='i-00000008', status=power_state.SUSPENDED),
./nova/tests/test_compute.py:                           {'vm_state': vm_states.SUSPENDED})
./nova/tests/test_compute.py:                search_opts={'power_state': power_state.SUSPENDED})
./nova/virt/baremetal/proxy.py:                            'power_state': power_state.SUSPENDED})
./nova/virt/xenapi/vm_utils.py:    'Suspended': power_state.SUSPENDED,

Thanks,
Anne

On Mon, Apr 23, 2012 at 9:24 AM, Razique Mahroua <razique.mahr...@gmail.com> wrote:
Hello Alyssa, the status is the one reported when you suspend your instance

Nuage & Co - Razique Mahroua 

Le 16 avr. 2012 à 18:15, Alyssa Hurtgen a écrit :

Hi all,

I work at Rackspace and noticed a new Nova server status of "shutoff".  
  • What does this status mean?
  • How does the server get into this status?
  • Should the user be able to perform any actions against the server?
Thanks,
Alyssa Hurtgen
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to