ceph-salt update
reports failure when installing updates to salt itself
#485
Labels
ceph-salt update
reports failure when installing updates to salt itself
#485
When you run
ceph-salt update
, it goes off and installs all available package updates. This may include updates to salt itself. If there are salt updates, the salt minions will all usually be restarted as part of the update process. At this point, the activeceph-salt update
will return failure, although there are still package updates being run in the background by some salt minions that haven't restarted yet. While this is going on, you'll see "An instance is already running. Exiting the Salt Minion" in the minion logs, because the minions are trying to restart while busy. Eventually the updates will finish and the minions will restart and everything will be fine again. You should probably runceph-salt update
again for good measure once everything has settled down.It would be ideal if
ceph-salt update
could somehow detect that salt updates are available and handle this case more helpfully. One option may be to do what DeepSea does, which is to tell the user that there are salt updates, and request the user run a specific command to install only those updates first before installing everything else.The text was updated successfully, but these errors were encountered: