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
Actions
Assuring to restart only pulpcore services
https://pulp.plan.io/issues/7334 closes #7334