Re: [systemd-devel] [RFC 0/4] use libmount for mount unit handling

2014-11-15 Thread Tom Gundersen
Adding Karel to cc. Did you report the possible libmount bug to him?
On 7 Nov 2014 06:11, Chris Leech cle...@redhat.com wrote:

 This patchset is an attempt to use libmount for mount unit handling, in
 order
 to address the issues I raised with the _netdev option and remote-fs
 ordering
 not working as expected.

 The first three patches I think are fairly complete, while the final patch
 may
 need additional work to get everything right.  Also, as I mention in that
 patch
 description, remounts aren't picking up utab settings but I think that's a
 libmount issue.

 Thanks for taking the time to look at this,

 Chris Leech (4):
   use libmount to enumerate /proc/self/mountinfo
   check options as well as fstype for network mounts
   monitor for utab changes with inotify
   add remote-fs dependencies if needed after change

  .travis.yml|   2 +-
  Makefile.am|   4 +-
  README |   1 +
  configure.ac   |  13 +
  src/core/build.h   |   7 +++
  src/core/manager.c |   2 +-
  src/core/manager.h |   2 +
  src/core/mount.c   | 145
 +
  8 files changed, 163 insertions(+), 13 deletions(-)

 --
 1.9.3

 ___
 systemd-devel mailing list
 systemd-devel@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/systemd-devel

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


[systemd-devel] [RFC 0/4] use libmount for mount unit handling

2014-11-06 Thread Chris Leech
This patchset is an attempt to use libmount for mount unit handling, in order
to address the issues I raised with the _netdev option and remote-fs ordering
not working as expected.

The first three patches I think are fairly complete, while the final patch may
need additional work to get everything right.  Also, as I mention in that patch
description, remounts aren't picking up utab settings but I think that's a
libmount issue.

Thanks for taking the time to look at this,

Chris Leech (4):
  use libmount to enumerate /proc/self/mountinfo
  check options as well as fstype for network mounts
  monitor for utab changes with inotify
  add remote-fs dependencies if needed after change

 .travis.yml|   2 +-
 Makefile.am|   4 +-
 README |   1 +
 configure.ac   |  13 +
 src/core/build.h   |   7 +++
 src/core/manager.c |   2 +-
 src/core/manager.h |   2 +
 src/core/mount.c   | 145 +
 8 files changed, 163 insertions(+), 13 deletions(-)

-- 
1.9.3

___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel