-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
capacity
and size
settings of volume created from external sourse seems not to work
#52
Comments
Both |
Sorry that I need to re-open the issue, but after adding the required cloud-init configurations (if I didn't make any mistakes), I still could not get a larger disk. The updated volume is:
The output of
Are there any other things I need to check? |
You are absolutely right, I'm sorry. I've pushed a commit fixing your issue and started a release pipeline for |
I tried to build an image with some pre-installed packages and a little bit larger disk space using the following file:
But when I login into the domain on the breakpoint and check the disk space, the disk size is still
2.0G
, ignoring thecapacity
andsize
settings.Do I need any other settings to increase the disk size of the generated image?
The text was updated successfully, but these errors were encountered: