Once you've created an instance, Google Cloud Managed Lustre lets you list, get, update, and delete instances.
Instance states
A Managed Lustre instance can be in any of the following states:
| State | Description |
|---|---|
CREATING |
The instance is being created and is not yet ready for use. |
ACTIVE |
The instance is available for use. |
REPAIRING |
The instance is being repaired. |
MAINTENANCE or UPGRADING
|
The instance is undergoing maintenance. See Maintenance events and policies. for more information. |
SUSPENDED
|
The instance is suspended, typically due to an issue with a. customer-managed encryption key (CMEK). |
DELETING |
The instance is being deleted. |
List instances
To list all the instances in a project:
Google Cloud console
Go to the Managed Lustre page in the Google Cloud console.
Your project's instances are listed.
gcloud CLI
Use the gcloud lustre instances list command:
gcloud lustre instances list --location=LOCATION
Replace LOCATION with a specific zone to list all instances in that
location. To view projects in all locations, enter - as the value. For
example: