]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
common/options: use new parse_timespan
authorSage Weil <sage@redhat.com>
Wed, 19 Dec 2018 19:24:06 +0000 (13:24 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 13:19:20 +0000 (07:19 -0600)
commit51ee34754046069703a75e9455bec8d5d9152da4
treee5a0f00c4e4389079ad20ef295aed44535ea28c3
parent65646646693d54517a23e21b5707c37bd9542c1b
common/options: use new parse_timespan

It's more complete and robust, and lives in ceph_time.h where it probably
belongs.

Signed-off-by: Sage Weil <sage@redhat.com>
src/common/options.cc
src/test/common/test_config.cc