--
You received this message because you are subscribed to the Google Groups "google-cloud-slurm-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/12049c34-5d18-40b2-835b-7a1c7afe3c5ao%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-discuss+unsub...@googlegroups.com.
The only Lustre solutions I'm aware of that are available publicly areCloudDDN Lustre in GCP Marketplace : https://console.cloud.google.com/marketplace/details/ddnstorage/cloud-edition-for-lustrePublic Github Repo on GCP deployment-manager samples : https://github.com/GoogleCloudPlatform/deploymentmanager-samples/tree/master/community/lustre
The latter, you may be able to run from the controller instance, provided the appropriate auth-scopes are enabled on the controller and the default service account has appropriate permissions.If you want it to come online when the first few compute nodes are created, and you want to happen when you submit the job, I'd have to think about how to identify the event associated with the first compute node comes online.
Alternatively, you can manually launch your Lustre cluster outside of your slurm-gcp instances.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/12049c34-5d18-40b2-835b-7a1c7afe3c5ao%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "google-cloud-slurm-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/bd74d2c7-3d25-4a10-8550-2f0dbc1c8583o%40googlegroups.com.
Wyatt Gorman HPC Solutions Manager |
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/12049c34-5d18-40b2-835b-7a1c7afe3c5ao%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "google-cloud-slurm-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/bd74d2c7-3d25-4a10-8550-2f0dbc1c8583o%40googlegroups.com.
Hi Anush,We recommend the DDN EXAScaler Marketplace offering as the premier, supported Lustre offering. Google is the only cloud to offer DDN's Enterprise EXAScaler software. You can find it here: https://pantheon.corp.google.com/marketplace/details/ddnstorage/exascaler-cloud
You can set up the DDN cluster on a network like your default network or a new network, and then create your slurm cluster in that network using the Slurm YAML's VPC fields. Alternatively, you can create the networks separately and ensure the IP ranges aren't conflicting, and then later use VPC Peering to connect the two networks.
If you're looking for a programmatic way to launch the DDN EXAScaler software, we'll need to work together with DDN to enable that. Otherwise the Open Source lustre deployment is an option, and includes the possibility of transferring data to/from Google Cloud Storage.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/CAEsNHrkktf7A65G-oQBgr9hrv8%3DE8u4_jC7be0_b5_N9AfkUOA%40mail.gmail.com.
PM me if you need Lustre terraform scripts. We're getting ready to release a Lustre module July 6.
--
You received this message because you are subscribed to the Google Groups "google-cloud-slurm-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/e732960a-11f5-4844-b611-79475cb35562o%40googlegroups.com.
On your original question, you might consider modifying /apps/slurm/scripts/resume.py or create a suitable prolog script that executes creation of Lustre MDS and OSS nodes.
PM me if you need Lustre terraform scripts. We're getting ready to release a Lustre module July 6.
--
You received this message because you are subscribed to the Google Groups "google-cloud-slurm-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-slurm-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-slurm-discuss/6accfbd7-8b4e-4cc6-a41d-58c63fa3a2bco%40googlegroups.com.
And run
spack install pdsh
To use pdsh, you would run
spack load pdsh
To bring it to your path.
I know it's not an ideal solution but could get you up and running with your apps on CentOS 8