[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-190?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461723#comment-13461723
 ] 

Rohit Yadav commented on CLOUDSTACK-190:
----------------------------------------

Fixed in master, needs to be pulled in 4.0:
>From 4aa2e91a78f63f2e483a83de9942bc8a1c2220ee Mon Sep 17 00:00:00 2001
From: Wido den Hollander <w...@widodh.nl>
Date: Mon, 24 Sep 2012 12:44:36 +0200
Subject: [PATCH 1/1] CLOUDSTACK-190: Add symlink for agent -> common for
 backwards compatibility
                
> 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

Reply via email to