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>
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