[ https://issues.apache.org/jira/browse/CLOUDSTACK-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471537#comment-13471537 ]
Abhinav Roy commented on CLOUDSTACK-190: ---------------------------------------- The fix has been verified with previous builds , Hence closing the issue > 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: Wido den Hollander > 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