FYI, this got subsumed by one of the last patches. Don't be surprised if this patch does not show up in the log.
On Tue, 28 Apr 2015 at 14:50 Hrvoje Ribicic <[email protected]> wrote: > LGTM, thanks > > > On Tue, Apr 28, 2015 at 2:38 PM, 'Helga Velroyen' via ganeti-devel < > [email protected]> wrote: > >> Signed-off-by: Helga Velroyen <[email protected]> >> --- >> lib/backend.py | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/lib/backend.py b/lib/backend.py >> index 41f8a37..b546c93 100644 >> --- a/lib/backend.py >> +++ b/lib/backend.py >> @@ -1573,7 +1573,7 @@ def AddNodeSshKey(node_uuid, node_name, >> logging.debug("Skipping offline node '%s'.", node) >> continue >> if node in potential_master_candidates: >> - logging.debug("Updating SSH key files of node '%s'.") >> + logging.debug("Updating SSH key files of node '%s'.", node) >> for i in range(constants.SSHS_MAX_RETRIES): >> try: >> run_cmd_fn(cluster_name, node, pathutils.SSH_UPDATE, >> -- >> 2.2.0.rc0.207.ga3a616c >> >> > Hrvoje Ribicic > Ganeti Engineering > Google Germany GmbH > Dienerstr. 12, 80331, München > > Registergericht und -nummer: Hamburg, HRB 86891 > Sitz der Gesellschaft: Hamburg > Geschäftsführer: Graham Law, Christine Elizabeth Flores > Steuernummer: 48/725/00206 > Umsatzsteueridentifikationsnummer: DE813741370 >
