Bug 1206260
| Summary: | nfs-rquotad.service missing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Edgar Hoch <edgar.hoch> |
| Component: | quota | Assignee: | Petr Pisar <ppisar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 21 | CC: | bfields, jlayton, ovasik, ppisar, steved |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | quota-4.02-2.fc22 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-04-18 09:54:59 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Edgar Hoch
2015-03-26 16:25:40 UTC
If nfs-rquotad.service would be available again, /usr/lib/systemd/system/nfs-server.service should contain the configuration option Requires=nfs-rquotad.service Otherwise, it should be configured that nfs-rquotad.service is started automatically on demand, when the system receives a remote quota request. The problem here is rpc.quotad is no longer part of the nfs-utils package. Its now part of the quota package. Since when nfs-rquotad.service is not part of nfs-utils? It's news for me. Last time I hit this issue, you said it's nfs-utils business (bug #866225). (In reply to Petr Pisar from comment #3) > Since when nfs-rquotad.service is not part of nfs-utils? It's news for me. > Last time I hit this issue, you said it's nfs-utils business (bug #866225). F17 was a long time a go! ;-) Upstream drop support of rpc.quotad when we move to common systemd scripts. With F21 I adopted those common systemd scripts and over the support of rpc.qoutad to the quota package. This change happened in nfs-utils-1.3.0-0.1.fc21. I added the systemd service under rpc-rquotad.service name into quota package. Also the service configuration is read from /etc/sysconfig/rpc-rquotad file now. I will sub-package the rpc.rquotad daemon from the quota package in Fedora 23. quota-4.02-2.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/quota-4.02-2.fc22 quota-4.01-15.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/quota-4.01-15.fc21 Package quota-4.02-2.fc22: * should fix your issue, * was pushed to the Fedora 22 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing quota-4.02-2.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-5416/quota-4.02-2.fc22 then log in and leave karma (feedback). quota-4.01-15.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. quota-4.02-2.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |