-
Notifications
You must be signed in to change notification settings - Fork 1
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
image script can hang; temporary zpool sadness ensues #19
Comments
I believe I've come across a related issue. I was trying to build a helios-2 iso image as follows.
This resulted in the following log output.
I also noticed at this point that
At this point, there was not actually a file This led to getting in a state where
@jclulow had me look at the following.
which showed some storage behavior
On a call to
After building and installing an ONU with the following commit reverted, the image build process ran to completion without issue.
|
In case it's relevant at all, I saw this issue on heliosv1 (as dunkin had not yet been updated yet). |
I have made a small adjustment to illumos/image-builder to more closely align what it does with what the If you If you do those things, and pain persists, let me know! I haven't seen the issue again, so far, since doing that... |
This may well still be happening. I believe @jordanhendricks saw it again on her machine yesterday. |
Indeed I did. My machine has version |
I saw this on helios-engvm at |
I've seen this on two machines. When running
image.sh
, the script will sometimes hang here:The temporary zpool is in a sad state:
I was able to work around this as follows. First with a
zpool export -f <temp pool name>
(which will hang) and azpool clear
of the pool until the export finishes, then deleting the device inlofiadm
.After that, I was able to run the script again and successfully create an image.
The text was updated successfully, but these errors were encountered: