Github user dmabry commented on the pull request: https://github.com/apache/cloudstack/pull/1428#issuecomment-193407327 @remibergsma , We loaded up the management server with this patch and it appears to work just fine on 4.7.1 with db.ha.enable=false and db.cloud.slaves left blank. See logs below: ``` 2016-03-07 13:09:47,721 INFO [c.c.u.d.T.Transaction] (localhost-startStop-1:null) (logid:) Is Data Base High Availiability enabled? Ans : false 2016-03-07 13:09:47,867 DEBUG [c.c.u.d.ConnectionConcierge] (localhost-startStop-1:null) (logid:) Registering a database connection for LockMaster1 2016-03-07 13:09:47,867 INFO [c.c.u.d.Merovingian2] (localhost-startStop-1:null) (logid:) Cleaning up locks for 233845178587501 2016-03-07 13:09:47,873 INFO [c.c.u.d.Merovingian2] (localhost-startStop-1:null) (logid:) Released 0 locks for 233845178587501 2016-03-07 13:09:47,897 INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (localhost-startStop-1:null) (logid:) Running system integrity checker com.cloud.upgrade.DatabaseUpgradeChecker@6fd77398 2016-03-07 13:09:47,898 INFO [c.c.u.DatabaseUpgradeChecker] (localhost-startStop-1:null) (logid:) Grabbing lock to check for database upgrade. 2016-03-07 13:09:47,942 DEBUG [c.c.u.d.VersionDaoImpl] (localhost-startStop-1:null) (logid:) Checking to see if the database is at a version before it was the version table is created 2016-03-07 13:09:47,960 INFO [c.c.u.DatabaseUpgradeChecker] (localhost-startStop-1:null) (logid:) DB version = 4.7.1 Code Version = 4.7.1 2016-03-07 13:09:47,961 INFO [c.c.u.DatabaseUpgradeChecker] (localhost-startStop-1:null) (logid:) DB version and code version matches so no upgrade needed. 2016-03-07 13:09:47,961 INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (localhost-startStop-1:null) (logid:) Configuring CloudStack Components 2016-03-07 13:09:47,963 INFO [o.a.c.s.l.CloudStackExtendedLifeCycle] (localhost-startStop-1:null) (logid:) Done Configuring CloudStack Components ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---