These are my observations I have captured during my testing: 1) 'service cloudstack-management start' is failing for the first time since it did not find tomcat6.conf and server.xml. This will get created (symb links) only if you execute "cloudstack-setup-management" for the first time after the upgrade since this will be treated as a fresh install because rpm names and locations have been changed from 4.1. I have found the symb links are getting updated during the upgrade only if the upgrade path is present already. In our situation upgrade path is pretty new. 2) I have observed db.properties of 4.1 is different from 4.0. I have observed there is an issue with db.properties initially, that is the reason I have tried to redploy DB and launched 4.1 MS. But realized and got to know from QA that we should not redploy db after the upgrade. Let me know how to handle the situation if db.properties are changed in 4.1.
I was trying to keep a check in cloud.spec incase cloud-client is present in the system or not. Then I was trying to provide the symb link of the files which are needed for the upgrade like db.properties, tomcat6.conf etc from the old path /etc/cloud/management to the new path /etc/cloudstack/management. I have tried these below in cloud.spec but went in vain: %define _rpm_check_ver %(`rpm -q cloud-client-4.0.0 > /dev/null`) %if "%{?_rpm_check_ver}" != "0" Obsoletes: cloud-client < 4.1.0 %endif I hope Marcus is looking at this now. Let's wait for his feedback. Thanks, Pradeep S -----Original Message----- From: Sudha Ponnaganti [mailto:sudha.ponnaga...@citrix.com] Sent: Tuesday, March 26, 2013 2:45 AM To: dev@cloudstack.apache.org Subject: [ACS41][QA] Has anyone upgraded from 4.0 to 4.1 Hi, Requesting help to resolve the following issue, if you have done upgrade. https://issues.apache.org/jira/browse/CLOUDSTACK-1694 Upgrade is failing - if there is anyone that can take a look at it during US time zone that would be great. Thanks /Sudha