diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 18:44:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-03-02 18:44:56 +0000 |
commit | 80a356951efdc3fdf0aed0b43780711969312743 (patch) | |
tree | 7f37c29de70671f4f615142e24ffe433319f5a56 /bin/ceph-dns | |
parent | Adding upstream version 20180915. (diff) | |
download | open-infrastructure-storage-tools-80a356951efdc3fdf0aed0b43780711969312743.tar.xz open-infrastructure-storage-tools-80a356951efdc3fdf0aed0b43780711969312743.zip |
Adding upstream version 20190301.upstream/20190301
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/ceph-dns | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ceph-dns b/bin/ceph-dns index 59c5150..9adafa2 100755 --- a/bin/ceph-dns +++ b/bin/ceph-dns @@ -1,7 +1,6 @@ #!/bin/sh -# storage-tools - Additional utilities to manage storage related tasks -# Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # @@ -138,7 +137,7 @@ shift 1 Parameters "${@}" NUMBER="${NUMBER:-3}" -RELEASE="${RELEASE:-luminous}" +RELEASE="${RELEASE:-mimic}" case "${ZONE}" in "") |