From: John Spray Date: Sun, 23 Jul 2017 16:34:57 +0000 (-0400) Subject: common: separate out options by subsystem X-Git-Tag: v12.1.2~117^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69eaa7ff9fa9b7a592e22410b4e3ac810f58ffea;p=ceph.git common: separate out options by subsystem This avoids compiler warning about one oversized literal, allows us to add_service en-masse to the whole collection, and avoids potential merge conflicts when config changes in separate subsystems are made. Signed-off-by: John Spray --- diff --git a/src/common/options.cc b/src/common/options.cc index 343c2d5270f5..92fb2ff5436b 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -130,10 +130,8 @@ void Option::dump(Formatter *f) const f->close_section(); } -const std::vector