This is an automated email from the ASF dual-hosted git repository.
paul_a pushed a commit to branch 4.13
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/4.13 by this push:
new 19019c3 fix systemvm template ambiguity
19019c3 is described below
commit 19019c3e47d41f661a491be6d99efaf144bcc7b2
Author: Paul Angus <[email protected]>
AuthorDate: Wed Oct 2 17:51:00 2019 +0100
fix systemvm template ambiguity
---
source/_global.rst | 1 +
source/upgrading/upgrade/upgrade-4.11.rst | 6 ++++++
source/upgrading/upgrade/upgrade-4.12.rst | 11 +++++++----
3 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/source/_global.rst b/source/_global.rst
index d7a83ba..87044f6 100644
--- a/source/_global.rst
+++ b/source/_global.rst
@@ -25,6 +25,7 @@
.. Latest version systemvm template name
+.. |sysvm64-version| replace:: 4.11.3
.. |sysvm64-name-xen| replace:: systemvm-xenserver-4.11.3
.. |sysvm64-name-kvm| replace:: systemvm-kvm-4.11.3
.. |sysvm64-name-vmware| replace:: systemvm-vmware-4.11.3
diff --git a/source/upgrading/upgrade/upgrade-4.11.rst
b/source/upgrading/upgrade/upgrade-4.11.rst
index 5326239..b2fd91a 100644
--- a/source/upgrading/upgrade/upgrade-4.11.rst
+++ b/source/upgrading/upgrade/upgrade-4.11.rst
@@ -34,11 +34,17 @@ working on a production system.
Upgrade Steps:
+#. Upload the |sysvm64-version| System VM template if not already using it.
#. Backup CloudStack database (MySQL)
#. Add package repository for MySQL connector
#. Upgrade CloudStack management server(s)
#. Update hypervisors specific dependencies
+.. warning::
+ If you are not already using the |sysvm64-version| System VM template you
will need to
+ upgrade your System VM template prior to performing the upgrade of the
+ CloudStack packages.
+
.. include:: _sysvm_templates.rst
Packages repository
diff --git a/source/upgrading/upgrade/upgrade-4.12.rst
b/source/upgrading/upgrade/upgrade-4.12.rst
index 6e17991..abccd7e 100644
--- a/source/upgrading/upgrade/upgrade-4.12.rst
+++ b/source/upgrading/upgrade/upgrade-4.12.rst
@@ -33,16 +33,19 @@ working on a production system.
Upgrade Steps:
+#. Upload the |sysvm64-version| System VM template if not already using it.
#. Backup CloudStack database (MySQL)
#. Add package repository for MySQL connector
#. Upgrade CloudStack management server(s)
#. Update hypervisors specific dependencies
-.. THIS LINE COMMENTED OUT AS NOT REQUIRED FOR 4.13
- include:: _sysvm_templates.rst
+.. warning::
+ If you are not already using the |sysvm64-version| System VM template you
will need to
+ upgrade your System VM template prior to performing the upgrade of the
+ CloudStack packages.
+
+.. include:: _sysvm_templates.rst
-.. note::
- System VM Template upgrade is not required when upgrading from
|version_to_upgrade| to |release|.
Packages repository
-------------------