Skip to content

Commit 10bdfac

Browse files
Apply suggestions from code review
Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
1 parent 9fa54fa commit 10bdfac

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

source/upgrading/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ The `cloudstack-management` package will now include the systemVM Templates for
3434
either prior upgrade or during fresh installation, ACS will handle the Template registration automatically, by mounting the secondary store onto the
3535
management 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
4141
a 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
4545
hosts in the output of `select name from mshost where state <> ‘Down’`
4646
and then, when all is safe, run `update mshost set state = ‘Down'`
4747

0 commit comments

Comments
 (0)