Hi, 
the part you want is : 

• edit /etc/libvirt/libvirtd.conf
before : #listen_tls = 0
after : listen_tls = 0

before : #listen_tcp = 1
after : listen_tcp = 1

add: auth_tcp = "none"
                            

Modify /etc/init/libvirt-bin.conf

before : exec /usr/sbin/libvirtd -d
after : exec /usr/sbin/libvirtd -d -l
                            

Modify /etc/default/libvirt-bin

before :libvirtd_opts=" -d"
after :libvirtd_opts=" -d -l"
Restart the libvirt deamon and voila - you don't need any shared storage for the block migration

Regards,
Razique Mahroua - Nuage & Co
Tel : +33 9 72 37 94 15


Le 1 mars 2013 à 08:59, Qinglong.Meng <mengql112...@gmail.com> a écrit :


Hi,
     I want to make testing about openstack(release F) block migration based KVM. But I don't any usefully configure doc. it's only about based XEN.
give me a hand

--

Lawrency Meng
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~openstack
Post to     : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

Reply via email to