Skip to content

Merge remote-tracking branch 'scclouds/kvm-disk-only-vm-snapshot' int…

44868f6
Select commit
Loading
Failed to load commit list.
Merged

File-based disk-only VM snapshot with KVM as hypervisor #10632

Merge remote-tracking branch 'scclouds/kvm-disk-only-vm-snapshot' int…
44868f6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 14, 2025 in 1s

9.41% of diff hit (target 16.41%)

View this Pull Request on Codecov

9.41% of diff hit (target 16.41%)

Annotations

Check warning on line 156 in api/src/main/java/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotFromVMSnapshotCmd.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

api/src/main/java/org/apache/cloudstack/api/command/user/snapshot/CreateSnapshotFromVMSnapshotCmd.java#L156

Added line #L156 was not covered by tests

Check warning on line 34 in core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotAnswer.java#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 38 in core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotAnswer.java#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 36 in core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotCommand.java#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 40 in core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/CreateDiskOnlyVmSnapshotCommand.java#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 34 in core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java#L32-L34

Added lines #L32 - L34 were not covered by tests

Check warning on line 38 in core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java#L36-L38

Added lines #L36 - L38 were not covered by tests

Check warning on line 43 in core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/DeleteDiskOnlyVmSnapshotCommand.java#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 36 in core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java#L32-L36

Added lines #L32 - L36 were not covered by tests

Check warning on line 40 in core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java#L38-L40

Added lines #L38 - L40 were not covered by tests

Check warning on line 44 in core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java#L42-L44

Added lines #L42 - L44 were not covered by tests

Check warning on line 48 in core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 53 in core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/MergeDiskOnlyVmSnapshotCommand.java#L51-L53

Added lines #L51 - L53 were not covered by tests

Check warning on line 33 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotAnswer.java#L31-L33

Added lines #L31 - L33 were not covered by tests

Check warning on line 37 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotAnswer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotAnswer.java#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 35 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java#L32-L35

Added lines #L32 - L35 were not covered by tests

Check warning on line 39 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 43 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 48 in core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/RevertDiskOnlyVmSnapshotCommand.java#L46-L48

Added lines #L46 - L48 were not covered by tests

Check warning on line 35 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L31-L35

Added lines #L31 - L35 were not covered by tests

Check warning on line 39 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L37-L39

Added lines #L37 - L39 were not covered by tests

Check warning on line 43 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 47 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 51 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 56 in core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/main/java/com/cloud/agent/api/storage/SnapshotMergeTreeTO.java#L54-L56

Added lines #L54 - L56 were not covered by tests