LGTM, thanks!

On Thu, Jan 16, 2014 at 6:38 PM, Klaus Aehlig <[email protected]> wrote:

> As stable-2.11 has been branched off and revisions bumped, downgrades
> are now supposed to go to 2.11. Currently they are a no-op and, in
> particular, ssl-certificates are still expected in 2.11.
>
> Signed-off-by: Klaus Aehlig <[email protected]>
> ---
>  lib/client/gnt_cluster.py | 17 -----------------
>  1 file changed, 17 deletions(-)
>
> diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py
> index a2543ce..bf9e4af 100644
> --- a/lib/client/gnt_cluster.py
> +++ b/lib/client/gnt_cluster.py
> @@ -1886,23 +1886,6 @@ def _VersionSpecificDowngrade():
>    @return: True upon success
>    """
>    ToStdout("Performing version-specific downgrade tasks.")
> -
> -  ToStdout("...removing client certificates ssconf file")
> -  ssconffile = ssconf.SimpleStore().KeyToFilename(
> -    constants.SS_MASTER_CANDIDATES_CERTS)
> -  badnodes = _VerifyCommand(["rm", "-f", ssconffile])
> -  if badnodes:
> -    ToStderr("Warning: failed to clean up ssconf on %s."
> -             % (", ".join(badnodes),))
> -    return False
> -
> -  ToStdout("...removing client certificates")
> -  badnodes = _VerifyCommand(["rm", "-f",
> pathutils.NODED_CLIENT_CERT_FILE])
> -  if badnodes:
> -    ToStderr("Warning: failed to clean up certificates on %s."
> -             % (", ".join(badnodes),))
> -    return False
> -
>    return True
>
>
> --
> 1.8.5.2
>
>

Reply via email to