From: Sage Weil Date: Fri, 4 Oct 2019 22:01:00 +0000 (-0500) Subject: ceph-daemon: drop unused VERSION X-Git-Tag: v15.1.0~1313^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=46beceedf4bd194aa5ffabb2591d5c76238bbd19;p=ceph-ci.git ceph-daemon: drop unused VERSION Originally the 'version' command showed this; now it shows the version inside the container. Not sure if we should add a --version command and have the cmake parse in a 'git describe' version into the code... ? Signed-off-by: Sage Weil --- diff --git a/src/ceph-daemon b/src/ceph-daemon index b6f2adbccd9..e7c608dc93b 100755 --- a/src/ceph-daemon +++ b/src/ceph-daemon @@ -4,7 +4,6 @@ DEFAULT_IMAGE='ceph/daemon-base' DATA_DIR='/var/lib/ceph' LOG_DIR='/var/log/ceph' UNIT_DIR='/etc/systemd/system' -VERSION='unknown development version' LOG_DIR_MODE=0o770 DATA_DIR_MODE=0o700 PODMAN_PREFERENCE = ['podman', 'docker'] # prefer podman to docker