fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 11 Jan 2011 10:43:51 +0000 (10:43 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 11 Jan 2011 11:09:41 +0000 (11:09 +0000)
commit0c60e4d9dd6549c2135699490ba8a9ec1dd50ab9
tree25e5e1f71bb285fd4964bf2c6c1489656e74a241
parentfc241abdbac7a016cd2fac169ad64876107df3c8
fish: Don't fail if some mountpoints in /etc/fstab are bogus (RHBZ#668574).

Fix guestfish (and other C tools) so that they ignore errors
when /etc/fstab contains bogus entries.

Update the documentation for inspect-get-mountpoints to emphasize
that callers must be aware of this when mounting the returned
values.

Add a regression test.

Update the example code ("inspect_vm") to reflect the way this
API ought to be called.

For more detail see:
https://bugzilla.redhat.com/show_bug.cgi?id=668574
examples/inspect_vm.c
fish/inspect.c
generator/generator_actions.ml
ocaml/examples/inspect_vm.ml
python/examples/inspect_vm.py
regressions/Makefile.am
regressions/test-inspect-fstab.sh [new file with mode: 0755]
ruby/examples/inspect_vm.rb