You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14:30:21,942 INFO ====== Starting (13) com.redhat.mqe.jms.tests.Scenario24Test.txClientAckWTopicDMessTs ======
14:30:22,458 WARN Store limit is 102400 mb (current store usage is 0 mb). The data directory: /home/jdanek/Work/repos/dtests/dtests/node_data/frameworks/jamq_jms_amqp_qe_units/target/com.redhat.mqe.jms.main.Scenario24/com.redhat.mqe.jms.main.Scenario24/KahaDB only has 29520 mb of usable space. - resetting to maximum available disk space: 29520 mb
14:30:22,458 WARN Temporary Store limit is 51200 mb (current store usage is 0 mb). The data directory: /home/jdanek/Work/repos/dtests/dtests/node_data/frameworks/jamq_jms_amqp_qe_units/target/com.redhat.mqe.jms.main.Scenario24/com.redhat.mqe.jms.main.Scenario24 only has 29520 mb of usable space. - resetting to maximum available disk space: 29520 mb
14:30:22,458 WARN Job Scheduler Store limit is 51200 mb, whilst the data directory: /home/jdanek/Work/repos/dtests/dtests/node_data/frameworks/jamq_jms_amqp_qe_units/target/com.redhat.mqe.jms.main.Scenario24/com.r
for SERVICES in etcd kube-apiserver kube-controller-manager kube-scheduler flanneld; do
systemctl restart $SERVICES
systemctl enable $SERVICES
systemctl status $SERVICES
done
restart kubelet/node services
for SERVICES in kube-proxy kubelet flanneld docker; do
I'm working with Ansible and many of servers every day, so let me show you, how can waste less of your time! :)
What Ansible do?
Connects, runs, check, sends back, processes it, runs, checks, sends back and voila!
Connects... again... and again... and again...
What you can do to fix on node/remote server
Edit sshd config and disable UseDNS, it's mainly used only for logging and authentication. But.. only when you have set IgnoreRhosts
in your config. So who doesn't know, should use it with clean mind. Because this has truly so far with security. :)