summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-06-09 13:42:13 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-06-09 14:52:39 +0100
commit4ba6aa3eaeb112a1468ad9189120d12e1df23709 (patch)
treee2606f99e5d6f69eaeacae3595e24755966feca5 /src
parent4f671c829e33a218309f332621802d8d6f8d5040 (diff)
downloadlibguestfs-4ba6aa3eaeb112a1468ad9189120d12e1df23709.tar.gz
libguestfs-4ba6aa3eaeb112a1468ad9189120d12e1df23709.tar.xz
libguestfs-4ba6aa3eaeb112a1468ad9189120d12e1df23709.zip
New API: filesystem-available: tests for filesystem availability.
This also creates an internal filesystem_available function within the daemon.
Diffstat (limited to 'src')
-rw-r--r--src/MAX_PROC_NR2
-rw-r--r--src/guestfs.pod10
2 files changed, 11 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR
index 6f96da66..55bd0ac4 100644
--- a/src/MAX_PROC_NR
+++ b/src/MAX_PROC_NR
@@ -1 +1 @@
-332
+333
diff --git a/src/guestfs.pod b/src/guestfs.pod
index afdcb487..bd61c831 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -1602,6 +1602,16 @@ supports the functionality.
@AVAILABILITY@
+=head2 FILESYSTEM AVAILABLE
+
+The L</guestfs_filesystem_available> call tests whether a
+filesystem type is supported by the appliance kernel.
+
+This is mainly useful as a negative test. If this returns true,
+it doesn't mean that a particular filesystem can be mounted,
+since filesystems can fail for other reasons such as it being
+a later version of the filesystem, or having incompatible features.
+
=head2 GUESTFISH supported COMMAND
In L<guestfish(3)> there is a handy interactive command