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

Method _recoverVolumeGidManager

src/slave/slave.cpp:7988–7998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7986
7987
7988Future<Nothing> Slave::_recoverVolumeGidManager(bool rebooted)
7989{
7990#ifndef __WINDOWS__
7991 if (volumeGidManager) {
7992 return volumeGidManager->recover(rebooted);
7993 }
7994 return Nothing();
7995#else
7996 return Nothing();
7997#endif // __WINDOWS__
7998}
7999
8000
8001Future<Option<SlaveState>> Slave::_recoverTaskStatusUpdates(

Callers

nothing calls this directly

Calls 2

NothingClass · 0.85
recoverMethod · 0.45

Tested by

no test coverage detected