openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #10442
Re: "Shutoff" Status
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.mahroua@xxxxxxxxx>wrote:
> Hello Alyssa, the status is the one reported when you suspend your instance
>
> *Nuage & Co - Razique Mahroua** *
> razique.mahroua@xxxxxxxxx
>
>
> 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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
Follow ups
References