Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torque server restart lose exclusive nodes allocations #9

Open
vholer opened this issue Dec 17, 2017 · 0 comments
Open

Torque server restart lose exclusive nodes allocations #9

vholer opened this issue Dec 17, 2017 · 0 comments

Comments

@vholer
Copy link
Contributor

vholer commented Dec 17, 2017

Information about the exclusively allocated nodes is lost after the Torque server is restarted.

$ pbsnodes
cloud255-20.cerit-sc.cz
     state = job-exclusive
     power_state = Running
     np = 8
     ntype = cluster
     jobs = 0/1.cloud255-21.cerit-sc.cz
...

cloud255-23.cerit-sc.cz
     state = job-exclusive
     power_state = Running
     np = 8
     ntype = cluster
     jobs = 0/9.cloud255-21.cerit-sc.cz
...

$ systemctl restart pbs_server

$ pbsnodes
cloud255-20.cerit-sc.cz
     state = free
     power_state = Running
     np = 8
     ntype = cluster
     jobs = 0/1.cloud255-21.cerit-sc.cz
...

cloud255-23.cerit-sc.cz
     state = free
     power_state = Running
     np = 8
     ntype = cluster
     jobs = 0/9.cloud255-21.cerit-sc.cz
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant