This commit is contained in:
Paul Edwards 2020-12-10 02:31:43 +00:00
Родитель 9325f939d7
Коммит 0fc2904e43
2 изменённых файлов: 3 добавлений и 3 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

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

@ -99,12 +99,12 @@ fi
if [ "${use_hsm,,}" = "true" ]; then
$script_dir/lfshsm.sh "$mds_ip" "$storage_account" "$storage_key" "$storage_container" "$lustre_version"
$script_dir/lfshsm.sh "$mds" "$storage_account" "$storage_key" "$storage_container" "$lustre_version"
if [ "$HOSTNAME" = "$mds" ]; then
# IMPORT CONTAINER
$script_dir/lfsclient.sh $mds_ip /lustre
$script_dir/lfsclient.sh $mds /lustre
$script_dir/lfsimport.sh "$storage_account" "$storage_key" "$storage_container" /lustre "$lustre_version"
fi