Skip to content
Snippets Groups Projects
Commit fb25c495 authored by Mike Hanby's avatar Mike Hanby
Browse files

Revert memory change for c0101 c0102

c0101 and c0102 (out of warranty) previously lost a stick of memory
(i.e. not visible to the OS). These nodes have since reverted back to
having all 256G visible.

This change reverts the previous change to nhc.conf so that the
check_hw_physmem is now 256gb like the other P100 nodes (c0097 .. 114)
parent e30da5ee
No related branches found
No related tags found
1 merge request!13Revert memory change for c0101 c0102
...@@ -26,9 +26,12 @@ ...@@ -26,9 +26,12 @@
{c0[202-255]} || check_hw_cpuinfo 2 128 128 {c0[202-255]} || check_hw_cpuinfo 2 128 128
# Set these to the amount of physical RAM you have (leave the fudge factor). # Set these to the amount of physical RAM you have (leave the fudge factor).
{c00[97-99],c0[103-114]} || check_hw_physmem 256gb 256gb 5% ### 20241210 - c0101 and c0102 memory count has returned to 256G, adding them
#### c0101 and c0102 are out of warranty and have lost a DIMM ### back to the original rule for the P100s
{c0[101-102]} || check_hw_physmem 231gb 231gb 5% {c00[97-99],c0[100-114]} || check_hw_physmem 256gb 256gb 5%
#{c00[97-99],c0[103-114]} || check_hw_physmem 256gb 256gb 5%
#### c0101 and c0102 are out of warranty and have lost a DIMM
# {c0[101-102]} || check_hw_physmem 231gb 231gb 5%
{c0[115-135]} || check_hw_physmem 192gb 192gb 5% {c0[115-135]} || check_hw_physmem 192gb 192gb 5%
{c0[136-139]} || check_hw_physmem 1510gb 1510gb 5% {c0[136-139]} || check_hw_physmem 1510gb 1510gb 5%
{c0[140-201]} || check_hw_physmem 768gb 768gb 5% {c0[140-201]} || check_hw_physmem 768gb 768gb 5%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment