'Twas brillig, and Tom Gundersen at 10/09/13 13:45 did gyre and gimble:
> On Tue, Sep 10, 2013 at 2:31 PM, Jan Engelhardt <jeng...@inai.de> wrote:
>>
>> On Tuesday 2013-09-10 13:52, Dave Reisner wrote:
>>>> the FUSE program knows
>>>> nothing about the systemd-specific "nofail" or "x-*".
>>>
>>> This should only be a problem if you directly use the FUSE mount helper.
>>> If you instead invoke mount with -t fuse.$fusetype, then this isn't an
>>> issue. mount(8) *does* understand these options and nicely strips them
>>> out before invoking the specific mount helper for you.
>>
>> If it were so that mount stripped them, I would not be reporting it,
>> would I. Or maybe that is a feature of a future util-linux?
>>
>> # grep /mnt /etc/fstab
>> /srv/www /mnt fuse.bindfs 
>> auto,nofail,group=company,perms=g+rw,create-for-group=www,create-with-perms=g+r:go-w
>>  0 0
>> # mount /mnt
>> fuse: unknown option `nofail'
>> # rpm -q util-linux
>> util-linux-2.21.2-10.2.1.x86_64
> 
> Hm, I thought that feature was part of 2.21... or perhaps your distro
> is still not using the libmount based mount?

I suspect this issue (libmount based mount) as this is what hit us a
while back (I think our problem there was not using libmount in
nfs-utils rather than mount itself, but my memory is fuzzy and I could
be getting this wrong)

Col


-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
  Tribalogic Limited http://www.tribalogic.net/
Open Source:
  Mageia Contributor http://www.mageia.org/
  PulseAudio Hacker http://www.pulseaudio.org/
  Trac Hacker http://trac.edgewall.org/

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

Reply via email to