Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 18:45:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 236112] net/glusterfs startup should happen before mountlate
Message-ID:  <bug-236112-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236112

            Bug ID: 236112
           Summary: net/glusterfs startup should happen before mountlate
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: daniel@morante.net
                CC: craig001@lerwick.hopto.org
                CC: craig001@lerwick.hopto.org
             Flags: maintainer-feedback?(craig001@lerwick.hopto.org)

Created attachment 202448
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D202448&action=
=3Dedit
Before changing rc script

To support the ability to have replicated volumes auto mount on boot, glust=
erd
should start up before the system starts mounting late filessystems.

In `/usr/local/etc/rc.d/glusterd`

Change:

```
# PROVIDE: glusterd
# REQUIRE: LOGIN
# KEYWORD: shutdown
```

To:

```
# PROVIDE: glusterd
# BEFORE: mountlate
# REQUIRE: NETWORKING
# KEYWORD: shutdown
```

For context, `/etc/fstab` has (example):

```
localhost:replicated    /path/to/replicated     fusefs=20
rw,_netdev,backupvolfile-server=3Dhost1:host2:host3,mountprog=3D/usr/local/=
sbin/mount_glusterfs,late
       0       0
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236112-7788>