This commit is contained in:
Xavier Pillons 2020-10-28 16:07:35 +01:00
Родитель ac59cbfef3
Коммит 06f438ecac
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -9,7 +9,7 @@ yum install -y beegfs-client beegfs-helperd beegfs-utils
sed -i 's/^sysMgmtdHost.*/sysMgmtdHost = '$MGMT_HOSTNAME'/g' /etc/beegfs/beegfs-client.conf
sed -i 's/^tuneFileCacheType.*/tuneFileCacheType = '$BEEGFS_CACHE'/g' /etc/beegfs/beegfs-client.conf
# Use OFED only if Infiniband is present
# Use OFED only if Infiniband is present, so you can use an HPC image on a non IB machine
ibv_devinfo
if [ $? == 0 ]; then
if [ -d "/usr/src/ofa_kernel/default/include" ]; then