Tom Parrott

Results 393 comments of Tom Parrott

Have you tried booting with unified_cgroup_hierarchy=0 as a kernel boot argument to see if its cgroupv2 related?

I suspect this is a problem with LXCFS in pure cgroupv2 environments which needs fixing. Yes you can switch back to cgroupv2 later once its fixed.

This would be a great feature to have, as would it also allow you to run sngrep as non-root user as long as the HEP listen port was > 1024?

There's a package for handling extended attribute listing: https://github.com/pkg/xattr It only depends on `golang.org/x/sys` which we already use, and we already use other packages from `https://github.com/pkg/` https://pkg.go.dev/github.com/pkg/xattr?utm_source=godoc#LList seems to be...

@masnax I think the handling of the dqlite query binding limitation should be left out of this PR (its not anything to do with it), and we can evaluate whether...

@MathieuBordere do you know if the dqlite query param limitation is planned to be fixed?

@masnax I recently needed filtering support for storage volumes. I did it slightly differently by having the function accept a slice of filters. https://github.com/lxc/lxd/blob/master/lxd/db/storage_volumes.go#L131 This approach seemed like it would...

> I think the original idea was just the ability to load specific ids (allowing for a manually crafted custom query to run first to get the ids we are...

Have you confirmed that the container functionality is working first, so we have a line in the sand that we know SRIOV and physical passthrough is working for containers?

> > Have you confirmed that the container functionality is working first, so we have a line in the sand that we know SRIOV and physical passthrough is working for...