-
Notifications
You must be signed in to change notification settings - Fork 111
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
worker VM comes up in emergency mode when using tectonic install #318
Comments
FYI: me and @jlebon are taking point on investigation |
note that with #293 this step shouldn't be necessary |
Do we need to let those folks doing testing know to hold off for the time being? |
only if they resize their disks like @bparees did above |
Are we sure this is related to resizing the image though? |
not yet, hopefully will know soon. |
/assign @dustymabe @jlebon |
/kind bug |
Booting the node after |
yep I'm seeing the same. haven't run the installer yet. |
FYI opened a bug for filesystem not getting resized on boot: #319 |
OK, reproduced this. So I think this might be a bug in
You can see the same issue when trying to
|
So I'd say for now, let's figure out #319 and I'll see about digging deeper in libguestfs/report an issue if there isn't already one. |
@jlebon any alternate way i can grow the filesystem in the meantime? |
Are you able to get the installer to finish with the default size at least? If so, then you can just |
I wonder if it's because you are overwriting an existing disk image. @jlebon can you try to reproduce with an empty outdisk ?
|
Ahh good point. I did see the |
the truncate approach left me w/ a totally hosed install, no VMs would even come up, terraform just spun on: |
I bet this was because the installer is specifying the format of the disk to be qcow2 and the truncate essentially makes a raw image. the pipeline is running now with #320 in it so we should have a new image sometime soon. |
This seems to work:
Hmm, I did notice it taking longer, but it finished in the end. I think it's from copying over the disk to (Though again, now that #319 is merged, there's not much use in doing this, esp. since |
will be fixed in |
just landed |
worker comes up and seems to have expanded properly. Well, sort of properly. It's got 16gigs. I had grown the image by 20gigs and the master VM shows 36gigs as i'd expect.
I assume that may require enlisting the installer team, but i'm going to leave it with you guys for the moment... |
i think we can close this now since it seems like the way the The fix of issue #319 i think helps you too. Fixed in #320. |
@dustymabe you saw my last #318 (comment) right? |
misread.. This issue has been migrated to openshift/cluster-api-provider-libvirt#28 |
thanks @dustymabe ! |
the bootstrap+master nodes come up ok, the worker goes into emergency mode.
The only tweak is that i'm resizing the image filesystem:
The text was updated successfully, but these errors were encountered: