← Back to team overview

openstack team mailing list archive

Re: [openstack] Virsh list show empty table

 

yes tried with the 'SUDO'  as well but still it results empty table ,

later found that among the nova services , 'nova-compute' is not starting

openstack@openStack:~$ ls /etc/init/nova-* | cut -d '/' -f4 | cut -d '.'
-f1 | while read S; do sudo status $S; done
nova-api start/running, process 940
nova-cert start/running, process 3059
nova-compute start/running, process 3075
nova-network *stop/waiting*
nova-objectstore start/running, process 885
nova-scheduler start/running, process 3107

is it bcoz of the nova-network not working ?




On Tue, Apr 16, 2013 at 4:44 PM, Sylvain Bauza
<sylvain.bauza@xxxxxxxxxxxx>wrote:

>  Try issuing "sudo virsh list --all" to get all XML files defined.
>
> -Sylvain
>
> Le 16/04/2013 11:14, Wangpan a écrit :
>
> Firstly, it may because your services stopped running, as you list at the
> last mail.
> so you can't create an instance successfully.
>
> Otherwise, it may because you should add sudo before virsh list, like
> 'sudo virsh list'.
>
> 2013-04-16
>  ------------------------------
>  Wangpan
>  ------------------------------
>  *发件人:*Deepak A.P
> *发送时间:*2013-04-16 17:09
> *主题:*[Openstack] [openstack] Virsh list show empty table
> *收件人:*"OpenStack Mailing List"<openstack@xxxxxxxxxxxxxxxxxxx><openstack@xxxxxxxxxxxxxxxxxxx>
> ,"openstack-operators@xxxxxxxxxxxxxxxxxxx"<openstack-operators@xxxxxxxxxxxxxxxxxxx>
> <openstack-operators@xxxxxxxxxxxxxxxxxxx><openstack-operators@xxxxxxxxxxxxxxxxxxx>
> *抄送:*
>
>  Hi,
>
>       i have created an instance of flavor 'tiny' , when i ran 'virsh
> list' command it shows a
>
>  empty table all below
>
>
>   virsh list
>
>  Id Name               State
> ---------------------------------------------
>
>
>  any help on this ?
>
>
>  --
> Cheers,
> Deepak
>
>
> _______________________________________________
> 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
>
>


-- 
Cheers,
Deepak

References