]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix error message when failing to detect filesystem
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 1 Nov 2011 14:34:02 +0000 (14:34 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 1 Nov 2011 18:40:37 +0000 (18:40 +0000)
commit68285356690acf768896eb07bf938c73db3d3232
tree65a38214494fc253c5d0727836333a7a75a570f4
parent878cc33a6ad63efc3bb9332deda6c0ddbaff8b95
Fix error message when failing to detect filesystem

If we looped through /etc/filesystems trying to mount with each
type and failed all options, we forget to actually raise an
error message.

* src/lxc/lxc_container.c: Raise error if unable to detect
  the filesystems. Also fix existing error message
src/lxc/lxc_container.c