mirror of https://github.com/apache/cloudstack.git
Add method getVolumeRelativeDirInSecStroage to fix compile error.
This commit is contained in:
parent
718bc97a7e
commit
4b9b475336
|
|
@ -1457,4 +1457,8 @@ public class VmwareStorageManagerImpl implements VmwareStorageManager {
|
|||
return command.execute();
|
||||
}
|
||||
}
|
||||
|
||||
private static String getVolumeRelativeDirInSecStroage(long volumeId) {
|
||||
return "volumes/" + volumeId;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue