From: Sage Weil Date: Tue, 12 Nov 2019 23:47:51 +0000 (-0600) Subject: common/ceph_context: observe container_image so we don't get warnings X-Git-Tag: v15.1.0~902^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bd0f634fc2c8393cd6ce125fc82b6b7c8fbf8b74;p=ceph.git common/ceph_context: observe container_image so we don't get warnings This gets rid of messages like 2019-11-12T23:46:28.578+0000 7f9ab2b70700 -1 set_mon_vals failed to set container_image = cephci/daemon-base:wip-sage2-testing-2019-11-11-1737-4ea2bc7-centos-7-x86_64-devel: Configuration option 'container_image' may not be modified at runtime Signed-off-by: Sage Weil --- diff --git a/src/common/ceph_context.cc b/src/common/ceph_context.cc index 93c70970a79d..6f62ca0c2571 100644 --- a/src/common/ceph_context.cc +++ b/src/common/ceph_context.cc @@ -367,6 +367,7 @@ public: static const char *KEYS[] = { "enable_experimental_unrecoverable_data_corrupting_features", "crush_location", + "container_image", // just so we don't hear complaints about it! NULL }; return KEYS;