Update nhc.conf intel-migrate nodes: GPFS mounts RO
The intel-migrate nodes c0[124-133]
should have GPFS mounts /data
and /scratch
mounted read-only. This merge fixes that.
--- a/nhc.conf
+++ b/nhc.conf
@@ -96,10 +96,14 @@
{c00[97-99],c0[100-255]} || check_fs_mount_rw -f /var
{c00[97-99],c0[100-255]} || check_fs_free /var 10%
# /data FS
- {c00[97-99],c0[100-193],c0[224-251],c0254} || check_fs_mount_rw -t gpfs -f /data
+ {c00[97-99],c0[100-123],c0[134-193],c0[224-251],c0254} || check_fs_mount_rw -t gpfs -f /data
+## intel-migrate nodes should be GPFS ro
+ {c0[124-133]} || check_fs_mount_ro -t gpfs -f /data
{c00[97-99],c0[100-193],c0[224-251],c0254} || check_file_test -r -e -f /data/.nhc-test
# /scratch FS
- {c00[97-99],c0[100-193],c0[224-251],c0254} || check_fs_mount_rw -t gpfs -f /scratch
+ {c00[97-99],c0[100-123],c0[134-193],c0[224-251],c0254} || check_fs_mount_rw -t gpfs -f /scratch
+## intel-migrate nodes should be GPFS ro
+ {c0[124-133]} || check_fs_mount_ro -t gpfs -f /scratch
{c00[97-99],c0[100-193],c0[224-251],c0254} || check_file_test -r -e -f /scratch/.nhc-test