]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd: pass unknown args to ConfigProxy::parse_args() 27062/head
authorKefu Chai <kchai@redhat.com>
Sat, 16 Mar 2019 02:48:17 +0000 (10:48 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 20 Mar 2019 06:20:33 +0000 (14:20 +0800)
commit21484a09e2d2c86af437e133ea89951a0915263d
tree4a3113639e7b47b203ab317241a31a8b572838d6
parentad5f2b9d45410f81ceb74eae547011c4bc970510
crimson/osd: pass unknown args to ConfigProxy::parse_args()

these args are not recognized by seastar's app_template's option parser,
so they are likely to be the ceph options and should be fed to
ConfigProxy::parse_args()

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/main.cc