Comment 20 for bug 1506112

Revision history for this message
Rodion Tikunov (rtikunov) wrote :

Steps to reproduce:
1) Configure cluster with 1 controller and 1 compute nodes
2) In nailgun container change modify file /usr/lib/python2.7/site-packages/nailgun/utils/logs.py by adding time.sleep(10) before os.symlink(objects.Node.get_node_fqdn(node), l)
3) rm /usr/lib/python2.7/site-packages/nailgun/utils/logs.py[oc]
4) touch /var/lib/nailgun-uwsgi - after that new logs.pyc should be created
5) On nodes (which in bootstrap stage) start to create extensive log traffic:
while true; do
    logger -t nailgun-agent "test123 tCDqdvB2+xbeYNU68n3Xd6q08kDZLdtFTz57xfTKn53icDSWr6gVm3SP842938jf908j098js9djf9sjdf9sj9jjjeroiwjroij8934nkjnwlkjrhf87f78hf3n4f24no2h478shf8shd8hfsdfhsd78w7y9r7hwe8rhwohrefw879erhf897werhf98w7hresiojoidjfviusj+0NBQIlFXpqpqdIEXA15 `date`";
done
6) Deploy cluster