Re: [Openstack] nova client support for restore from soft delete ?

2013-07-17 Thread Yufang Zhang
Hi guys, I have submitted a patch for this issue. Just FYI. https://review.openstack.org/#/c/34870/ 2013/1/31 Hanyu Xiao > Hi guys: > > As I know, soft-delete an instance only power off the instance and then > mark the db state to "soft-delete". > > you can use `nova start ` to poweron the i

[Openstack] iptables performance issue

2013-02-26 Thread Yufang Zhang
Hi all, Currently, openstack heavily uses iptables in network setup(firewall, NAT, etc.), which may trigger performance issue on some situations. For example, I have ever found packet dropping in host for several times, due to connection tracking triggered by NAT. By now, I have to find some stu

Re: [Openstack] Huge memory consumption of qpid server

2013-02-25 Thread Yufang Zhang
Regards, > Victor Palma > > > On Feb 25, 2013, at 10:01 PM, Yufang Zhang wrote: > > > Hi all, > > > > I use qpid server as message queue in openstack. After the cluster > running for a month, I find the qpid server has consumed 400M memory. > Considering the clu

[Openstack] Huge memory consumption of qpid server

2013-02-25 Thread Yufang Zhang
Hi all, I use qpid server as message queue in openstack. After the cluster running for a month, I find the qpid server has consumed 400M memory. Considering the cluster has only 10 nodes, things would be worse as more nodes are being added into cluster. No memory leaks were found when I used valgr

Re: [Openstack] Default rules for the 'default' security group

2012-08-24 Thread Yufang Zhang
Michel Deschenes > *Sent:* Thursday, August 23, 2012 7:59 AM > *To:* Yufang Zhang; openstack@lists.launchpad.net > *Subject:* Re: [Openstack] Default rules for the 'default' security group* > *** > > ** ** > > I’m very interested in this, we run essex and have a very b

Re: [Openstack] how to configure network on controller with 2 nics ?

2012-08-23 Thread Yufang Zhang
Say, you have two nic on the host: eth0(public network) and eth1(private network), and you use FlatDHCP for network configuration. All the instances are in the private subnet. Then you should just add networks like: nova-manage network create demonet 10.0.0.0/24 1 256 --bridge=demonetbr1 --bridge_

[Openstack] Default rules for the 'default' security group

2012-08-23 Thread Yufang Zhang
Hi all, Could I ask how to set the default rules for the 'default' security group for all the users in openstack? Currently, the 'default' security group has no rule by default, thus newly created instances could only be accessed by instances from the same group. Is there any method to set defaul

[Openstack] [Dashboard] Multi-region support in Horizon?

2012-08-14 Thread Yufang Zhang
Hi all, I'd like to use horizon to manage clusters in multiple data centers(regions). Currently, horizon supports multi-region by means of deploying one keystone service for each region. Thus we have to manage multiple keystone services for all the regions(creating users or projects, etc.), which

Re: [Openstack] Support for snapshot of LVM backend image

2012-07-16 Thread Yufang Zhang
Does it make sense to shutdown instance before doing snaphotting, and then make a lvm snaphot of instance disk. This would be safe for instance though it‘s not some sort of 'live snaphot'. 2012/7/16 Boris Filippov > Current snapshot implementation for libvirt driver doesn't support > snapshottin