Actions
Bug #21429
closedensure-encrypted-partitions should remember and restore Docker service state
Status:
Resolved
Priority:
Normal
Assigned To:
Category:
Deployment
Target version:
Story points:
0.5
Release:
Release relationship:
Auto
Description
ensure-encrypted-partitions wants to encrypt partitions used by Docker. Therefore, it stops Docker before encryption, then starts it again after encryption.
It would be nicer if it first checked whether Docker was running, then only messed with the service when it was. This would make the script's behavior less surprising in situations where we need to coordinate with other deployment scripts.
Updated by Brett Smith 10 months ago
- Status changed from New to In Progress
21429-remember-docker-state @ 831a23e99ef489047bd8c93b9f0be4bb3e889268
- All agreed upon points are implemented / addressed.
- Yes
- Anything not implemented (discovered or discussed during work) has a follow-up story.
- N/A
- Code is tested and passing, both automated and manual, what manual testing was done is described
- No testing done given the nature of the scripts
- Documentation has been updated.
- N/A
- Behaves appropriately at the intended scale (describe intended scale).
- No scale change
- Considered backwards and forwards compatibility issues between client and server.
- It's possible there are existing deployments that were relying on this implicit start behavior. They will need to be updated to explicitly start Docker elsewhere.
- Follows our coding standards and GUI style guidelines.
- Yes
Updated by Brett Smith 10 months ago
- Status changed from In Progress to Resolved
Actions