summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Clift <justin@salasaga.org>2010-06-17 17:57:12 +1000
committerEric Blake <eblake@redhat.com>2010-06-17 11:57:54 -0600
commitc2160b137d74a50f390cd5f186fa696029473262 (patch)
treec5fac2504f4c2427aebbe2e79bf88faf149b2967 /tests/virshtest.c
parentphyp: adding support for IVM (diff)
downloadlibvirt-c2160b137d74a50f390cd5f186fa696029473262.tar.gz
libvirt-c2160b137d74a50f390cd5f186fa696029473262.tar.bz2
libvirt-c2160b137d74a50f390cd5f186fa696029473262.zip
virsh: ensure persistence and autostart are shown for dominfo and pool-info
This patch adds the persistence status (yes/no) to the output of the virsh dominfo and pool-info commands. This patch also adds the autostart status to the output of the virsh pool-info command. Red Hat BZ for this: https://bugzilla.redhat.com/show_bug.cgi?id=603696
Diffstat (limited to 'tests/virshtest.c')
-rw-r--r--tests/virshtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/virshtest.c b/tests/virshtest.c
index ad3e2fc79..f6790bcd3 100644
--- a/tests/virshtest.c
+++ b/tests/virshtest.c
@@ -23,6 +23,7 @@ State: running\n\
CPU(s): 1\n\
Max memory: 261072 kB\n\
Used memory: 131072 kB\n\
+Persistent: yes\n\
Autostart: disable\n\
\n";
static const char *domuuid_fc4 = DOM_UUID "\n\n";