MCPcopy Create free account
hub / github.com/apache/mesos / getDrainConfigPath

Function getDrainConfigPath

src/slave/paths.cpp:684–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682
683
684string getDrainConfigPath(
685 const string& metaDir,
686 const SlaveID& slaveId)
687{
688 return path::join(getSlavePath(metaDir, slaveId), DRAIN_CONFIG_FILE);
689}
690
691
692Try<list<string>> getPersistentVolumePaths(

Callers 3

recoverMethod · 0.85
drainMethod · 0.85
updateDrainStatusMethod · 0.85

Calls 2

getSlavePathFunction · 0.85
joinFunction · 0.50

Tested by

no test coverage detected