Skip to content
Snippets Groups Projects
Commit 9c4b5457 authored by Julien Leduc's avatar Julien Leduc
Browse files

Adding logrotate as eos tends to generate plenty of logs and eos-server does...

Adding logrotate as eos tends to generate plenty of logs and eos-server does not depend on logrotate. This helps a lot for long stress tests.
parent 9a74b8c6
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ if [ ! -e /etc/buildtreeRunner ]; then
yum-config-manager --enable eos-citrine
# Install missing RPMs
yum -y install eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server cta-cli cta-debuginfo sudo
yum -y install eos-client eos-server xrootd-client xrootd-debuginfo xrootd-server cta-cli cta-debuginfo sudo logrotate
fi
# create local users as the mgm is the only one doing the uid/user/group mapping in the full infrastructure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment