Re: btrfs and systemd

2016-08-30 Thread Stefan Priebe - Profihost AG
Am 29.08.2016 um 13:33 schrieb Timofey Titovets: > Do you try: nofail,noauto,x-systemd.automount ? sure this fails too as it has the same timeout in systemd. Mr. Poettering has recommanded me todo the following: # mkdir -p /etc/systemd/system/$(systemd-escape --suffix=mount -p /foo/bar/baz).d/ #

Re: btrfs and systemd

2016-08-29 Thread Imran Geriskovan
> Why not just create a Systemd unit (or whatever the proper term is) that > runs on boot and runs the mount command manually and doesn't wait for it to > return? Seems easier than messing with init systems. Exactly: Never "mess" with inits.. -- To unsubscribe from this list: send the line

Re: btrfs and systemd

2016-08-29 Thread Austin S. Hemmelgarn
On 2016-08-29 07:18, Imran Geriskovan wrote: I can't find any fstab setting for systemd to higher this timeout. There's just the x-systemd.device-timeout but this controls how long to wait for the device and not for the mount command. Is there any solution for big btrfs volumes and systemd?

Re: btrfs and systemd

2016-08-29 Thread Timofey Titovets
Do you try: nofail,noauto,x-systemd.automount ? 2016-08-29 9:28 GMT+03:00 Stefan Priebe - Profihost AG : > Hi Qu, > > Am 29.08.2016 um 03:48 schrieb Qu Wenruo: >> >> >> At 08/29/2016 04:15 AM, Stefan Priebe - Profihost AG wrote: >>> Hi, >>> >>> i'm trying to get my 60TB

RE: btrfs and systemd

2016-08-29 Thread Paul Jones
n...@cn.fujitsu.com>; linux-btrfs@vger.kernel.org > Subject: Re: btrfs and systemd > > >>> I can't find any fstab setting for systemd to higher this timeout. > >>> There's just the x-systemd.device-timeout but this controls how > >>> long to wait for the d

Re: btrfs and systemd

2016-08-29 Thread Imran Geriskovan
>>> I can't find any fstab setting for systemd to higher this timeout. >>> There's just the x-systemd.device-timeout but this controls how long to >>> wait for the device and not for the mount command. >>> Is there any solution for big btrfs volumes and systemd? >>> Stefan Switch to Runit.

Re: btrfs and systemd

2016-08-29 Thread Stefan Priebe - Profihost AG
Hi Qu, Am 29.08.2016 um 03:48 schrieb Qu Wenruo: > > > At 08/29/2016 04:15 AM, Stefan Priebe - Profihost AG wrote: >> Hi, >> >> i'm trying to get my 60TB btrfs volume to mount with systemd at boot. >> But this always fails with: "mounting timed out. Stopping." after 90s. > > 60TB is quite

Re: btrfs and systemd

2016-08-28 Thread Qu Wenruo
At 08/29/2016 04:15 AM, Stefan Priebe - Profihost AG wrote: Hi, i'm trying to get my 60TB btrfs volume to mount with systemd at boot. But this always fails with: "mounting timed out. Stopping." after 90s. 60TB is quite large, and under most case it will already cause mount speed problem.

Re: btrfs and systemd

2016-08-28 Thread Duncan
Stefan Priebe - Profihost AG posted on Sun, 28 Aug 2016 22:15:21 +0200 as excerpted: > Hi, > > i'm trying to get my 60TB btrfs volume to mount with systemd at boot. > But this always fails with: "mounting timed out. Stopping." after 90s. > > I can't find any fstab setting for systemd to higher