This is an automated email from the ASF dual-hosted git repository.
rohit pushed a change to branch 4.19
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 80a8b80a9d5 Update volume's passphrase to null if diskOffering doesn't
support encryption (#8904)
add 08132acaa2f Fix restore VM with allocated root disk (#8977)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 1 +
.../main/java/com/cloud/vm/UserVmManagerImpl.java | 4 +-
test/integration/smoke/test_restore_vm.py | 108 +++++++++++++++++++++
ui/src/views/compute/ReinstallVm.vue | 18 +++-
4 files changed, 124 insertions(+), 7 deletions(-)
create mode 100644 test/integration/smoke/test_restore_vm.py