[Bug 362288] Re: virsh destroy might also kill another running VM

2017-10-26 Thread Bug Watch Updater
Launchpad has imported 17 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=499698.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-05-07T17:48:57+00:00 Will wrote:

Sometimes, using 'virsh destroy' or the 'Force off' button in virt-
manager will cause multiple running VMs to be destroyed. Here's an
example:

[wwoods@metroid ~]$ sudo virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
  4 Fedora_10_clone  running
  5 F10_2running
  6 F10  running

[wwoods@metroid ~]$ sudo virsh destroy F10_2
Domain F10_2 destroyed

[wwoods@metroid ~]$ sudo virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
  4 Fedora_10_clone  running
  - F10  shut off
  - F10_2shut off

Note that 'F10' is now also shut off, even though I didn't destroy it.
This doesn't seem to happen every time, and it doesn't seem to be
related to the names of the hosts being similar:

[wwoods@metroid ~]$ sudo virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
  4 Fedora_10_clone  running
  8 F10_2running
  - F10  shut off

[wwoods@metroid ~]$ sudo virsh start F10
Domain F10 started

[wwoods@metroid ~]$ sudo virsh destroy Fedora_10_clone
Domain Fedora_10_clone destroyed

[wwoods@metroid ~]$ sudo virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
 10 F10  running
  - F10_2shut off
  - Fedora_10_clone  shut off

There are no relevant messages in syslog, other than the expected ones
(e.g. "kernel: virbr0: port 3(vnet2) entering disabled state" as the
host comes down).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/362288/comments/5


On 2009-05-07T18:01:06+00:00 Daniel wrote:

Can you run 'strace -f -p $PID-OF-LIBVIRTD -s 1000 -ff -o'   and then
try and reproduce the destroy problem.

Also, can you turn on full debug logging of libvirtd & capture the
results http://libvirt.org/logging.html

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/362288/comments/6


On 2009-05-07T18:04:14+00:00 Mark wrote:

Nasty. I've asked wwoods for a libvirtd log ala:

https://fedoraproject.org/wiki/Reporting_virtualization_bugs#libvirt

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/362288/comments/7


On 2009-05-07T18:29:41+00:00 Will wrote:

Created attachment 342908
very verbose log from libvirtd

This is the full log from libvirtd with log_level set to 1. It follows
these basic steps:

service libvirtd restart 
virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
 13 F10  running
  - F10_2shut off
  - F10_RAID shut off
  - F9   shut off
  - Fedora_10_clone  shut off
  - Rawhide  shut off

virsh start F10_2
virsh start Fedora_10_clone
virsh list --all
virsh destroy F10_2
virsh list --all
virsh start F10_2
virsh destroy F10
virsh list --all
virsh start F10
virsh list --all
virsh list --all
virsh start F10_2
virsh list --all
# problem is triggered here - F10 dies as well
virsh destroy F10_2
virsh list --all
 Id Name State
--
  1 Ubuntu_Jauntyrunning
 15 Fedora_10_clone  running
  - F10  shut off
  - F10_2shut off
  - F10_RAID shut off
  - F9   shut off
  - Rawhide  shut off

service libvirtd stop

Hope you can make some sense of it - it's 4MB uncompressed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/362288/comments/8


On 2009-05-07T18:50:37+00:00 Mark wrote:

Interesting, you only issued a destroy for F10_2, but yet:

14:12:43.927: debug : virDomainDestroy:1750 : domain=0x7fb270001270
14:12:43.927: debug : qemudShutdownVMDaemon:1518 : Shutting down VM 'F10_2'

14:12:43.927: debug : virEventRemoveHandleImpl:165 : Remove handle 20
14:12:43.927: debug : virEventRemoveHandleImpl:172 : mark delete 11 24
14:12:43.983: debug : virEventRunOnce:544 : Poll got 1 event
14:12:43.983: debug : virEventDispatchHandles:416 : Skip deleted 24
14:12:43.983: debug : virEventDispatchHandles:425 : 

[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package libvirt - 0.6.1-0ubuntu5.1

---
libvirt (0.6.1-0ubuntu5.1) jaunty-proposed; urgency=low

  * debian/patches/event-handling-fix-rh499698-lp362288.patch: cherry pick
from upstream; fixes critical, destructive bug whereby calling
'virsh destroy foo' kills foo, plus another vm; LP: #362288

 -- Dustin Kirkland kirkl...@ubuntu.com   Thu, 16 Jul 2009 18:45:28
-0500

** Changed in: libvirt (Ubuntu Jaunty)
   Status: Fix Committed = Fix Released

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-27 Thread ody
Also confirming fixed with jaunty-proposed packages.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-22 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/jaunty-proposed/libvirt

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-18 Thread Martin Pitt
** Tags added: verification-done
** Tags removed: verification-needed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-18 Thread Thierry Carrez
Confirmed fixed as well in jaunty-proposed.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-17 Thread Martin Pitt
Accepted libvirt into jaunty-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-17 Thread Bryan McLellan
libvirt-bin=0.6.1-0ubuntu5.1 from jaunty-proposed passes the SRU test
case and acts as expected for me.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-16 Thread Dustin Kirkland
** Changed in: libvirt (Ubuntu Jaunty)
   Status: Triaged = In Progress

** Changed in: libvirt (Ubuntu Jaunty)
Milestone: None = jaunty-updates

** Changed in: libvirt (Ubuntu Jaunty)
 Assignee: (unassigned) = Dustin Kirkland (kirkland)

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-16 Thread Dustin Kirkland
Okay, I've uploaded the package to jaunty-proposed.

Martin, could you take a look at that and accept it to -proposed at your
convenience?

There seems to be a lot of people experiencing this bug.  Please, by all
means, help us test this package when it lands in -proposed.

:-Dustin

** Changed in: libvirt (Ubuntu Jaunty)
   Status: In Progress = Fix Committed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-15 Thread Thierry Carrez
Thanks Dustin for pushing this one.
Yes, I can confirm that Bryan's patched version fixes the issue for me. I 
tested libvirt=0.6.1-0ubuntu6~btm2 from Bryan's PPA. I also confirm that the 
problem is already fixed in karmic.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
Michal Ingeli's a
href=http://launchpadlibrarian.net/27207697/lp-362288.patch;patch/a
did not resolve the issue for me after converted by hand to quilt
(attached) and applied to the patch series in libvirt=0.6.1-0ubuntu5 on
jaunty.

Destroyed all guests and libvirt
Started libvirt
Started three guests
Destroyed the first guest, which consequently destroyed the second.

Perhaps my conversion is bunk. Uploading libvirt=0.6.1-0ubuntu6~btm1 to
a href=https://launchpad.net/~btm/+archive/ppa/+sourcepub/669470
/+listing-archive-extramy ppa/a if someone wants to take a look.

Michal, what source did you apply your patch to where the problem was
resolved for you? As was a
href=https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/362288/comments/17;suggested
by David/a the patch doesn't apply cleanly to the ubuntu source for
libvirt=0.6.1-0ubuntu5.

** Attachment added: Michal Ingeli's patch converted to quilt
   http://launchpadlibrarian.net/29012753/event-handling-fix-lp-362288.patch

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
Upstream patch [1] works against 0.6.1-0ubuntu5 on jaunty.

I'm attaching this patch converted to quilt sans the test code, it
applies fine as the last in the series.

Testers should grab libvirt=0.6.1-0ubuntu6~btm2 from my ppa [2].

Destroyed all guests and libvirt
Started libvirt
Started three guests
Destroyed the first guest, no other guests were destroyed.

[1] https://bugzilla.redhat.com/attachment.cgi?id=343109
[2] https://launchpad.net/~btm/+archive/ppa

** Attachment added: Upstream patch from redhat converted to quilt
   
http://launchpadlibrarian.net/29013416/event-handling-fix-rh499698-lp362288.patch

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
Upstream patch [1] was checked into source control [2] in 72dc6d +
0a31be + 37ede4, which are in libvirt v0.6.4. Current version of libvirt
in karmic is 0.6.4-1ubuntu2, so this bug should not be present in
karmic.

[1] https://bugzilla.redhat.com/attachment.cgi?id=343109
[2] git://git.et.redhat.com/libvirt.git

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Oliver Siegmar
Bryan, I couldn't apply the event-handling-fix-rh499698-lp362288.patch
against libvirt_0.6.1-0ubuntu5 -

$ quilt push
Applying patch event-handling-fix-rh499698-lp362288.patch
patching file libvirt-0.6.1/qemud/event.c
Hunk #12 FAILED at 429.
Hunk #13 succeeded at 542 (offset -1 lines).
Hunk #14 succeeded at 568 (offset -1 lines).
Hunk #15 succeeded at 612 (offset -1 lines).
Hunk #16 succeeded at 631 (offset -1 lines).
1 out of 16 hunks FAILED -- rejects in file libvirt-0.6.1/qemud/event.c
patching file libvirt-0.6.1/qemud/qemud.c
patching file libvirt-0.6.1/qemud/qemud.h
Patch event-handling-fix-rh499698-lp362288.patch does not apply (enforce with 
-f)

What am I missing?

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
There are a lot of patches in this package, so order matters a bit.

apt-get source libvirt=0.6.1-0ubuntu5
wget 
http://launchpadlibrarian.net/29013416/event-handling-fix-rh499698-lp362288.patch
cd libvirt-0.6.1/
QUILT_PATCHES=debian/patches/ quilt push -a
QUILT_PATCHES=debian/patches/ quilt import 
../event-handling-fix-rh499698-lp362288.patch
QUILT_PATCHES=debian/patches/ quilt push

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Dustin Kirkland
Excellent, thanks Bryan.

Ping me on IRC and I can walk you through the SRU process.

:-Dustin

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Oliver Siegmar
Thank's Bryan! Patch is installed and works great (tested save, restore
and destroy) so far.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
Jaunty SRU Notes:

This bugs causes a second guest to be erroneously destroyed when the
user destroys a guest. Depending on the function of the second guest,
this can lead to unexpected data loss and service interruption and is
inherently very destructive.

Because this bug has been fixed upstream in libvirt v0.6.4, which is in
karmic, this bug does not apply to the current development release.

A quilt patch [1] has been prepared from the upstream patch [2] with the
test code excluded for minimalistic purposes. This patch should applied
last in the series in libvirt=0.6.1-0ubuntu5.

TEST CASE:

Create three guests, start them with 'virsh state GUEST' and verify that they 
are running with 'virsh list'
Destroy the first guest with 'virsh destroy GUEST'
Notice that two guests are in fact destroyed with 'virsh list'

This upstream patch is almost entirely sanity checks and would not
likely cause regressions.

[1] 
http://launchpadlibrarian.net/29013416/event-handling-fix-rh499698-lp362288.patch
[2] https://bugzilla.redhat.com/attachment.cgi?id=343109

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Bryan McLellan
Setting importance to critical because this is such a destructive bug.
Awaiting Soren to continue the SRU process.

** Changed in: libvirt (Ubuntu)
   Importance: Medium = Critical

** Changed in: libvirt (Ubuntu)
   Status: Confirmed = Triaged

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Dustin Kirkland
Thierry,

You originally reported this bug...  Can you verify that Bryan's
proposed patch fixes the issue for you?

If so, I think we can move this SRU along.

:-Dustin

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-14 Thread Dustin Kirkland
** Also affects: libvirt (Ubuntu Jaunty)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Jaunty)
   Status: New = Triaged

** Changed in: libvirt (Ubuntu Jaunty)
   Importance: Undecided = Critical

** Changed in: libvirt (Ubuntu)
   Status: Triaged = Fix Released

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-10 Thread Oliver Siegmar
Please note, that also a 'virsh save domain' destroys other domains. Any
updates here?

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-02 Thread David Sedeño Fernandez
I'm trying to update the package with the patch, but debuild doesn't
work. This patch affects other.:

 Patch event-loop-hang.diff does not apply

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-07-01 Thread Simon Morvan
Any updates ?

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-06-11 Thread Radovan Pútec
this is not funny anymore. this issue should be fixed immediately.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-06-11 Thread Joshua Timberman
I don't see any updates to the libvirt package. Is this package updated,
or will it be soon?

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-06-05 Thread Bug Watch Updater
** Changed in: libvirt (Fedora)
   Status: Fix Committed = Fix Released

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-27 Thread Michal Ingeli
I can confirm, patch worked.

Attaching ported patch from fedora, if it's not already done.

** Attachment added: patch ported from fedora
   http://launchpadlibrarian.net/27207697/lp-362288.patch

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-22 Thread Michal Ingeli
Severity high, also according to upstream. This flaw makes libvirt
practically unusable.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-22 Thread Bolster
I cannot find any feedback regarding the fedora fix noted by JH, has
been put into unstabletesting but no responders. Has anyone else tried
this? Will test tonight and feedback here and on bz

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-22 Thread Bolster
has anyone confirmed if the fedora patch noted above actually works?


2009/5/22 Michal Ingeli x...@skosi.org

 Severity high, also according to upstream. This flaw makes libvirt
 practically unusable.

 --
 virsh destroy might also kill another running VM
 https://bugs.launchpad.net/bugs/362288
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-22 Thread Niklas Hagman
** Also affects: libvirt (Fedora) via
   https://bugzilla.redhat.com/show_bug.cgi?id=499698
   Importance: Unknown
   Status: Unknown

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-22 Thread Bug Watch Updater
** Changed in: libvirt (Fedora)
   Status: Unknown = Fix Committed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-21 Thread Justin Huff
Upstream bug:
https://bugzilla.redhat.com/show_bug.cgi?id=499698

Looks like Fedora has a patch:
https://bugzilla.redhat.com/show_bug.cgi?id=499698#c7

** Bug watch added: Red Hat Bugzilla #499698
   https://bugzilla.redhat.com/show_bug.cgi?id=499698

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-21 Thread Tomas Zatko
You seriously mean that importance of this bug is medium?

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-13 Thread Jamie Strandboge
I too see this. Attached is the XML definitions for two affected
machines.

** Attachment added: intrepid.xml
   http://launchpadlibrarian.net/26681761/intrepid.xml

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-13 Thread Jamie Strandboge

** Attachment added: jaunty.xml
   http://launchpadlibrarian.net/26681939/jaunty.xml

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-13 Thread Jamie Strandboge
Interestingly, as Thierry pointed out, if I run 5 VMs
sec-(dapper|hardy|intrepid|jaunty|karmic)-i386, and start them in the
order I listed, and do 'virsh destroy sec-intrepid-i386', then only sec-
jaunty-i386 gets additionally destroyed. dapper, hardy and karmic all
stay up. I tried this several times and the two machines that are
destroyed are always the one specified and the one started immediately
after it.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-06 Thread Thierry Carrez
** Changed in: libvirt (Ubuntu)
   Importance: Undecided = Medium

** Changed in: libvirt (Ubuntu)
   Status: New = Confirmed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-05-05 Thread Pekka Jääskeläinen
I'm also experiencing this. This issue combined with a strange randomish
guest freezing problem (with a Debian Lenny guest) makes KVM unusable in
the Jaunty host for me.

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-04-27 Thread Thierry Carrez
Bolster: yes, I also experience that, however this is a different bug.
Could you please open a separate bug about it ? Thanks !

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-04-26 Thread Bolster
Possibly related: when attempting to reboot vm's from the Virtual
Machine Manager windows causes this complaint:

Traceback (most recent call last):
  File /usr/share/virt-manager/virtManager/engine.py, line 528, in 
reboot_domain
vm.reboot()
  File /usr/share/virt-manager/virtManager/domain.py, line 504, in reboot
self.vm.reboot(0)
  File /usr/lib/python2.6/dist-packages/libvirt.py, line 392, in reboot
if ret == -1: raise libvirtError ('virDomainReboot() failed', dom=self)
libvirtError: this function is not supported by the hypervisor: virDomainReboot

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 362288] Re: virsh destroy might also kill another running VM

2009-04-26 Thread Bolster
Forgot to mention, same arch, same version of kvm and libvirt
0.6.1-0ubuntu4, tested scenarios listed above with and without guest
os's installed, all confirmed

-- 
virsh destroy might also kill another running VM
https://bugs.launchpad.net/bugs/362288
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs