Giuseppe Scrivano

Results 535 comments of Giuseppe Scrivano

does it work now? What have you changed?

I've opened a PR for crun that should help to handle better with such configuration: https://github.com/containers/crun/pull/1503

> Apologies for chiming in on this without to much know how on the matter, however more than interested to see rootless composefs being implemented for podman/storage. > > Does...

the change LGTM, but you'll need to update the man pages too

commit 133ea31ffb9e6cd9ccbbc01053463f04c11f7f18 introduced the regression. Moving from `[]string` to `map[string]struct{}` broke the assumption that the entries are ordered

the previous code was not deterministic for sub dirs. I think we need to sort the dir entries too

just started looking into this. Is it safe to run multiple `service_setup/service_cleanup` in parallel?

I think it is safe to close this, since zstd:chunked is supported now

we already have `cgroups=disabled` for doing something similar. I think we need to map that option to `--ignore-cgroups` when gvisor is used