From 46beceedf4bd194aa5ffabb2591d5c76238bbd19 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Oct 2019 17:01:00 -0500 Subject: [PATCH] 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 --- src/ceph-daemon | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ceph-daemon b/src/ceph-daemon index b6f2adbccd94e..e7c608dc93bc2 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 -- 2.39.5