We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
添加节点: ccontrol add node name=hostname cpu=** memory=**
更新节点: ccontrol update node name=CPU set cpu=***
添加分区: ccontrol add partition name=parititionname node=*** priority=***
更新分区: ccontrol update partition name=CPU set allowlist=account1,account2
注意:分区的allowlist和denylist互斥,只能设置一个
如何鉴定用户程序是否能运行:
Sorry, something went wrong.
删除节点: ccontrol delete node --name=hostname
删除分区: ccontrol delete partition --name=CPU
该分区节点管理方式,出现部分节点不属于任何分区,通常为三种情况:
对于此类节点的定义:属于集群中的一个节点,但不是计算节点,不承担计算任务,若其上还有作业运行,则杀死作业,断开gRPC连接。
MCKZX-llx
Successfully merging a pull request may close this issue.
No description provided.
The text was updated successfully, but these errors were encountered: