Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Mark Kirkwood
On 11/06/14 17:38, Mike Spreitzer wrote: Mark Kirkwood wrote on 06/11/2014 12:08:55 AM: The only bugs with the above procedure I have seen is that some services are not correctly terminated by the screen quit (looking at you Swift and Trove) and you need to kill 'em before rejoining... S

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Mike Spreitzer
Mark Kirkwood wrote on 06/11/2014 12:08:55 AM: > On 11/06/14 14:51, Li, Chen wrote: > > Hi list, > > ... > > So, here is my question: > > how can I restart all services without unstack ?? > ... > I've been using: > > $ cd ~/devstack > $ screen -dR > ctrl-a > :quit > > $ ./rejoin-stack.sh > ctr

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
This works! Thanks a lot. -chen From: Moiz Arif [mailto:moizarif2...@hotmail.com] Sent: Wednesday, June 11, 2014 12:12 PM To: Li, Chen; openstack@lists.openstack.org Subject: RE: [Openstack] [devstack]How to restart all services without unstack ? Hello, You can manually restart any service

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
"quit" command works! Thanks a lot. -chen -Original Message- From: Mark Kirkwood [mailto:mark.kirkw...@catalyst.net.nz] Sent: Wednesday, June 11, 2014 12:09 PM To: openstack@lists.openstack.org Subject: Re: [Openstack] [devstack]How to restart all services without unstack ? O

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Moiz Arif
cript that can re-start all such services. Hope it helps From: chen...@intel.com To: openstack@lists.openstack.org Date: Wed, 11 Jun 2014 02:51:15 + Subject: [Openstack] [devstack]How to restart all services without unstack ? Hi list, I just installed a devstack environment. I did

Re: [Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Mark Kirkwood
On 11/06/14 14:51, Li, Chen wrote: Hi list, I just installed a devstack environment. I didn't find a good way to restart all services, so I use 1. ./unstack.sh 2. ./rejoin-stack.sh Then I noticed that after ./unstack.sh, br-int and br-ex had been removed (but not br-tun), but ./

[Openstack] [devstack]How to restart all services without unstack ?

2014-06-10 Thread Li, Chen
Hi list, I just installed a devstack environment. I didn't find a good way to restart all services, so I use 1. ./unstack.sh 2. ./rejoin-stack.sh Then I noticed that after ./unstack.sh, br-int and br-ex had been removed (but not br-tun), but ./rejoin-stack.sh would not add them ba