cloudstack/plugins/hypervisors/kvm
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
..
src Fix repository mount failure during restore due to path format handling 2026-05-18 12:15:22 +05:30
pom.xml Merge remote-tracking branch 'apache/4.20' into 4.22 2026-01-13 11:48:05 +05:30