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 616479 Details for
Bug 852363
RFE: VMWare ESX support for virt-install
[?]
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]
allow-ESX-virt-install
0001-allow-ESX-virt-install.patch (text/plain), 1.41 KB, created by
Filip Skola
on 2012-09-24 11:13:18 UTC
(
hide
)
Description:
allow-ESX-virt-install
Filename:
MIME Type:
Creator:
Filip Skola
Created:
2012-09-24 11:13:18 UTC
Size:
1.41 KB
patch
obsolete
>From f8f5530174e953827e03cae3197cc6158c20b68b Mon Sep 17 00:00:00 2001 >From: Filip Skola <fskola@redhat.com> >Date: Mon, 24 Sep 2012 12:51:51 +0200 >Subject: [PATCH] allow ESX virt-install > >--- > virtinst/Guest.py | 3 ++- > virtinst/cli.py | 2 +- > 2 files changed, 3 insertions(+), 2 deletions(-) > >diff --git a/virtinst/Guest.py b/virtinst/Guest.py >index 22eac45..3ed303d 100644 >--- a/virtinst/Guest.py >+++ b/virtinst/Guest.py >@@ -1313,7 +1313,8 @@ class Guest(XMLBuilderDomain.XMLBuilderDomain): > if not doboot: > consolecb = None > >- if is_initial and doboot: >+ >+ if is_initial and doboot and virtinst.util.get_uri_driver(self.get_uri()) != "esx": > dom = self.conn.createLinux(start_xml or final_xml, 0) > else: > dom = self.conn.defineXML(start_xml or final_xml) >diff --git a/virtinst/cli.py b/virtinst/cli.py >index c5b9b17..3f54ebd 100644 >--- a/virtinst/cli.py >+++ b/virtinst/cli.py >@@ -1517,7 +1517,7 @@ def _parse_disk_source(guest, path, pool, vol, size, fmt, sparse): > if not vol.count("/"): > raise ValueError(_("Storage volume must be specified as " > "vol=poolname/volname")) >- vollist = vol.split("/") >+ vollist = vol.split("/", 1) > voltuple = (vollist[0], vollist[1]) > logging.debug("Parsed volume: as pool='%s' vol='%s'", > voltuple[0], voltuple[1]) >-- >1.7.1 >
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 852363
: 616479