Skip to content
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

VM disk size tests #367

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

hamistao
Copy link
Contributor

@hamistao hamistao force-pushed the vm_disk_size_tests branch 2 times, most recently from cc8fc4c to 951bd2e Compare December 10, 2024 23:20
Comment on lines +612 to +615
[ "$(lxc storage volume get virtual-machine/v1 size)" = "10GiB" ]
[ "$(lxc storage volume info virtual-machine/v1 | grep "Total:")" = "10GiB" ]
[ "$(lxc storage volume get virtual-machine/v3 size)" = "7GiB" ]
[ "$(lxc storage volume info virtual-machine/v3 | grep "Total:")" = "7GiB" ]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Quick drive-by observation. All those lxc storage volume are seemingly missing the pool name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants