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 hanyu.x...@eayun.com 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

[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

Re: [Openstack] Huge memory consumption of qpid server

2013-02-25 Thread Yufang Zhang
Palma On Feb 25, 2013, at 10:01 PM, Yufang Zhang yufang521...@gmail.com 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 cluster has only 10 nodes, things would be worse

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

2012-08-24 Thread Yufang Zhang
*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 bad workaround for this currently, but it would be great to be able to do this (set default rules

[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

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

[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.),

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 bfilip...@griddynamics.com Current snapshot implementation for libvirt driver