Advertisement
Guest User

Untitled

a guest
Jun 27th, 2018
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.33 KB | None | 0 0
  1. + sudo -E kolla_set_configs
  2. INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json
  3. INFO:__main__:Validating config file
  4. INFO:__main__:Kolla config strategy set to: COPY_ALWAYS
  5. INFO:__main__:Copying service configuration files
  6. INFO:__main__:Deleting /etc/haproxy/haproxy_run.sh
  7. INFO:__main__:Copying /var/lib/kolla/config_files/haproxy_run.sh to /etc/haproxy/haproxy_run.sh
  8. INFO:__main__:Setting permission for /etc/haproxy/haproxy_run.sh
  9. INFO:__main__:Deleting /etc/haproxy/haproxy.cfg
  10. INFO:__main__:Copying /var/lib/kolla/config_files/haproxy.cfg to /etc/haproxy/haproxy.cfg
  11. INFO:__main__:Setting permission for /etc/haproxy/haproxy.cfg
  12. INFO:__main__:Writing out command to execute
  13. ++ cat /run_command
  14. + CMD=/etc/haproxy/haproxy_run.sh
  15. + ARGS=
  16. + [[ ! -n '' ]]
  17. + . kolla_extend_start
  18. + echo 'Running command: '\''/etc/haproxy/haproxy_run.sh'\'''
  19. Running command: '/etc/haproxy/haproxy_run.sh'
  20. + exec /etc/haproxy/haproxy_run.sh
  21. + find /var/lib/kolla/config_files/services.d/ -mindepth 1 -print0
  22. + xargs -0 -Icfg echo -f cfg
  23. + xargs /usr/sbin/haproxy -W -db -p /run/haproxy.pid -f /etc/haproxy/haproxy.cfg
  24. HA-Proxy version 1.6.3 2015/12/25
  25. Copyright 2000-2015 Willy Tarreau <willy@haproxy.org>
  26.  
  27. Usage : haproxy [-f <cfgfile>]* [ -vdVD ] [ -n <maxconn> ] [ -N <maxpconn> ]
  28. [ -p <pidfile> ] [ -m <max megs> ] [ -C <dir> ] [-- <cfgfile>*]
  29. -v displays version ; -vv shows known build options.
  30. -d enters debug mode ; -db only disables background mode.
  31. -dM[<byte>] poisons memory with <byte> (defaults to 0x50)
  32. -V enters verbose mode (disables quiet mode)
  33. -D goes daemon ; -C changes to <dir> before loading files.
  34. -q quiet mode : don't display messages
  35. -c check mode : only check config files and exit
  36. -n sets the maximum total # of connections (2000)
  37. -m limits the usable amount of memory (in MB)
  38. -N sets the default, per-proxy maximum # of connections (2000)
  39. -L set local peer name (default to hostname)
  40. -p writes pids of all children to this file
  41. -de disables epoll() usage even when available
  42. -dp disables poll() usage even when available
  43. -dS disables splice usage (broken on old kernels)
  44. -dV disables SSL verify on servers side
  45. -sf/-st [pid ]* finishes/terminates old pids.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement