You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/10/30 09:09:17 UTC

[GitHub] [cloudstack] weizhouapache commented on a change in pull request #3900: [DO NOT MERGE] systemvm: configurable root disk size based on new systemvm template definition

weizhouapache commented on a change in pull request #3900:
URL: https://github.com/apache/cloudstack/pull/3900#discussion_r514958032



##########
File path: systemvm/debian/opt/cloud/bin/setup/cloud-early-config
##########
@@ -89,6 +89,12 @@ start() {
   rm -f /root/.rnd
   echo "" > /root/.ssh/known_hosts
 
+  if which growpart > /dev/null; then
+    growpart /dev/vda 2

Review comment:
       @rhtyd root partition must be the last partition (it is linux swap for now), so this feature requires new systemvm template. let's move to 4.16.
   I will work on other hypervisors except kvm.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org