]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/config: parse --default-$option as a default value 27169/head
authorSage Weil <sage@redhat.com>
Mon, 25 Mar 2019 18:40:19 +0000 (13:40 -0500)
committerSage Weil <sage@redhat.com>
Tue, 26 Mar 2019 16:00:27 +0000 (11:00 -0500)
commitfdd2000631b25fd964e94373488e7f94694d7020
treee723b1dd144dd1f4d26cc28b1dc0e85f462d0a8d
parentc402e51f6cb24e724ff40be92d7cb8c99129e35e
common/config: parse --default-$option as a default value

Sometimes it is useful to specify an alternative default value for an
option via the command line such that it has a lower priority than the
mon config database, config file, the rest of the command line, or the
environment.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/osd/osd-config.sh
src/common/config.cc