diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-05-01 11:47:31 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-05-01 11:47:31 +0100 |
commit | 8c3b820c2b687345448e3d74a7101b07ff32688e (patch) | |
tree | 0cf5be9515ddcaa1ef6e74c2c55fca5760400c1c /guestfish-actions.pod | |
parent | 632012e6419f04fab93909f92ecbab5a2c590447 (diff) | |
download | libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.gz libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.tar.xz libguestfs-8c3b820c2b687345448e3d74a7101b07ff32688e.zip |
Generated code for ping-daemon command.
Diffstat (limited to 'guestfish-actions.pod')
-rw-r--r-- | guestfish-actions.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/guestfish-actions.pod b/guestfish-actions.pod index d04a6633..2d9c5e8d 100644 --- a/guestfish-actions.pod +++ b/guestfish-actions.pod @@ -833,6 +833,15 @@ 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. +=head2 ping-daemon + + 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. + =head2 pvcreate pvcreate device |