| 1120 | |
| 1121 | |
| 1122 | string TestCSIPlugin::getVolumePath(const Bytes& capacity, const string& name) |
| 1123 | { |
| 1124 | return path::join(workDir, strings::join("-", capacity, http::encode(name))); |
| 1125 | } |
| 1126 | |
| 1127 | |
| 1128 | Status TestCSIPlugin::ControllerGetCapabilities( |