-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#14617 from hmlanigan/state-converter-manifold
juju#14617 While looking at a migration bug, I found a manifold called "unconverted-api-workers" started in the machine agent. These are workers never converted when the manifold was introduced way back in time. Convert the state-converter worker to have it's own manifold, one step closer to removing the unconverted-api-workers. This also necessitated a new manifold flag to run the worker on machine which are not controllers. ## QA steps ```sh juju bootstrap localhost test-enable-ha juju deploy ubuntu juju add-machine -m controller -n 2 # once the ubuntu unit is up and running, login and verify the state-converter worker is running by reviewing juju_engine_report output. juju switch controller # once machine-2 in the controller model is up and running, ssh in and verify the state-converter worker is running by reviewing juju_engine_report output. juju enable-ha --to 1,2 # watch show controller output for ha to be fully enabled. juju show-controller # ssh to machine-2 and verify the state-converter worker is NOT running by reviewing juju_engine_report output. # verify that the juju-db snap has been installed. # verify that the juju agent was restarted the machine-2.log ```
- Loading branch information
Showing
16 changed files
with
1,105 additions
and
230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.