Rohit Yadav created CLOUDSTACK-190:
--------------------------------------
Summary: DEB build have changed prefix install paths, for
systemvm.zip/iso and agent/scripts
Key: CLOUDSTACK-190
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-190
Project: CloudStack
Issue Type: Bug
Reporter: Rohit Yadav
Assignee: Chip Childers
Priority: Blocker
Fix For: pre-4.0.0
The install prefix for scripts and vms/systemvm.iso/zip has changed from
/usr/lib(32/64)/cloud/agent/ to /usr/lib(32/64)/cloud/common/
Note: There are paths harcoded in source code. Changing them will break
backward compatibility and possible migration (upgrade) issues.
Proposed solution (from IRC): Fix by symlinking paths for backward compatibility
ln -f -s %{_libdir}/%{name}/common/scripts %{_libdir}/%{name}/agent/
ln -f -s %{_libdir}/%{name}/common/vms %{_libdir}/%{name}/agent/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira