Skip to content

Formatting to mount existing DDN exascaler? #816

Answered by heyealex
Tristan-Kosciuch asked this question in Q&A
Discussion options

You must be logged in to vote

Hello Tristan -
I ran a quick test to determine what is produced by the DDN EXAScaler module, and got the following valid network storage output:

network_storage_ddn = {
  "client_install_runner" = # Removed for clarity
  "fs_type" = "lustre"
  "local_mount" = "/scratch"
  "mount_options" = ""
  "mount_runner" = {
    "content" = "mkdir -p /scratch && mount -t lustre 10.0.0.4@tcp:/exacloud /scratch"
    "destination" = "mount-ddn-lustre.sh"
    "type" = "shell"
  }
  "remote_mount" = "/exacloud"
  "server_ip" = "10.0.0.4@tcp"
}

I believe it's the @tcp after the IP that you are missing in your example. This should definitely be documented better, and I'll make a task for us to do that in …

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@Tristan-Kosciuch
Comment options

@heyealex
Comment options

@heyealex
Comment options

@Tristan-Kosciuch
Comment options

@heyealex
Comment options

Answer selected by cboneti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants