Skip to content

Commit

Permalink
Creating temporary workaround for bz1121102
Browse files Browse the repository at this point in the history
Setting number of apache processe to one. In this case we will
avoid the situation where agent replies are proccessed in the
wrong order by multiple apache processes.
  • Loading branch information
ipanova committed Aug 5, 2014
1 parent bb2b471 commit 9e3d3ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy/ec2/fedora_pulp_buildbot.sh
Expand Up @@ -130,6 +130,11 @@ log-source=yes
log-function=yes
QPIDD_CONF


# Setting the number of apache processes to 1 due to https://bugzilla.redhat.com/show_bug.cgi?id=1121102 as a temprary workaround until the bz will be fixed.
# for more details see the bz itself
rpm -q --queryformat '%{VERSION}' pulp-server | grep '2\.4\.0' && sed -i s,processes=.,processes=1, /etc/httpd/conf.d/pulp.conf

# enable services
systemctl enable redis
systemctl start redis
Expand Down

0 comments on commit 9e3d3ec

Please sign in to comment.