Actions
Issue #980
closedSystemctl daemon reload should occur using macros
Start date:
Due date:
Estimated time:
Severity:
3. High
Version:
Platform Release:
2.6.2
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
We currently restart systemctl daemon after installing pulp. The current implementation simply calls the /sbin/systemctl binary to perform the operation. There is macro that we can use to do this instead.
Related issues
Updated by jortel@redhat.com over 9 years ago
- Severity changed from 2. Medium to 1. Low
- Triaged changed from No to Yes
Updated by rbarlow over 9 years ago
- Priority changed from Normal to High
- Severity changed from 1. Low to 3. High
This is broken on F21, because the hardcoded path to /sbin/systemctl does not exist in F21 (and I suspect not in F22 either). Using the macro will solve this issue.
Updated by dkliban@redhat.com over 9 years ago
- Status changed from NEW to ASSIGNED
Updated by rbarlow over 9 years ago
- Related to Issue #991: pulp-dev.py uses /sbin/systemctl which does not exist in F21 added
Added by dkliban@redhat.com over 9 years ago
Added by dkliban@redhat.com over 9 years ago
Revision c7d36558 | View on GitHub
Removes duplicate calling of systemctl daemon reload
This was already being performed as a macro. fixes #980 https://pulp.plan.io/issues/980
Updated by dkliban@redhat.com over 9 years ago
- Status changed from ASSIGNED to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|c7d36558a6e0e9ae8abba89cb95071a66fefaa7b.
Updated by dkliban@redhat.com over 9 years ago
- Status changed from MODIFIED to 6
- Platform Release set to 2.6.2
Updated by dkliban@redhat.com over 9 years ago
- Assignee set to dkliban@redhat.com
Updated by dkliban@redhat.com over 9 years ago
- Status changed from 6 to CLOSED - CURRENTRELEASE
Actions
Removes duplicate calling of systemctl daemon reload
This was already being performed as a macro. fixes #980 https://pulp.plan.io/issues/980