Re: [Openstack] (no subject)

2012-05-31 Thread Kei.masumoto
To check free_disk_gb, stats = libvirt_utils.get_fs_info(FLAGS.instances_path) return stats['total'] / (1024 ** 3) I dont think disk space is not cheched on executing live-migration. available disk space is only checked for kvm-block migration. Kei (2012/05/31 12:08), William

Re: [Openstack] (no subject)

2012-05-31 Thread Kei.masumoto
and yes, I use kvm-block migration On Thu, May 31, 2012 at 8:55 PM, Kei.masumoto kei.masum...@gmail.com mailto:kei.masum...@gmail.com wrote: To check free_disk_gb, stats = libvirt_utils.get_fs_info( FLAGS.instances_path) return stats['total'] / (1024 ** 3) I dont

Re: [Openstack] error when running live-migration in essex

2012-04-19 Thread Kei.masumoto
pci_add_option_rom: failed to find romfile pxe-rtl8139.bin apt-get install kvm-pxe It is not critical to solve your problem, though. Kei (2012/04/19 14:21), livemoon wrote: sorry, the error info at first is: 2012-04-19 13:20:40 DEBUG nova.rpc.amqp

Re: [Openstack] how to make merge proposal to openstack-manuals

2012-02-06 Thread Kei.masumoto
Thanks for your help! Kei There is additional specific information at : http://wiki.openstack.org/Documentation/HowTo mike ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] how to make merge proposal to openstack-manuals

2012-02-03 Thread Kei.masumoto
Alright thanks for your answer! Kei (2012/02/03 18:53), Dan Wendlandt wrote: 2012/2/3masumo...@nttdata.co.jp: Hello, Could anybody tell me merge proposals to openstack-manual is same as other project (nova, swift, etc)? I am asking because I cannot see any MPs in Gerrit. yes, you can use the

Re: [Openstack] Libvirt block live migration with OpenStack Diablo

2011-11-17 Thread Kei.masumoto
I think you should use exactly same template as below. https://github.com/openstack/nova/blob/master/nova/virt/libvirt.xml.template Kei (2011/11/17 2:41), Doude wrote: Hi all, I use OpenStack Diablo release 2011.3-0ubuntu6.2 on ubuntu 11.10 with libvirt 0.9.2-4ubuntu15.1 I try to block

Re: [Openstack] Libvirt block live migration with OpenStack Diablo

2011-11-17 Thread Kei.masumoto
Hi Doude, Right now, I have no words regarding to which version you are using. I just want to show quick solution.. I was thinking, as you say, libvirt.template is different. I recommend you just replace libvirt.template at src and dst physical server, and restart both nova-compute, and