Bootstrap

PBS集群/share挂载问题

一般排查使用:
clush -g dev -b 'df -h | grep share'
发现有机器有问题:
ssh node2 'mount mgr:/share /share'

clush -g dev -b 'df -h | grep share'
然后像这样,有问题的节点没有正在运行的作业,可以
ssh node2 'source /etc/rc.local'
这样会自动挂在,并重启PBS。

;