Actions
Issue #7334
closedAdd a delay to check on whether service has started
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
failed: [pulp2-nightly-pulp3-source-centos7] (item={'key': 'pulp_workers.service', 'value': {'status': 'enabled', 'source': 'systemd', 'state': 'stopped', 'name': 'pulp_workers.service'}}) => {
"ansible_loop_var": "item",
"changed": false,
"item": {
"key": "pulp_workers.service",
"value": {
"name": "pulp_workers.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
}
}
}
MSG:
pulp_workers.service state: stopped
failed: [pulp2-nightly-pulp3-source-centos7] (item={'key': 'pulpcore-content.service', 'value': {'status': 'enabled', 'source': 'systemd', 'state': 'stopped', 'name': 'pulpcore-content.service'}}) => {
"ansible_loop_var": "item",
"changed": false,
"item": {
"key": "pulpcore-content.service",
"value": {
"name": "pulpcore-content.service",
"source": "systemd",
"state": "stopped",
"status": "enabled"
}
}
}
MSG:
pulpcore-content.service state: stopped
Updated by bmbouter over 4 years ago
- Category set to Installer - Moved to GitHub issues
Updated by fao89 over 4 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to fao89
I believe it could be addressed without adding the delay: https://github.com/pulp/pulp_installer/pull/396
Added by Fabricio Aguiar over 4 years ago
Added by Fabricio Aguiar over 4 years ago
Revision 2f061fb2 | View on GitHub
Assuring to restart only pulpcore services
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Updated by Anonymous over 4 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible-pulp|2f061fb2a43cb0566abf769cb04116ba2840b384.
Updated by ttereshc about 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Assuring to restart only pulpcore services
https://pulp.plan.io/issues/7334 closes #7334