Skip to content
Snippets Groups Projects

Add v2gpu compute nodes

Merged Mike Hanby requested to merge add-v2gpu-nodes into main
1 file
+ 18
11
Compare changes
  • Side-by-side
  • Inline
+ 18
11
@@ -75,25 +75,32 @@
@@ -75,25 +75,32 @@
* || check_fs_free / 10%
* || check_fs_free / 10%
* || check_fs_ifree / 1k
* || check_fs_ifree / 1k
# /local FS
# /local FS
* || check_fs_mount_rw -f /local
{c0[150-235]} || check_fs_mount_rw -f /local
* || check_fs_free /local 10%
{c0[150-235]} || check_fs_free /local 10%
# /tmp FS
# /tmp FS
* || check_fs_mount_rw -f /tmp
{c0[150-235]} || check_fs_mount_rw -f /tmp
* || check_fs_free /tmp 20%
{c0[150-235]} || check_fs_free /tmp 20%
# /var FS
# /var FS
* || check_fs_mount_rw -f /var
{c0[150-235]} || check_fs_mount_rw -f /var
* || check_fs_free /var 10%
{c0[150-235]} || check_fs_free /var 10%
# /data FS
# /data FS
* || check_fs_mount_rw -t gpfs -f /data
{c0[150-235]} || check_fs_mount_rw -t gpfs -f /data
* || check_file_test -r -e -f /data/.nhc-test
{c0[150-235]} || check_file_test -r -e -f /data/.nhc-test
* || check_file_test -r -e -f /scratch/.nhc-test
# /scratch FS
# /scratch FS
* || check_fs_mount_rw -t gpfs -f /scratch
{c0[150-235]} || check_fs_mount_rw -t gpfs -f /scratch
 
{c0[150-235]} || check_file_test -r -e -f /scratch/.nhc-test
# /rstore/share FS
# /rstore/share FS
##MJH## * || check_fs_mount -s 192.168.200.19:6789,192.168.200.20:6789,192.168.200.21:6789:/share -t ceph -f /rstore/share
##MJH## * || check_fs_mount -s 192.168.200.19:6789,192.168.200.20:6789,192.168.200.21:6789:/share -t ceph -f /rstore/share
# /cm/shared
# /cm/shared
* || check_fs_mount -s gpfs.rc.uab.edu:/data/cm/shared-8.2 -t nfs -f /cm/shared
* || check_fs_mount -s gpfs.rc.uab.edu:/data/cm/shared-8.2 -t nfs -f /cm/shared
 
# Virtual GPU Node Mounts
 
{v2gpu00[1-9]} || check_fs_mount -s gpfs.rc.uab.edu:/scratch -t nfs -f /scratch
 
{v2gpu00[1-9]} || check_fs_mount -s gpfs.rc.uab.edu:/data/rc/apps -t nfs -f /data/rc/apps
 
{v2gpu00[1-9]} || check_fs_mount -s gpfs.rc.uab.edu:/data/project -t nfs -f /data/project
 
{v2gpu00[1-9]} || check_fs_mount -s gpfs.rc.uab.edu:/data/user -t nfs -f /data/user
 
{v2gpu00[1-9]} || check_fs_mount -s gpfs.rc.uab.edu:/data/user/home -t nfs -f /home
 
# Virtual GPU Node Nvidia device files
 
{v2gpu00[1-9]} || check_file_test -e /dev/nvidia0 /dev/nvidia1
# Assert that /tmp is a mounted filesystem of type "tmpfs."
# Assert that /tmp is a mounted filesystem of type "tmpfs."
# * || check_fs_mount_rw -t tmpfs -f /tmp
# * || check_fs_mount_rw -t tmpfs -f /tmp
Loading