Allow MirrorManager to access pre-bitflip content
https://fedorahosted.org/fedora-infrastructure/ticket/5289 MirrorManager cannot access pre-bitflip content. Putting the mirrormanager user into the ftpsync(263) group should enable the mirrormanager user to read the files. Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
67df0c3207
commit
08a303d87a
1 changed files with 11 additions and 0 deletions
|
@ -96,3 +96,14 @@
|
|||
# when under memory pressure. Let's also set it on the mm backend
|
||||
# systems as umdl is also mainly looking at the metadata.
|
||||
- sysctl: name=vm.vfs_cache_pressure value=10 state=present sysctl_set=yes reload=yes
|
||||
|
||||
# MirrorManager cannot access pre-bitflip content:
|
||||
# https://fedorahosted.org/fedora-infrastructure/ticket/5289
|
||||
# Putting the mirrormanager user into the ftpsync(263) group
|
||||
# should enable the mirrormanager user to read the files.
|
||||
|
||||
- group: name=ftpsync state=present gid=263
|
||||
|
||||
# The mirrormanager user is created by the mirrormanager2-backend RPM
|
||||
# Just adding it the existing user to the ftpsync group.
|
||||
- user: name=mirrormanager groups=ftpsync append=yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue