Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 161898 Details for
Bug 253561
virtinst - check if image file is in use by another domain
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch from upstream hg
virtinst-dont-clobber-image-files.patch (text/plain), 1003 bytes, created by
Bryn M. Reeves
on 2007-08-20 16:22:56 UTC
(
hide
)
Description:
patch from upstream hg
Filename:
MIME Type:
Creator:
Bryn M. Reeves
Created:
2007-08-20 16:22:56 UTC
Size:
1003 bytes
patch
obsolete
># HG changeset patch ># User Saori Fukuta <fukuta.saori@jp.fujitsu.com> ># Date Thu Jun 14 08:53:12 2007 -0400 ># Node ID 3e2bf458732a8569eb22eea78a2a01e8d50ac180 ># parent: 633d1d187b694a0a0be531488d8e2a72ed8b6299 >[et-mgmt-tools] [PATCH] checking for busy disk >Hi, > >The virt-install & virt-manager are checking if the physical device has >been using by other domain. But they does not check, when the device is >file or tap. > >So I add to check it. > >Signed-off-by: Saori Fukuta <fukuta.saori@jp.fujitsu.com> > >Thanks, >Saori Fukuta > >--- a/virtinst/Guest.py Wed Jun 13 17:42:49 2007 -0400 >+++ b/virtinst/Guest.py Thu Jun 14 08:53:12 2007 -0400 >@@ -165,6 +165,7 @@ class VirtualDisk: > try: > try: > count += ctx.xpathEval("count(/domain/devices/disk/source[@dev='%s'])" % self.path) >+ count += ctx.xpathEval("count(/domain/devices/disk/source[@file='%s'])" % self.path) > except: > continue > finally: >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253561
: 161898