-
Notifications
You must be signed in to change notification settings - Fork 576
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
Creating an ova image of talos 1.8.3 from a OnPrem Image-factory (version 0.5.0) - crashing #9913
Comments
The first error was already fixed a long time ago, please latest The second error is most probably your host Linux kernel is too old to support xfs features Talos requires, you need to use more up to date Linux. |
For the first error, which release do I have to use for |
Always use the latest Image Factory release. There is no point in using old ones. |
OK thx. I'll try it. |
Tried with version 0.6.2 of the factory and now I have another error (could be related about what you said about xfs though) :
And now I am unable to build a ova image for |
In fact now I have the same error as when I tried to build an ova image directly from
But like above, I am unable to build a ova image for talos 1.7.7 (or even 1.6.8 images as a matter of fact) too :-( Could you tell me what are OS/System prerequisites I need for my host (or from docker) to build my ova images, please ? (what kind of OS/System are you using for the official image factory for example ?) |
We should probably eventually look into the xfs filesystem creation options, but for now the only way is to use host Linux system which is more up to date. I guess you're running like 5.x Linux kernel. |
|
That's not a kernel version. Kernel version is in the |
|
This kernel was released back in 2018, 6 years ago. Certainly we won't support anything below the Linux 5.15. |
OK we'll try to upgrade our kernel. |
Indeed :
And now it is working ! Thx a lot :-) |
Moved to #9955 |
Bug Report
Description
I have installed a OnPrem Image Factory for Talos and I am using a custom build of talos imager (v1.8.3).
The factory is working just fine with my imagers of
talos
v1.6.8 and v1.7.7 when I am asking to generate a ova image.But doing the same for
talos
1.8.3, it crashes (logs below).Could you help me please ?
Logs
When I am trying to make an ova image directly from the repository
talos
:Environment
The text was updated successfully, but these errors were encountered: