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