rm debug
This commit is contained in:
parent
dc4f4d65fa
commit
00c890fb11
|
@ -1,9 +1,3 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir -p /opt/flame/logs/
|
ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|
||||||
systemctl status slurmdbd > /opt/flame/logs/debug.log
|
|
||||||
systemctl status slurmctld >> /opt/flame/logs/debug.log
|
|
||||||
ss -tunl |grep -E '6617|6618|6619' >> /opt/flame/logs/debug.log
|
|
||||||
#netstat -peanut
|
|
||||||
|
|
||||||
#ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|
|
||||||
|
|
Loading…
Reference in New Issue