1yum-ovl(1) User Manual yum-ovl(1)
2
3
4
6 yum-ovl - Performs an initial copy-up of yum(8) package database.
7
9 -d debug-level If debug level is 2 and more, print out the number of
10 files copied up from the lower layer
11
13 Opening a file on OverlayFS in read-only mode causes the file from
14 lower layer to be opened, then later on, if the same file is opened
15 in write mode, a copy-up into the upper layer takes place,
16 resulting into a new file being opened.
17 Since yum(8) needs to open the RPMdb first read-only, and then
18 also with write access, we need to copy-up the files beforehand to
19 make sure that the access is consistent.
20
22 /usr/lib/yum-plugins/ovl.py Plugin itself
23
24 /etc/yum/pluginconf.d/ovl.conf Configuration file allowing to
25 enable/disable the plugin
26
28 Pavel Odvody podvody@redhat.com
29
31 2015, Red Hat, Licensed under GPLv2+
32
34 yum(1) yum(8) rpmdb(8)
35
36
37
38Red Hat September 2015 yum-ovl(1)