mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 06:47:12 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud lustre instances import-data - import instances
|
||||
gcloud lustre instances import-data - imports data from Cloud Storage to
|
||||
Managed Lustre instance
|
||||
|
||||
SYNOPSIS
|
||||
gcloud lustre instances import-data (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -8,12 +9,14 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
import instances
|
||||
Imports data from Cloud Storage to Managed Lustre instance.
|
||||
|
||||
EXAMPLES
|
||||
To import all instances, run:
|
||||
To import data from gs://my-bucket storage to my-instance run:
|
||||
|
||||
$ gcloud lustre instances import-data
|
||||
$ gcloud lustre instances import-data my-instance \
|
||||
--location=us-central-a --gcs-path-uri=gs://my_bucket \
|
||||
--lustre-path='/path/to/lustre/dir'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - Name of the resource. The arguments in this group can
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue