summaryrefslogtreecommitdiffstats
path: root/perl/lib
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:47:31 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-05-01 11:47:31 +0100
commit8c3b820c2b687345448e3d74a7101b07ff32688e (patch)
tree0cf5be9515ddcaa1ef6e74c2c55fca5760400c1c /perl/lib
parent632012e6419f04fab93909f92ecbab5a2c590447 (diff)
downloadlibguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.gz
libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.xz
libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.zip
Generated code for ping-daemon command.
Diffstat (limited to 'perl/lib')
-rw-r--r--perl/lib/Sys/Guestfs.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm
index 01d81a6f..a13c4411 100644
--- a/perl/lib/Sys/Guestfs.pm
+++ b/perl/lib/Sys/Guestfs.pm
@@ -772,6 +772,13 @@ Some internal mounts are not shown.
This moves a file from C<src> to C<dest> where C<dest> is
either a destination filename or destination directory.
+=item $h->ping_daemon ();
+
+This is a test probe into the guestfs daemon running inside
+the qemu subprocess. Calling this function checks that the
+daemon responds to the ping message, without affecting the daemon
+or attached block device(s) in any other way.
+
=item $h->pvcreate ($device);
This creates an LVM physical volume on the named C<device>,