Open mskarbek opened 1 year ago
Ok, a comment in the code states that this part is to avoid forcing the user to use bind mount for /tmp
and /var/tmp
. But that should also allow such case, not forbid it entirely. I'm perfectly capable of adding those two bind mounts. ;)
So, the funny thing is that I'm using OpenZFS as a container storage which, currently, doesn't support renameat2()
. That is why I'm getting this error. renameat2()
will (probably) come with the 2.2.0 release of OpenZFS, so for now, XFS for this particular use case will have to be enough or allowing to skip this and bind mount tmp
directories manually (preferably).
This is probably fixed by https://github.com/containers/bootc/pull/225
I just tried to follow the basic example from
install.md
document. Unfortunately, this fails right at the start.