Hi All, After upgrade from 2.2.14 to 4.1.0, an existing VM that is stopped will not start again. This is due to the way the storage pool is stored in the database.
This SQL query needs to be run after the upgrade, so that all old VMs can start after being stopped. update volumes set path=SUBSTRING_INDEX(`path`, '/', -1); I have opened a jira ticket for the same: https://issues.apache.org/jira/browse/CLOUDSTACK-2318 This issue is discussed here: http://mail-archives.apache.org/mod_mbox/incubator-cloudstack-dev/201206.mbox/%3c5e3dcae61c95fa4397679425d7275d2673483ee...@hq-mx03.us.teo.earth%3E It would be great if this is done automatically by the upgrade scripts. Cheers, Shashi