Re: [libvirt-users] (no subject)

2016-03-30 Thread nidhi d
Libvirt version as per virsh --version 1.2.2 Xen version as per xl info 4.4.2 I am working with xl toolstack On Mar 30, 2016 11:09 PM, "Jim Fehlig" wrote: > nidhi d wrote: > > When i tried > > > > virsh migrate xen+ssh://user@remote/system > > > > I get the error > > > > This function is not sup

[libvirt-users] How is calculate the lock with lockd_manager

2016-03-30 Thread villeneu
Hello  I use lock_manager with libvirt 1.3 and  I would like to know how is exactly calculate the hash SHA256. I would create a table to retreive the name with the hash in case of crash to release manualy the lock. Best regards ___ libvirt-users mailin

Re: [libvirt-users] Accessing xenstore from libvirt

2016-03-30 Thread Jim Fehlig
Daniel P. Berrange wrote: > On Wed, Mar 30, 2016 at 10:53:45AM +0200, Marin Bek wrote: >> Hi, >> >> is it possible to access xenstore through libvirt? Or at least any other >> programatic means other than calling xenstore-read/write through shell? >> >> I understand it is somewhat of a security ris

Re: [libvirt-users] (no subject)

2016-03-30 Thread Jim Fehlig
nidhi d wrote: > When i tried > > virsh migrate xen+ssh://user@remote/system > > I get the error > > This function is not supported by the connection driver:virDomainMigrate3 What version of libvirt and Xen are you using? And wrt to Xen, are you using the xm/xend or xl/libxl toolstacks? Regar

[libvirt-users] libvirt hooks deadlocks and auto-restarting a stopped guest

2016-03-30 Thread Fred Clift
All, Short version: I want to auto-restart a particular guest any time it shuts down. libvirt hooks can't call 'virsh start foo'. What is a good/simple way to do this? Long version: I have what is probably an unusual set of requirements. To summarize briefly: I have an OS image that runs 3

Re: [libvirt-users] VM crash and lock manager

2016-03-30 Thread Eric Blake
[moderator note: .pngs were stripped to avoid overwhelming the mail server and list recipients with 1M of data] Forwarded Message Date: Wed, 30 Mar 2016 11:25:09 +0200 Message-ID: <20160330112509.horde.0oad-zfkzdznouxf-vke...@webmailperso.univ-brest.fr> From: ville...@kassis.univ-

Re: [libvirt-users] Accessing xenstore from libvirt

2016-03-30 Thread Daniel P. Berrange
On Wed, Mar 30, 2016 at 10:53:45AM +0200, Marin Bek wrote: > Hi, > > is it possible to access xenstore through libvirt? Or at least any other > programatic means other than calling xenstore-read/write through shell? > > I understand it is somewhat of a security risk but still... No, we don't exp

Re: [libvirt-users] Hello and a question about QEMU log

2016-03-30 Thread Daniel P. Berrange
On Wed, Mar 30, 2016 at 10:22:41AM +0800, zhukaijie wrote: > Hello, > Each running VM has it's command line logged in > /var/log/libvirt/qemu/${vmname}. > And now I'd like to disable this log function, that is to say, not to record > the QEMU command line of VM. Could you please tell me will can I

[libvirt-users] Accessing xenstore from libvirt

2016-03-30 Thread Marin Bek
Hi, is it possible to access xenstore through libvirt? Or at least any other programatic means other than calling xenstore-read/write through shell? I understand it is somewhat of a security risk but still... Thanks, Marin ___ libvirt-users mailing li

[libvirt-users] Hello and a question about QEMU log

2016-03-30 Thread zhukaijie
Hello, Each running VM has it's command line logged in /var/log/libvirt/qemu/${vmname}. And now I'd like to disable this log function, that is to say, not to record the QEMU command line of VM. Could you please tell me will can I configure it? Best wishes.

Re: [libvirt-users] (no subject)

2016-03-30 Thread Michal Privoznik
On 30.03.2016 06:35, nidhi d wrote: > When i tried > > virsh migrate xen+ssh://user@remote/system > > I get the error > > This function is not supported by the connection driver:virDomainMigrate3 > This is likely a bug in our code as migration should fall back all the way down to version 1 in

Re: [libvirt-users] p2v a single bootable partition

2016-03-30 Thread Martin Kletzander
On Wed, Mar 30, 2016 at 11:06:57AM +0200, arnaud.bouge...@univ-rennes1.fr wrote: Hello How to convert a bootable linux partition to virtual disk ? I tried : |dd if=/dev/sda1 of=/mnt/mydisk3/sda1.raw| |||qemu-img convert -f raw -O qcow2 sda1.raw sda1.qcow2| |but the disk ||sda1.qcow2|is not bo

[libvirt-users] p2v a single bootable partition

2016-03-30 Thread arnaud.bouge...@univ-rennes1.fr
Hello How to convert a bootable linux partition to virtual disk ? I tried : |dd if=/dev/sda1 of=/mnt/mydisk3/sda1.raw| |||qemu-img convert -f raw -O qcow2 sda1.raw sda1.qcow2| |but the disk ||sda1.qcow2|is not bootable The second partition contains data and is very large, so I want to check