Giuseppe Scrivano
Giuseppe Scrivano
@AllenX2018 can you please take a look?
why do you think it is an issue in crun?
it could be a legit error. Maybe too many keyrings were already created
any update on this issue?
we haven't got any update, so I am closing the issue Please reopen if you've more data to share
@cdoern would you like to take a look at this issue?
the reason why it is not done by default is to avoid the cost of `realpath` if not needed. If you know the bundle directory is a symlink, why don't...
I think runc doesn't even allow a symlink in the rootfs and it fails immediately. Wouldn't it make more sense to do the realpath in dubby so to be compatible...
I don't see any difference in the way `restore` handles the path compared to `create`. Is the issue related to `restore` or to absolute paths containing symlinks?
would it work if we just use `realpath` for `restore`? If you already have a patch, could you please open a PR?