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

Method joinable

src/mds/MDSMap.h:267–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 void clear_multimds_snaps_allowed() { clear_flag(CEPH_MDSMAP_ALLOW_MULTIMDS_SNAPS); }
266 bool allows_multimds_snaps() const { return test_flag(CEPH_MDSMAP_ALLOW_MULTIMDS_SNAPS); }
267 bool joinable() const { return !test_flag(CEPH_MDSMAP_NOT_JOINABLE); }
268
269 epoch_t get_epoch() const { return epoch; }
270 void inc_epoch() { epoch++; }

Callers 15

~SimpleRADOSStriperMethod · 0.80
lockMethod · 0.80
stop_hookMethod · 0.80
~ClientMethod · 0.80
destroyMethod · 0.80
~SharedDriverDataMethod · 0.80
~NVMEManagerMethod · 0.80
try_getMethod · 0.80
shutdownMethod · 0.80
shutdownMethod · 0.80
~MDCacheMethod · 0.80
shutdownMethod · 0.80

Calls

no outgoing calls

Tested by 3

TearDownMethod · 0.64
TearDownMethod · 0.64
TESTFunction · 0.64