-
Notifications
You must be signed in to change notification settings - Fork 63
yum failed even with yum-plugin-ovl #88
Comments
Are you using latest centos image?
|
Switching on |
looks this issue is still existed in the latest release. |
In overlayfs, opening a file RO first then RW later would cause data inconsistency in the reader part because of data copy up. yum has added ovl plugin to work around it for rpmdb files. However, ovl plugin is present in recent centos images. It seem 9p somehow makes the workaround invalid. Overlayfs upstream is working on solving the copy-up data inconsistency problem (https://lwn.net/Articles/718062/). OTOH, we still need to fix it for older kernels. |
@bergwolf The proposed overlay fix is applied to the host kernel, right? |
yes, it should be fixed on the host side. |
could we do some fix in guest 9p and make the rh work around ( |
I think so. I'll look into it. Possibly we need some change in the qemu 9p server. |
I prefer this way if it is not too difficult. |
looks this is not the same with #74 , and I have already applied #86 and #87
There is a warning:
Warning: RPMDB altered outside of yum.
, and failed at lastThe text was updated successfully, but these errors were encountered: