From bcc0707012e11e11d50020908bcb223e893ccf05 Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Tue, 20 Feb 2024 13:04:20 +0100 Subject: [PATCH] packaging: add message for VR memory upgrade after packages installation --- scripts/installer/cloudstack-help-text | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/installer/cloudstack-help-text b/scripts/installer/cloudstack-help-text index 1231464aa569..3f7d540efc7b 100755 --- a/scripts/installer/cloudstack-help-text +++ b/scripts/installer/cloudstack-help-text @@ -40,4 +40,6 @@ printf " * Release notes: https://docs.cloudstack.apache.org/en/${ACL_MINO printf " * Join mailing lists: https://cloudstack.apache.org/mailing-lists.html\n" printf " * Take the survey: https://cloudstack.apache.org/survey.html\n" printf " * Report issues: https://github.com/apache/cloudstack/issues/new\n" +printf "\nSince Apache CloudStack 4.20.0.0, the System VMs and virtual routers require at least 512 MiB memory, please check the System Offerings." +printf "\nMore information can be found at https://docs.cloudstack.apache.org/en/${ACL_MINOR_VERSION:-latest}/upgrading/upgrade/_sysvm_restart.html\n" printf "\n"