Matt Heon
Matt Heon
We might want to consider an overhaul of troubleshooting.md, there's a bunch of stuff in there from 4 years ago that is no longer relevant.
Code LGTM
Yes, it's still sensible. We've only just disabled the creation of BoltDB databases in F40 (F39 never gets 5.0, so it can still use BoltDB without restrictions, even if it's...
@arixmkii What kind of details on netavark? Documentation is a little minimal, but that's something we'd like to fix.
The bash here scares me, but LGTM
` # Error: adding container id to database: database is locked` That's new
@edsantiago My understanding was that it is ready, and all tests should be passing. The fact that we're flaking frequently is news to me, but I haven't been spending much...
Per SQLite docs it looks like internal concurrency issue across the same DB connection, which I thought their locking would handle... Looking further.
We have some pretty clear concurrency issues on display here. The UNIQUE constraint bits look like a DB creation race that I thought would be impossible, but should be fairly...