MCPcopy Create free account
hub / github.com/ceph/ceph / write_features

Method write_features

src/mon/Monitor.cc:675–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673}
674
675void Monitor::write_features(MonitorDBStore::TransactionRef t)
676{
677 bufferlist bl;
678 features.encode(bl);
679 t->put(MONITOR_NAME, COMPAT_SET_LOC, bl);
680}
681
682std::vector<std::string> Monitor::get_tracked_keys() const noexcept
683{

Callers

nothing calls this directly

Calls 2

encodeMethod · 0.45
putMethod · 0.45

Tested by

no test coverage detected