Sateesh,
The commit ba96c8cadfa4b1dc7ee74fdb26ba5cea87e29b91 breaks a clean installation
of CloudStack at the moment. The error is this:
2014-01-15 15:07:19,166 ERROR [c.c.u.DatabaseUpgradeChecker] (main:null) Unable
to upgrade the database
com.cloud.utils.exception.CloudRuntimeException: Unable to upgrade ram_size of
service offering for secondary storage v
m.
at
com.cloud.upgrade.dao.Upgrade421to430.upgradeMemoryOfSsvmOffering(Upgrade421to430.java:93)
at
com.cloud.upgrade.dao.Upgrade421to430.performDataMigration(Upgrade421to430.java:66)
at
com.cloud.upgrade.DatabaseUpgradeChecker.upgrade(DatabaseUpgradeChecker.java:310)
at
com.cloud.upgrade.DatabaseUpgradeChecker.check(DatabaseUpgradeChecker.java:432)
at
org.apache.cloudstack.spring.lifecycle.CloudStackExtendedLifeCycle.checkIntegrity(CloudStackExtendedLifeCycl
e.java:65)
You can reproduce it by using cloudstack-setup-database to configure the
database and then starting the management server.
Cheers,
Hugo