]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/config.h
import 15.2.9
[ceph.git] / ceph / src / common / config.h
index e07993701ef0fe7dba655831b4b119d11e77210c..7bbf8bb74764c5d174a2d95264c5ec8a8c8a3c6b 100644 (file)
@@ -100,7 +100,7 @@ public:
   std::map<std::string,std::string> ignored_mon_values;
 
   /// original raw values saved that may need to re-expand at certain time
-  mutable std::map<std::string, std::string> may_reexpand_meta;
+  mutable std::vector<std::string> may_reexpand_meta;
 
   /// encoded, cached copy of of values + ignored_mon_values
   ceph::bufferlist values_bl;