Displaying 9 results from an estimated 9 matches for "yg185".
Did you mean:
185
2014 Jul 30
0
missing libvirt-sock and libvirt-bin after compile libvirt 1.2.6
Good morning there,
I compiled and installed libvirt latest version 1.2.6, previously I have
apt-get install libvirt-bin, which should be virsh --version: 0.9.8.
after apt-get purge libvirt-bin, I compile the libvirt 1.2.6 and installed
it, when configure, I did:
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--with-esx=yes
I have compiled qemu and installed too, and make a
2014 Aug 05
2
libvirt external disk-only snapshot will pause the VM?
Hello folks,
If I give command to take external disk-only live snapshot, such as
# virsh snapshot-create-as vm1 snapshot_vm1 --disk-only
will the guest OS be paused or suspend while the snapshot being taken?
Thanks very much!
Best,
Yuanzhen
2014 Jul 23
2
how to read the libvirt log file
Hi folks,
I need to trace how libvirt talk with qemu monitor, log everything when
give command, but does anyone know what the format, and how to read the log
file?
for example:
2014-07-22 17:25:22.984+0000: 18571: debug : qemuMonitorIOProcess:356 :
QEMU_MONITOR_IO_PROCESS: mon=0x7f733c000a40 buf={"timestamp": {"seconds":
1406049922, "microseconds": 983916},
2014 Aug 05
2
username and passwd after create VM from XML dump
Good afternoon guys,
I created the VM from XML dump,
# virsh create vm4.xml
and # virsh list I can see the VM running,
and I know the ip address for the VM,
but how can I know the username and password to login the running VM, which
is created from XML dump? is there any place to edit and add the username
and password in guest domain XML ? thanks a lot!!
Best,
Yuanzhen
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
Thanks very much Eric! This is exactly what I guessed, I just wondering
where I could find this piece of code and control the the pause time of
guest, while the snapshot being taken? thanks !
Best,
Yuanzhen
On Tue, Aug 5, 2014 at 6:30 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/05/2014 03:54 PM, Yuanzhen Gu wrote:
> > Hello folks,
> >
> > If I give command to
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
On Wed, Aug 6, 2014 at 12:27 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/06/2014 10:06 AM, Yuanzhen Gu wrote:
> > yes, I got your point, thanks very much Eric.
>
> not entirely, because you still top-posted.
>
> got it entirely this time, not top-posted.
> >
> > If I want to take a distributed snapshot, which need pause all the VMs
> and
>
2014 Aug 06
2
Re: [libvirt] libvirt external disk-only snapshot will pause the VM?
yes, I got your point, thanks very much Eric.
If I want to take a distributed snapshot, which need pause all the VMs and
then take snapshot, how can I control the pause for all the VMs?
Is there only way that I turn to freeze/thaw functions?
and freeze/thaw only for file systems, not for the whole guest, am I right?
Thanks a lot!
Best,
Yuanzhen
On Wed, Aug 6, 2014 at 11:35 AM, Eric Blake
2014 Aug 06
2
Re: username and passwd after create VM from XML dump
On Wed, Aug 6, 2014 at 1:29 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/06/2014 11:11 AM, Yuanzhen Gu wrote:
>
> >> Libvirt is only concerned with what virtual hardware you present to the
> >>
> >> guest, not with the OS running in that guest or what username/password
> >>
> >> combinations will let you log into that guest OS.
2014 Aug 06
2
Re: username and passwd after create VM from XML dump
On Tue, Aug 5, 2014 at 6:33 PM, Eric Blake <eblake@redhat.com> wrote:
> On 08/05/2014 03:02 PM, Yuanzhen Gu wrote:
> > Good afternoon guys,
> >
> > I created the VM from XML dump,
> > # virsh create vm4.xml
> >
> > and # virsh list I can see the VM running,
> > and I know the ip address for the VM,
> >
> > but how can I know the