Remove mlocate from static.o.o
mlocate is filling up the disk trying to index logs and docs. Its default is not to index remote mounts, but since these are mounted on static.o.o as block devices it descends into them. Another option is to update PRUNEPATHS in updatedb.conf, but since this is wholly unnecessary let's KISS and just get rid of it. It is only installed because it is a "suggests" of findutils, so has no reverse-dependencies. Change-Id: Ib23f3f1fb3397b66f897a0d284da521ce50293e8
This commit is contained in:
parent
65e9606d19
commit
91bca8d574
@ -31,6 +31,12 @@ class openstack_project::static (
|
||||
gitemail => $jenkins_gitemail,
|
||||
}
|
||||
|
||||
# This will try to index our millions of logs and docs by default
|
||||
# and cause all sorts of IO and disk-usage issues.
|
||||
package { 'mlocate':
|
||||
ensure => absent,
|
||||
}
|
||||
|
||||
include ::httpd
|
||||
include ::httpd::mod::wsgi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user