зеркало из https://github.com/Azure/azurehpc.git
12 строки
298 B
Bash
Executable File
12 строки
298 B
Bash
Executable File
#!/bin/bash
|
|
|
|
yum -y install lustre kmod-lustre-osd-ldiskfs lustre-osd-ldiskfs-mount lustre-resource-agents e2fsprogs lustre-tests
|
|
|
|
sed -i 's/ResourceDisk\.Format=y/ResourceDisk.Format=n/g' /etc/waagent.conf
|
|
|
|
systemctl restart waagent
|
|
|
|
weak-modules --add-kernel --no-initramfs
|
|
|
|
umount /mnt/resource
|