Displaying 13 results from an estimated 13 matches for "definedomain".
2009 Oct 21
1
[PATCH node] Renamed files and menu items for node administration:
...opvm)
list domains -> list virtual machiens (listvms)
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
Makefile.am | 8 +-
nodeadmin/adddomain.py | 470 +++++++++++++++++++++++++++++++++++++++++++
nodeadmin/createdomain.py | 65 ------
nodeadmin/definedomain.py | 470 -------------------------------------------
nodeadmin/destroydomain.py | 66 ------
nodeadmin/listdomains.py | 4 +-
nodeadmin/nodemenu.py | 42 ++--
nodeadmin/removedomain.py | 83 ++++++++
nodeadmin/setup.py.in | 10 +-
nodeadmin/startdomain.py | 65...
2009 Oct 15
1
Patch depends on the previous storage patch...
This patch is dependant on the previously submitted storage admin patch.
2009 Sep 16
1
Replacement that includes utils.py
The previous patch was missing this file. Resending.
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 Oct 12
1
First draft: node storage admin
This patch provides the ability to create a "dir" type storage pool, and to add
and remove volumes for existing pools.
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 23
2
[PATCH node] Introduces the virtual network administration functions.
...\
+ nodeadmin/destroynetwork.py \
nodeadmin/halworker.py \
nodeadmin/libvirtworker.py \
nodeadmin/userworker.py \
nodeadmin/mainmenu.py \
+ nodeadmin/menuscreen.py \
+ nodeadmin/netmenu.py \
+ nodeadmin/nodemenu.py \
nodeadmin/undefinedomain.py \
+ nodeadmin/undefinenetwork.py \
nodeadmin/createdomain.py \
nodeadmin/definedomain.py \
+ nodeadmin/definenet.py \
nodeadmin/domainconfig.py \
+ nodeadmin/networkconfig.py \
nodeadmin/listdomains.py \
+ nodeadmin/listnetworks.py \
nodeadmin...
2009 Oct 14
0
[PATCH node] Provides a new storage administration system to the managed node.
...Makefile.am | 31 +++++---
nodeadmin/addpool.py | 182 ++++++++++++++++++++++++++++++++++++++++++++
nodeadmin/addvolume.py | 160 ++++++++++++++++++++++++++++++++++++++
nodeadmin/configscreen.py | 52 +++++++++++++
nodeadmin/createmeter.py | 30 +++++++
nodeadmin/definedomain.py | 15 +---
nodeadmin/libvirtworker.py | 67 +++++++++++++++--
nodeadmin/listpools.py | 63 +++++++++++++++
nodeadmin/mainmenu.py | 24 ++++---
nodeadmin/poolconfig.py | 137 +++++++++++++++++++++++++++++++++
nodeadmin/removepool.py | 72 +++++++++++++++++
nodeadmin/rem...
2009 Oct 21
1
Storage administration and refactoring of domain admin
This pair of patches provide a new storage admin interface. Then, on top of that,
it refactors the domain administration pieces to now properly use storage pools
and volumes when defining a new VM.
2015 Apr 15
2
unknown driver format value 'qcow3'
...**********
virsh # version
Compiled against library: libvirt 0.10.2
Using library: libvirt 0.10.2
Using API: QEMU 0.10.2
Running hypervisor: QEMU 0.12.1
***********
I get this libvirt exception while deploying a VM.
Exception trace **************
2015-04-14 18:06:28,240 [pool-1-thread-45] ERROR
defineDomain(SimpleAppliance.java:581) - Failed to define domain/VM from XML
org.libvirt.LibvirtException: unsupported configuration: unknown driver
format value 'qcow3'
at org.libvirt.ErrorHandler.processError(Unknown Source)
at org.libvirt.Connect.processError(Unknown Source)...
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.