-
Notifications
You must be signed in to change notification settings - Fork 128
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
Add VirtletRootVolumeSize annotation #742
Conversation
0.3.5 has bad growroot that doesn't really work when we enlarge the libvirt volume
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks perfect, but could you also add an example annotation to one .yamls in examples/
?
Maybe also that could be noted somewhere in https://github.com/Mirantis/virtlet/blob/master/docs/volumes.md ?
Reviewed 14 of 14 files at r1.
Reviewable status: 0 of 2 LGTMs obtained
This fixes CirrOS 0.4.0 compatibility.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jellonek Done.
Reviewable status: 0 of 2 LGTMs obtained
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 6 of 6 files at r2.
Reviewable status: 0 of 2 LGTMs obtained, and 1 stale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 1 files at r3.
Reviewable status: 0 of 2 LGTMs obtained, and 1 stale
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 13 of 14 files at r1, 5 of 6 files at r2, 1 of 1 files at r3.
Reviewable status: 1 of 2 LGTMs obtained, and 1 stale
This makes it possible to enlarge the root volume of VM.
This PR also adds an e2e test for
VirtletRootVolumeSize
, which requires updating the default CirrOS image to 0.4.0 which has propergrowroot
included (growroot
from CirrOS 0.3.5 didn't notice that the block device was larger then specified in the partition table)This change is