Skip to content

Commit 9717ed9

Browse files
paulazomigPaula Zomignani Oliveira
andauthored
Improve log messages on VolumeOrchestrator class (#6408)
Co-authored-by: Paula Zomignani Oliveira <paula@scclouds.com.br>
1 parent 840c3f6 commit 9717ed9

File tree

4 files changed

+288
-173
lines changed

4 files changed

+288
-173
lines changed

engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/SnapshotInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,6 @@ public interface SnapshotInfo extends DataObject, Snapshot {
4949
long getPhysicalSize();
5050

5151
void markBackedUp() throws CloudRuntimeException;
52+
53+
Snapshot getSnapshotVO();
5254
}

engine/api/src/main/java/org/apache/cloudstack/engine/subsystem/api/storage/VolumeInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,6 @@ public interface VolumeInfo extends DataObject, Volume {
9292
String getDeployAsIsConfiguration();
9393

9494
public String getvSphereStoragePolicyId();
95+
96+
Volume getVolume();
9597
}

0 commit comments

Comments
 (0)