Displaying 20 results from an estimated 33 matches for "get_domain".
Did you mean:
  set_domain
  
2019 Sep 26
1
[PATCH] builder: templates: set "unassigned" hostname
...es/ubuntu.preseed | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/builder/templates/debian.preseed b/builder/templates/debian.preseed
index 1f13eadbd..8c51fa7f9 100644
--- a/builder/templates/debian.preseed
+++ b/builder/templates/debian.preseed
@@ -71,7 +71,7 @@ d-i netcfg/get_domain string unassigned-domain
 # If you want to force a hostname, regardless of what either the DHCP
 # server returns or what the reverse DNS entry for the IP is, uncomment
 # and adjust the following line.
-#d-i netcfg/hostname string somehost
+d-i netcfg/hostname string unassigned-hostname.unassigned...
2020 May 21
1
[v2v PATCH] libvirt: make use of libvirt's default auth handler (RHBZ#1838425)
...) =
     ) creds
   in
 
-  {
-    Libvirt.Connect.credtype = [ Libvirt.Connect.CredentialPassphrase ];
-    cb = auth_fn;
-  }
+  let base_auth = Libvirt.Connect.get_auth_default () in
+
+  if password_file = None then
+    base_auth
+  else
+    { base_auth with
+      cb = auth_fn;
+    }
 
 let get_domain conn name =
   let dom =
-- 
2.25.4
2019 Sep 08
7
[PATCH v6 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
Convert the AMD iommu driver to the dma-iommu api. Remove the iova
handling and reserve region code from the AMD iommu driver.
Change-log:
V6:
-add more details to the description of patch 001-iommu-amd-Remove-unnecessary-locking-from-AMD-iommu-.patch
-rename handle_deferred_device to iommu_dma_deferred_attach
-fix double tabs in 0003-iommu-dma-iommu-Handle-deferred-devices.patch
V5:
-Rebase on
2019 Jun 13
8
[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
Convert the AMD iommu driver to the dma-iommu api. Remove the iova
handling and reserve region code from the AMD iommu driver.
Change-log:
V4:
-Rebase on top of linux-next
-Split the removing of the unnecessary locking in the amd iommu driver into a seperate patch
-refactor the "iommu/dma-iommu: Handle deferred devices" patch and address comments
v3:
-rename dma_limit to dma_mask
-exit
2019 Jun 13
8
[PATCH v4 0/5] iommu/amd: Convert the AMD iommu driver to the dma-iommu api
Convert the AMD iommu driver to the dma-iommu api. Remove the iova
handling and reserve region code from the AMD iommu driver.
Change-log:
V4:
-Rebase on top of linux-next
-Split the removing of the unnecessary locking in the amd iommu driver into a seperate patch
-refactor the "iommu/dma-iommu: Handle deferred devices" patch and address comments
v3:
-rename dma_limit to dma_mask
-exit
2009 Oct 29
1
[PATCH] Enables users to migrate virtual machines between hosts.
...t;
         if not self.__autoconnect.value(): label = "No"
diff --git a/nodeadmin/libvirtworker.py b/nodeadmin/libvirtworker.py
index 2998486..878b01c 100644
--- a/nodeadmin/libvirtworker.py
+++ b/nodeadmin/libvirtworker.py
@@ -122,6 +122,12 @@ class LibvirtWorker:
         domain = self.get_domain(name)
         domain.undefine()
 
+    def migrate_domain(self, name, target):
+        '''Migrates the specified domain to the target machine.'''
+        target_conn = libvirt.open(target)
+        virtmachine = self.get_domain(name)
+        virtmachine.migrate(target_co...
2019 Apr 08
0
[PATCH v4 3/7] v2v: switch to ocaml-libvirt
...libvirt XML metadata ...");
-  let xml = Libvirt_utils.dumpxml ?password_file ~conn:input_conn guest_name in
+  let xml =
+    let auth = Libvirt_utils.auth_for_password_file ?password_file () in
+    let conn = Libvirt.Connect.connect_auth ~name:input_conn auth in
+    let dom = Libvirt_utils.get_domain conn guest_name in
+    (* Use XmlSecure to get passwords (RHBZ#1174123). *)
+    Libvirt.Domain.get_xml_desc_flags dom [Libvirt.Domain.XmlSecure] in
 
   debug "libvirt XML from remote server:\n%s" xml;
 
diff --git a/v2v/input_libvirt.ml b/v2v/input_libvirt.ml
index 0e4afa157..3418e9f28...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...e string Europe/London
+d-i clock-setup/ntp boolean true
+
+#d-i netcfg/disable_dhcp boolean true
+d-i netcfg/get_nameservers string $c{NetNameservers}
+#d-i netcfg/get_netmask string \$c{NetNetmask}
+#d-i netcfg/get_gateway string \$c{NetGateway}
+d-i netcfg/confirm_static boolean true
+d-i netcfg/get_domain string $c{TestHostDomain}
+d-i netcfg/wireless_wep string
+
+d-i passwd/root-password password xenroot
+d-i passwd/root-password-again password xenroot
+d-i passwd/user-fullname string FLOSS Xen Test
+d-i passwd/username string osstest
+d-i passwd/user-password password osstest
+d-i passwd/user-pas...
2009 Aug 31
1
Fixed patch...
This version of the patch includes feedback from jboggs at redhat.com, 
including fixes to the BuildRequires and Requires in the spec file.
2009 Sep 11
1
Text-based node administration tool
This patch obsoletes any previous ones. This is an upstream candidate,
so I'm looking for feedback so we can push this and start using it.
2009 Sep 14
1
Bugfixes...
This version fixes a few bugs found by jboggs. It also includes some
logging facilities that need to be fleshed out more.
2009 Sep 16
1
Final push candidate for nodeadmin tool...
This patch is ready for pushing upstream.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
2007 Jan 17
11
[PATCH] Add RCU support into Xen - Repost
...h I have posted some time ago.
  The only change from the previous post, was to move it to a more
recent version of xen-unstable (changeset 13386).
  I am planning to submit the following additional patches, after this
one is accepted:
    1) rename_find_domain.patch: Rename find_domain_by_id() to
get_domain_by_id()
    2) add_find_domain.patch: Add new find_domain_by_id() function that
uses RCU
    3) use_find_domain.patch: Replace invocations of
get_domain_by_id()/put_domain() by find_domain_by_id() where possible.
  Thanks
  Renato
Patch description: Import linux RCU code into Xen
        This i...
2007 Jan 17
11
[PATCH] Add RCU support into Xen - Repost
...h I have posted some time ago.
  The only change from the previous post, was to move it to a more
recent version of xen-unstable (changeset 13386).
  I am planning to submit the following additional patches, after this
one is accepted:
    1) rename_find_domain.patch: Rename find_domain_by_id() to
get_domain_by_id()
    2) add_find_domain.patch: Add new find_domain_by_id() function that
uses RCU
    3) use_find_domain.patch: Replace invocations of
get_domain_by_id()/put_domain() by find_domain_by_id() where possible.
  Thanks
  Renato
Patch description: Import linux RCU code into Xen
        This i...
2018 Aug 30
8
[PATCH 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2018 Nov 27
8
[PATCH v2 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 Jan 30
8
[PATCH v3 0/7] RFC: switch v2v to ocaml-libvirt
Hi,
this is a mostly done attempt to switch to ocaml-libvirt, embedding the
latest version of it from git. This way, it is possible to improve the
way v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not
2019 May 20
8
[PATCH v5 0/7] v2v: switch to ocaml-libvirt
Hi,
this series switches virt-2v to ocaml-libvirt, embedding the latest
version of it from git. This way, it is possible to improve the way
v2v connects to libvirt for both input, and output modules, and
interacts with libvirt (e.g. no more virsh calls needed in virt-v2v).
As side effect, virt-v2v now requires libvirt, as keeping it optional
would create too much burden.
I could not test all
2009 Jul 31
2
RFC: This patch is not being submitted for ACK...
...just looking for some feedback on the direction I'm going.
The code won't get all the way to the define stage since I'm in
the middle of retrofitting it to use virtinst instead of a home
spun node definition.