mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-20 04:58:26 +00:00
gcloud: Wed Jun 18 10:54:11 UTC 2025
This commit is contained in:
parent
fa40c10f6a
commit
3a534cb57c
83 changed files with 849 additions and 219 deletions
|
|
@ -4,22 +4,22 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud lustre instances create (INSTANCE : --location=LOCATION)
|
||||
--capacity-gib=CAPACITY_GIB --filesystem=FILESYSTEM --network=NETWORK
|
||||
[--async] [--description=DESCRIPTION] [--gke-support-enabled]
|
||||
[--labels=[LABELS,...]]
|
||||
[--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT]
|
||||
[--request-id=REQUEST_ID] [GCLOUD_WIDE_FLAG ...]
|
||||
--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT [--async]
|
||||
[--description=DESCRIPTION] [--gke-support-enabled]
|
||||
[--labels=[LABELS,...]] [--request-id=REQUEST_ID]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Creates a Managed Lustre instance.
|
||||
|
||||
EXAMPLES
|
||||
To create an instance my-instance in location us-central1-a with 2048 Gib
|
||||
To create an instance my-instance in location us-central1-a with 18000 Gib
|
||||
capacity run:
|
||||
|
||||
$ gcloud lustre instances create my-instance --capacity-gib=2048 \
|
||||
$ gcloud lustre instances create my-instance --capacity-gib=18000 \
|
||||
--location=us-central1-a \
|
||||
--network=projects/my-project/global/networks/default \
|
||||
--filesystem=lustrefs
|
||||
--filesystem=lustrefs --per-unit-storage-throughput=1000
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - Identifier. The name of the instance. The arguments in
|
||||
|
|
@ -55,7 +55,7 @@ POSITIONAL ARGUMENTS
|
|||
REQUIRED FLAGS
|
||||
--capacity-gib=CAPACITY_GIB
|
||||
The storage capacity of the instance in gibibytes (GiB). Allowed values
|
||||
are from 18000 to 936000, in increments of 9000.
|
||||
are from 18000 to 954000, in increments of 9000.
|
||||
|
||||
--filesystem=FILESYSTEM
|
||||
The filesystem name for this instance. This name is used by client-side
|
||||
|
|
@ -82,6 +82,10 @@ REQUIRED FLAGS
|
|||
To set the network attribute:
|
||||
▸ provide the argument --network on the command line.
|
||||
|
||||
--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT
|
||||
The throughput of the instance in MB/s/TiB. Valid values are 125, 250,
|
||||
500, 1000.
|
||||
|
||||
OPTIONAL FLAGS
|
||||
--async
|
||||
Return immediately, without waiting for the operation in progress to
|
||||
|
|
@ -117,10 +121,6 @@ OPTIONAL FLAGS
|
|||
|
||||
--labels=path_to_file.(yaml|json)
|
||||
|
||||
--per-unit-storage-throughput=PER_UNIT_STORAGE_THROUGHPUT
|
||||
The throughput of the instance in MB/s/TiB. Valid values are 250, 500,
|
||||
1000. Default value is 1000.
|
||||
|
||||
--request-id=REQUEST_ID
|
||||
An optional request ID to identify requests. Specify a unique request
|
||||
ID so that if you must retry your request, the server will know to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue