By default, master-failover will call "herd start ganeti-wconfd" with extra arguments such as --force-node. That does not work with the Shepherd, so the Guix service has a "force-start" action for this purpose. diff --git a/lib/bootstrap.py b/lib/bootstrap.py --- a/lib/bootstrap.py +++ b/lib/bootstrap.py @@ -1011,9 +1011,7 @@ def MasterFailover(no_voting=False): try: # Forcefully start WConfd so that we can access the configuration - result = utils.RunCmd([pathutils.DAEMON_UTIL, - "start", constants.WCONFD, "--force-node", - "--no-voting", "--yes-do-it"]) + result = utils.RunCmd(["herd", "force-start", constants.WCONFD]) if result.failed: raise errors.OpPrereqError("Could not start the configuration daemon," " command %s had exitcode %s and error %s" % form> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/build-aux/update-NEWS.scm
AgeCommit message (Expand)Author
2021-05-10maint: update-NEWS: Sort packages prior writing to the data file....Maxim Cournoyer
2021-04-23build-aux: Relax the regexp used to match NEWS sections....Maxim Cournoyer
2019-05-20maint: update-NEWS: Track "gcc-toolchain", not "gcc"....Ludovic Courtès
2018-12-05maint: update-NEWS: Don't produce full package lists....Ludovic Courtès
2018-09-02Add (guix describe) and use it to initialize '%package-search-path'....Ludovic Courtès