File tree Expand file tree Collapse file tree
installguide/management-server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 Prepare the System VM Template
1717------------------------------
1818
19+ From Apache CloudStack v4.16 onwards, upgrade path handles systemVM template registration, if not done prior to initiating upgrade.
20+ One may choose, to also omit the systemVM template seeding step during fresh installation of CloudStack, as support has been added to
21+ initiate systemVM template registration for all hypervisors present in the zone when the first secondary storage pool is added.
1922Secondary storage must be seeded with a template that is used for
2023CloudStack system VMs.
2124
Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ Upgrading CloudStack
2828This document contains the instructions for upgrading CloudStack from prior releases, to the current
2929release. Please read through all sections carefully before starting.
3030
31+ For ACS 4.16 onwards, seeding of system-VM template is optional, as this will be taken care of by either the upgrade process or
32+ in case of a fresh deployment, registration of the systemVM template(s) is handled during the addition of the first image store to the zone.
33+ The `cloudstack-management ` package will now include the systemVM templates for KVM, XenServer and VMWare. In case templates aren't already registered
34+ either prior upgrade or during fresh installation, ACS will handle the template registration automatically, by mounting the secondary store onto the
35+ management server, copying the respective templates to the store and then creating the `template.properties ` file.
36+
3137.. note ::
3238 For information on the API changes and issues fixed in this release, please see the Release Notes section of the documentation
3339
Original file line number Diff line number Diff line change @@ -28,7 +28,10 @@ Update System-VM templates
2828#. Click Register template.
2929 The Register template dialog box is displayed.
3030
31- #. In the Register template dialog box, specify the following values
31+ #. From ACS 4.16 onwards, CloudStack will support automatic registration of systemVM
32+ templates, if not done prior initiating upgrade. However, the usual upgrade process
33+ continues to be supported. To register the system VM template do the following:
34+ In the Register template dialog box, specify the following values
3235 (do not change these):
3336
3437 .. cssclass :: table-striped table-bordered table-hover
You can’t perform that action at this time.
0 commit comments