Comment 0 for bug 1602365

Revision history for this message
Max Lvov (usrleon) wrote :

When you are trying to create new network in fuel and then deploy env, nailgun stuck with 100% cpu load if network name was 12+ letters (did not check exact border for length but it fails for 12 and works for everything shorter then "management")

Steps to reproduce:
1 On fuel master, add new network by executing command fuel network-group --create --name <name_longer_then_10_letters>
2 Go to web interface, clear checkbox "use whole CIDR" and set some range. (Probably bug will appear even without this step)
3 Press deploy
4 Go to console execute "top" and see nailgun (uwsgi) consumes 100% cpu and do nothing