X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=perl%2Flib%2FSys%2FGuestfs.pm;h=a13c4411d7b5ed9651ee6706a31a0027a389d794;hp=01d81a6f18c95255459e698bca593ae833311d12;hb=8c3b820c2b687345448e3d74a7101b07ff32688e;hpb=632012e6419f04fab93909f92ecbab5a2c590447 diff --git a/perl/lib/Sys/Guestfs.pm b/perl/lib/Sys/Guestfs.pm index 01d81a6..a13c441 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 to C where C 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,