Displaying 4 results from an estimated 4 matches for "newdomainnam".
Did you mean:
newdomainname
2010 Sep 30
1
libvirt-qpid and live migration
...a connection between
# both nodes and currently that can't happen securely. For now we do it
# the old fashioned way..
I could'nt get Ian Main on Irc, so I asked here if someone knows about this
issue.
I tried to test qpid migration with python (method : migrate(destinationUri,
flags, newDomainName, uri, bandwidth)) but I might be to stupid to know what's
the difference between destinationUri and uri. I tested objectid, hostname...
I only got errors.
My idea is to test live migration with qpid and replace the old method if it
works.
--
Arthur CLEMENT
Linagora Paris
2016 Sep 01
2
[PATCH 0/2] customize: Fix hostname setting in Debian/Ubuntu.
https://bugzilla.redhat.com/show_bug.cgi?id=1372269
It was fairly broken. This fixes it -- except on Ubuntu 10.04 --
and adds a slow test.
Rich.
2012 Apr 24
8
[PATCH v2] libxl: prevent xl from running if xend is running.
...n_domname, 0,
+ &main_domname, 0, 0,
"Convert a domain id to domain name",
"<DomainId>",
},
{ "rename",
- &main_rename, 0,
+ &main_rename, 0, 1,
"Rename a domain",
"<Domain> <NewDomainName>",
},
{ "trigger",
- &main_trigger, 0,
+ &main_trigger, 0, 1,
"Send a trigger to a domain",
"<Domain> <nmi|reset|init|power|sleep|s3resume> [<VCPU>]",
},
{ "sysrq",
- &mai...
2011 Jun 02
48
[PATCH 0/9] libxl: disk configuration handling
This is v3 of my disk series. What were previously patches 01-06 have
been applied. These are the tested and updated remainder, addressing
the previous comments.
1 Preparatory work.
2-4 The new parser and its documentation.
5-6 Replace old parsers with calls to the new one.
7-8 Two features, one of them essential.
9 Basic test suite for disk string parsing, as adhoc script.