]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-daemon: drop unused VERSION
authorSage Weil <sage@redhat.com>
Fri, 4 Oct 2019 22:01:00 +0000 (17:01 -0500)
committerSage Weil <sage@redhat.com>
Sat, 5 Oct 2019 19:29:10 +0000 (14:29 -0500)
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 <sage@redhat.com>
src/ceph-daemon

index b6f2adbccd94efa60ad603636e86a3c054cf39be..e7c608dc93bc26591266ad9f6e0a38ce8317199a 100755 (executable)
@@ -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