Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rc-nhc
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
rc
rc-nhc
Merge requests
!2
Add v2gpu compute nodes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add v2gpu compute nodes
add-v2gpu-nodes
into
main
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Mike Hanby
requested to merge
add-v2gpu-nodes
into
main
2 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
2d99bf39
1 commit,
2 years ago
1 file
+
18
−
11
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
nhc.conf
+
18
−
11
Options
@@ -75,25 +75,32 @@
@@ -75,25 +75,32 @@
* ||
check_fs_free
/
10
%
* ||
check_fs_free
/
10
%
* ||
check_fs_ifree
/
1
k
* ||
check_fs_ifree
/
1
k
# /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