Parallel Works

pw cluster attach-storage

Attach storage to a cluster

Synopsis

The attach-storage command attaches storage to a cluster at the specified mount point.

pw cluster attach-storage [flags]

Examples

  pw cluster attach-storage --cluster-uri pw://namespace/cluster-name --storage-uri pw://namespace/storage-name --mount-point=/mnt-point

Options

      --cluster-uri string   URI of the cluster (required)
  -h, --help                 help for attach-storage
      --mount-point string   Mount point for the storage (required)
      --storage-uri string   URI of the storage to attach (required)

Options inherited from parent commands

      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging

SEE ALSO