This section explains how to use the
qq add_object_storage_uris command.Description
Add object storage URIs and associated credentials for configuring the cluster’s data persistence. As the system provisions additional storage capacity on the cluster (which increases together with the clamp increase functionality), the file system recognizes and uses any new object storage URIs. Ensure that the new URIs point to empty S3 buckets or storage accounts and that the nodes on the cluster have sufficient permissions to perform LIST, PUT, GET, and DELETE operations on these buckets or accounts. Performing this action on a cluster not backed by objects results in an error.
Usage
qq add_object_storage_uris [-h] [--uris URIS [URIS ...]] [--credentials-file CREDENTIALS_FILE | --credentials CREDENTIALS [CREDENTIALS ...]]
Flags
| Flag Name | Required | Description |
|---|---|---|
--uris
|
No | The new URIs to add to the cluster. |
--credentials-file
|
No |
The new credentials to add to the cluster. Parsed as comma delimited tuples where
each tuple is on its own line in the file:
|
--credentials
|
No |
The new credentials to add to the file via stdin. Parsed as comma delimited tuples
where each tuple is separated by a space:
|