This repository has been archived by the owner on Jun 26, 2023. It is now read-only.
haproxy.service not active solution #357
Unanswered
yanqingfu
asked this question in
Show and tell
Replies: 3 comments 1 reply
-
Hey @nileshgovande , can you help here please? |
Beta Was this translation helpful? Give feedback.
0 replies
-
haproxy running is a requirement as of now. @Saumya-Sunder - Pls document accordingly as of now. We will try and decouple. Tagging @bkirunge7 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Addressed the issue here #458 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
[root@ssc-vm-1061 cortx-s3server]# ./jenkins-build.sh --skip_build --skip_tests
Skip build step
Skip test step
++ pwd
++ ldap_root_pwd=seagateseagatseagate
++ ldap_admin_pwd=ldapadmin
/opt/seagate/cortx/s3/bin/:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bi n:/root/bin
haproxy-1.5.18-9.el7.x86_64
● haproxy.service - HAProxy Load Balancer
Loaded: loaded (/usr/lib/systemd/system/haproxy.service; disabled; vendor preset: disabled)
Active: inactive (dead)
[root@ssc-vm-1061 cortx-s3server]# modprobe lnet
[root@ssc-vm-1061 cortx-s3server]# lctl list_nids
192.168.47.113@tcp
10.230.247.0@tcp1
solution:
[root@ssc-vm-1061 cortx-s3server]#
**systemctl restart haproxy**
[root@ssc-vm-1061 cortx-s3server]# ./jenkins-build.sh --skip_build --skip_tests
Skip build step
Skip test step
++ pwd
++ ldap_root_pwd=seagateseagatseagate
++ ldap_admin_pwd=ldapadmin
/opt/seagate/cortx/s3/bin/:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/puppetlabs/bi n:/root/bin
haproxy-1.5.18-9.el7.x86_64
● haproxy.service - HAProxy Load Balancer
Loaded: loaded (/usr/lib/systemd/system/haproxy.service; disabled; vendor preset: disabled)
Active: active (running) since Thu 2020-10-29 05:59:58 MDT; 6s ago
Main PID: 5293 (haproxy-systemd)
CGroup: /system.slice/haproxy.service
├─5293 /usr/sbin/haproxy-systemd-wrapper -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid
├─5294 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
├─5295 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
└─5296 /usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg -p /run/haproxy.pid -Ds
Beta Was this translation helpful? Give feedback.
All reactions