Stéphane Graber

Results 1032 comments of Stéphane Graber

Your errors suggest that you have some of the development packages missing on your system, libudev-dev shows up a couple of times in your logs as something that you're missing,...

Yep, `driver_nfs.go` would be what I'd work on next.

You should be able to just do: ``` type nfs struct { dir } ``` Which would then have the `nfs` struct inherit everything from `dir`. That way you only...

> does this seem to align with what the final product will look like? Yep, that combined with the comments at the top of the file should get `make update-schema`...

> Finally, we are having some issues with the generated files not having the correct imports. For example, in all of the generated .interface.mapper.go files, the import "context" statement is...

Absolutely, it was actually the whole goal of the `ip` to separate all that logic out of random spots in the codebase ahead of moving them to direct netlink calls,...

I'm fine either way. We could convert it bit by bit if that's easier or do it in one chunk if that's easier because of inter-dependencies. Probably just try to...

Ah, I just left a few comments in the Info function now.

I don't believe that VFS idmap works on top of NFS at this point, so we'd be dealing with traditional shifting where Incus rewrites all the uid/gid as needed. What...