cloudstack/plugins/hypervisors
Harikrishna Patnala 2b82b03002 Fix repository mount failure during restore due to path format handling
Restore could fail when the backup repository address was specified in
formats such as \\server\share. The restore logic built a raw shell
command which caused backslashes to be interpreted as escape characters,
resulting in an invalid mount path.

Execute the mount command using Script.executePipedCommands() so the
repository path is passed as an argument instead of being embedded in a
shell command string.
2026-05-18 12:15:22 +05:30
..
baremetal Merge branch '4.20' into 4.22 2026-04-17 03:12:33 +05:30
external extension: improve host vm power reporting (#11619) 2026-01-30 14:07:22 +05:30
hyperv KVM Host HA improvements - Fix to not cancel VM HA items when Host HA inspection in progress, and some code improvements (#13088) 2026-05-08 19:50:50 +05:30
kvm Fix repository mount failure during restore due to path format handling 2026-05-18 12:15:22 +05:30
ovm Updating pom.xml version numbers for release 4.20.4.0-SNAPSHOT 2026-04-13 15:48:18 +05:30
ovm3 Updating pom.xml version numbers for release 4.20.4.0-SNAPSHOT 2026-04-13 15:48:18 +05:30
simulator KVM Host HA improvements - Fix to not cancel VM HA items when Host HA inspection in progress, and some code improvements (#13088) 2026-05-08 19:50:50 +05:30
ucs Updating pom.xml version numbers for release 4.20.4.0-SNAPSHOT 2026-04-13 15:48:18 +05:30
vmware KVM Host HA improvements - Fix to not cancel VM HA items when Host HA inspection in progress, and some code improvements (#13088) 2026-05-08 19:50:50 +05:30
xenserver Updating pom.xml version numbers for release 4.20.4.0-SNAPSHOT 2026-04-13 15:48:18 +05:30