From: Jason Dillaman Date: Tue, 1 Aug 2017 16:02:06 +0000 (-0400) Subject: common: avoid statically allocating configuration options X-Git-Tag: ses5-milestone10~6^2~2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16735%2Fhead;p=ceph.git common: avoid statically allocating configuration options This was resulting in seg faults within rbd-fuse during shutdown. This also fixes the "variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without" compiler warning". Fixes: http://tracker.ceph.com/issues/20869 Signed-off-by: Jason Dillaman --- diff --git a/src/common/options.cc b/src/common/options.cc index f97d619ed923..11f77695f792 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -131,5530 +131,5540 @@ void Option::dump(Formatter *f) const } -std::vector