bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: >> > (file-systems (cons* ... >> >(file-system >> > (device "NO NAME") >> > (title 'label) >> > (mount-point "/mnt/tmp") >> > (type "vf

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Danny Milosavljevic
Hi Ludo, On Tue, 14 Mar 2017 09:41:32 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Danny Milosavljevic skribis: > > >> One thing I don’t get is that, if the file system is not > >> needed-for-boot?, then it doesn’t get a Shepherd service in the first > >> place. > > > > But what is supposed

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-14 Thread Ludovic Courtès
Danny Milosavljevic skribis: >> One thing I don’t get is that, if the file system is not >> needed-for-boot?, then it doesn’t get a Shepherd service in the first >> place. > > But what is supposed to happen to filesystems where mount? but not > needed-for-boot? if Shepherd doesn't mount it? Doe

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-13 Thread Danny Milosavljevic
> One thing I don’t get is that, if the file system is not > needed-for-boot?, then it doesn’t get a Shepherd service in the first > place. But what is supposed to happen to filesystems where mount? but not needed-for-boot? if Shepherd doesn't mount it? Does some other part mount it ? Is it ju

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-13 Thread Ludovic Courtès
Danny Milosavljevic skribis: > * gnu/services/base.scm (file-system-shepherd-service): If > not #:needed-for-boot, don't check filesystem even if #:check? . > --- > gnu/services/base.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/services/base.scm b/gnu/servic

bug#25917: [PATCH] services: Don't check filesystem even if #:check? if not #:needed-for-boot.

2017-03-12 Thread Danny Milosavljevic
* gnu/services/base.scm (file-system-shepherd-service): If not #:needed-for-boot, don't check filesystem even if #:check? . --- gnu/services/base.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 5298a11f6..2628b718f 10064