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

Add integration test to make sure the total disk space in VM is 30 GB #614

Closed
praveenkumar opened this issue Sep 19, 2019 · 2 comments
Closed
Labels
kind/bug Something isn't working

Comments

@praveenkumar
Copy link
Member

We recently hit a bug on released beta bits where disk size supposed to be 30 GB but it was 15 GB. This happened because of the disk create script silently ignored the virt-resize error ( which is fixed now) but we have to double check here also during our testing.

$ df -h /sysroot/
Filesystem      Size  Used Avail Use% Mounted on
/dev/vda3        15G   11G  4.5G  70% /sysroot
@praveenkumar praveenkumar added the kind/bug Something isn't working label Sep 19, 2019
@anjannath anjannath changed the title Add integration test to make sure the total disk space is VM is 30 GB Add integration test to make sure the total disk space in VM is 30 GB Sep 20, 2019
@anjannath
Copy link
Member

Since we don't allow ssh into the VM, might be better to verify from part of the o/p of crc status command, which also reports the disk space available inside the VM.

@jsliacan jsliacan added this to To do in Sprint 173 Oct 1, 2019
@jsliacan jsliacan added this to To do in Sprint 174 Oct 15, 2019
jsliacan added a commit to jsliacan/crc that referenced this issue Oct 29, 2019
@jsliacan jsliacan moved this from To do to In progress in Sprint 174 Oct 29, 2019
@anjannath
Copy link
Member

Fixed via #780

@gbraad gbraad moved this from In progress to Done in Sprint 174 Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
No open projects
Sprint 173
  
To do
Sprint 174
  
Done
Development

No branches or pull requests

2 participants