Giuseppe Scrivano

Results 326 comments of Giuseppe Scrivano

Once this gets merged, I'll probably have to rework https://github.com/ostreedev/ostree/pull/491 to use the new APIs

this looks good, but I am wondering if we could also add the possibility to make directories writeable, as it will probably be duplicated by the users of this API....

LGTM, feel free to merge it, otherwise I will test it more tomorrow and see how it integrates in atomic

I tested it with atomic, it helps to simplify some code: ``` diff --git a/Atomic/syscontainers.py b/Atomic/syscontainers.py index 8bfca1e..d9e829a 100644 --- a/Atomic/syscontainers.py +++ b/Atomic/syscontainers.py @@ -631,18 +631,12 @@ class SystemContainers(object): @staticmethod...

> I will spend a few more days on it to "productize" it, but its not like I've decided as "the way" things should work. Its just that I really...

could you please strace the command on arm64 to see what happens? If you run just the `test()` function, does it end up in a loop with CHMOD notifications?

I also needed this change to get test_storage.sh (https://github.com/projectatomic/atomic/blob/master/tests/integration/test_storage.sh) pass successfully on my Fedora machine. It works for me modulo the question I had in the code.

we could probably take advantage of `--block-fd` in bubblewrap to support create/start although `bwrap-oci` will never be able to support the full OCI specs as we are limited to what...