@@ -34,14 +34,14 @@ The `cloudstack-management` package will now include the systemVM Templates for
3434either prior upgrade or during fresh installation, ACS will handle the Template registration automatically, by mounting the secondary store onto the
3535management server, copying the respective Templates to the store and then creating the `template.properties ` file.
3636
37- From ACS 4.20.3 and 4.22.1 onwards A starting MS that detects an
38- upgrade is needed but also sees mshost entries for MSses that are up,
39- will abort. If as an operator starting an MS you get the error
37+ From ACS 4.20.3 and 4.22.1 onwards, a starting Management Server that detects an
38+ upgrade is needed will abort if it also finds mshost entries for other Management Servers that are up.
39+ If as an operator starting a Management Server you get the error
4040`Database upgrade is required but the management server is running in
4141a clustered environment. ` during upgrade, check if you have stopped
42- all MSses in your environment and retry. If is still fails it might be
43- that an MS has stopped un-gracefully and you need to fix the DB-entry
44- for it. For example, make sure all MSses are stopped by checking the
42+ all other Management Servers in your environment and retry. If it still fails, it might be
43+ that a Management Server has stopped un-gracefully and you need to fix the DB-entry
44+ for it. For example, make sure all Management Servers are stopped by checking the
4545hosts in the output of `select name from mshost where state <> ‘Down’ `
4646and then, when all is safe, run `update mshost set state = ‘Down' `
4747
0 commit comments