Summary: | sysutils/moosefs3-master: mfsmaster rc script does not have the BEFORE: mountlate order option | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Ronny Forberger <ronnyforberger> | ||||||
Component: | Individual Port(s) | Assignee: | Tobias C. Berner <tcberner> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | freebsd, piotr.konopelko, tcberner | ||||||
Priority: | --- | Flags: | freebsd:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
^Triage: fix Summary. To submitter: please help us out by prefixing the Summary with an actual category/portname. This will allow the auto-notifier to run and save some time overall. (In reply to Ronny Forberger from comment #0) Approved, thank you. Best regards, Piotr / MooseFS Team Created attachment 217034 [details]
v1
Moin moin
The attached patch is not against the ports tree :)
Please give the attached one a go.
mfg Tobias
Comment on attachment 217034 [details]
v1
Not able to approve it by selecting "+", so approved via comment.
Thanks,
Piotr / MooseFS Team
A commit references this bug: Author: tcberner Date: Sat Aug 8 08:43:18 UTC 2020 New revision: 544371 URL: https://svnweb.freebsd.org/changeset/ports/544371 Log: sysutils/moosefs3-master: mfsmaster rc, add BEFORE: mountlate PR: 248152 Submitted by: Ronny Forberger <ronnyforberger@ronnyforberger.de> Approved by: Piotr Robert Konopelko (MooseFS) <piotr.konopelko@moosefs.pro> Changes: head/sysutils/moosefs3-master/Makefile head/sysutils/moosefs3-master/files/mfsmaster.in Committed. Thanks. Thanks for committing it. I think there is no further testing necessary, since I tested it and it's a minor change. Best regards, rforberger Thanks, Tobias! Piotr |
Created attachment 216642 [details] /usr/local/etc/rc.d/mfsmaster patch for mountlate option When running mfsmaster (moosefs3-master-3.X.XXX package) it does not comply with the BEFORE: mountlate option. This results in the mountlate rc script to start earlier than the mfsmaster service, which then results in no possible mount from the mfsmaster. I have added a patch in the attachment to mitigate this. Please check.