filesystem-available: Clarify documentation for this test.

See:
https://bugzilla.redhat.com/show_bug.cgi?id=980358#c1

Thanks Bo Fan.
This commit is contained in:
Richard W.M. Jones
2013-07-05 13:59:21 +01:00
parent 06f2c1ad70
commit 280dbed9aa

View File

@@ -10012,9 +10012,11 @@ C<ext3>.
You must call C<guestfs_launch> before using this command.
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.
it doesn't mean that a particular filesystem can be created
or mounted, since filesystems can fail for other reasons
such as it being a later version of the filesystem,
or having incompatible features, or lacking the right
mkfs.E<lt>I<fs>E<gt> tool.
See also C<guestfs_available>, C<guestfs_feature_available>,
L<guestfs(3)/AVAILABILITY>." };