是否可以将用户限制到特定的主机,使用qmon中的资源配额configuration选项用于Sun Grid Engine?
我正在考虑一个线的效果:
{ ... limit users {john} to hostname=compute-1-1.local }
文档中提到了内置的资源types: slots,arch,mem_total,num_proc,swap_total以及定制types的能力。
详情:SGE 6.1u5在岩石上
更新:
以上规则似乎是有效的,因为
都造成错误
尝试
{ name=Limit_john limit users {john} hosts !compute-1-1.local to slots=0 }
(注意,我没有testing这个,但它应该工作)