19
19
region : us-central1
20
20
zone : us-central1-a
21
21
rdma_net_range : 192.168.128.0/18
22
+ instance_image :
23
+ family : slurm-gcp-6-11-hpc-rocky-linux-8
24
+ project : schedmd-slurm-public
22
25
23
26
# Provisioning model, select one, lack of selection will rely on on-demand capacity
24
27
h4d_dws_flex_enabled : false
@@ -61,15 +64,6 @@ deployment_groups:
61
64
filestore_share_name : homeshare
62
65
local_mount : /home
63
66
64
- - id : appsfs
65
- source : modules/file-system/filestore
66
- use : [h4d-slurm-net-0]
67
- settings :
68
- filestore_tier : BASIC_SSD
69
- size_gb : 2560
70
- filestore_share_name : appsshare
71
- local_mount : /apps
72
-
73
67
- id : h4d_startup
74
68
source : modules/scripts/startup-script
75
69
settings :
@@ -83,6 +77,9 @@ deployment_groups:
83
77
source : community/modules/compute/schedmd-slurm-gcp-v6-nodeset
84
78
use : [h4d_startup, h4d-slurm-net-0]
85
79
settings :
80
+ # Unattended upgrades are disabled to prevent automatic daily updates which may lead to potential instability.
81
+ # For more details, see https://cloud.google.com/compute/docs/instances/create-hpc-vm#disable_automatic_updates
82
+ allow_automatic_updates : false
86
83
bandwidth_tier : gvnic_enabled
87
84
machine_type : h4d-highmem-192-lssd
88
85
node_count_static : 2
@@ -133,7 +130,7 @@ deployment_groups:
133
130
134
131
- id : slurm_controller
135
132
source : community/modules/scheduler/schedmd-slurm-gcp-v6-controller
136
- use : [h4d-slurm-net-0, h4d_partition, slurm_login, homefs, appsfs ]
133
+ use : [h4d-slurm-net-0, h4d_partition, slurm_login, homefs]
137
134
settings :
138
135
enable_controller_public_ips : true
139
136
cloud_parameters :
0 commit comments