File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
source/quickinstallationguide Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -403,20 +403,23 @@ up the management server by issuing the following command:
403403 # cloudstack-setup-management
404404
405405 .. note::
406- Since CloudStack 4.23.0, the ``cloudstack-setup-management `` command
406+ Since 4.23.0, the ``cloudstack-setup-management `` command
407407 can download SystemVM templates on demand when they are not present.
408408
409409 Use the ``--systemvm-templates `` argument to specify which templates to
410- download. If not specified, ``kvm-x86_64 `` template will be downloaded
411- by default.
410+ download. Valid values are ``all ``, ``kvm-aarch64 ``, ``kvm-x86_64 ``,
411+ ``xenserver ``, and ``vmware ``. A comma-separated list combining any of
412+ these identifiers can also be supplied (for example
413+ ``kvm-x86_64,xenserver ``). If not specified, ``kvm-x86_64 `` template
414+ will be downloaded by default.
412415
413416 For offline environments, provide a custom repository URL with the
414417 ``--systemvm-templates-repository `` argument so the installer can fetch
415418 templates from an internal mirror.
416419
417420
418- System VM Template Setup
419- ~~~~~~~~~~~~~~~~~~~~~~~~
421+ System Template Setup
422+ ~~~~~~~~~~~~~~~~~~~~~
420423
421424CloudStack relies on several System VMs (for example SSVM and CPVM) to
422425provide console access, networking services and storage management. Manual
You can’t perform that action at this time.
0 commit comments