mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
TODO update
This commit is contained in:
parent
c509b5cd0b
commit
d02fa086ff
@ -1,3 +1,7 @@
|
||||
Tue Feb 21 22:00:11 CET 2006 Karel Zak <kzak@redhat.com>
|
||||
|
||||
* TODO: added virsh part
|
||||
|
||||
Tue Feb 21 09:14:07 EST 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* Makefile.am: extended make tests to run those in docs/examples
|
||||
|
11
TODO
11
TODO
@ -14,6 +14,17 @@ TODO:
|
||||
- in python bindings raise an exception if a lookup or connection fails
|
||||
to return a non-None object
|
||||
|
||||
virsh TODO:
|
||||
- decide where will be default directory for domains configurations (/etc/xen/domains/* ?)
|
||||
- new cmd: create new domain by config file (like "xm create")
|
||||
create [--conf /path/file.conf | name]
|
||||
- new cmd: print info about domain configuration:
|
||||
cinfo [--conf /path/file.conf | name]
|
||||
- new cmd: print list of all domains configurations:
|
||||
clist [--dir /path]
|
||||
- new cmd: print info about saved domain image:
|
||||
sinfo /path/domain.img
|
||||
|
||||
Probable TODOs:
|
||||
- event on big domain state change (create, crashed, paused, shutdown, destroy)
|
||||
- bindings for more languages
|
||||
|
Loading…
Reference in New Issue
Block a user