Jeff Geerling
Jeff Geerling
I can't even rebuild the rpmdb: ``` [root@instance ~]# rm -f /var/lib/rpm/.*.lock [root@instance ~]# rm -f /var/lib/rpm/__db.* [root@instance ~]# rpm --rebuilddb error: rpmdbNextIterator: skipping h# 173 blob size(4836): BAD, 8...
Possibly related? [error: rpmdb: damaged header #173 retrieved -- skipping.](https://forums.centos.org/viewtopic.php?f=54&t=73197)
No clue what's going on here, but also see https://github.com/jellyfin/jellyfin/issues/2563
Someone else also ran into the corrupt db issue: https://github.com/ansible/awx/issues/6306
It looks like the major issue might relate to using `overlayfs`—see [Bug 1680124 - rpmdb --rebuilddb fails inside a container](https://bugzilla.redhat.com/show_bug.cgi?id=1680124). Basically, because I had a separate build layer in the...
Drat, I fixed the issue with yum and built-in GPG keys over in the issue linked above... but now we're back to: ``` TASK [geerlingguy.kubernetes : Make cache if Kubernetes...
Could this have been fixed this week upstream? I just got a passing test a few minutes ago...
Can you rebase this PR? It looks good to me.
@CloudSurgeon - it seems the rebase went a little crazy—it's hard to review this PR as it's showing 15 files changed and a number of commits that I'm guessing weren't...
The replication user would be replicated across the instances, correct? Are you thinking of the root user in linux, or in the MySQL db?