Description
Displays the current list of object_container.
Syntax
object_container --show [--verbose]
[--endpoint]
Where
--verbose Display more details.
--endpoint Display Object container service endpoint.
Result
Storage_group Name : ObjectStorageGroup
Storage_group Compression Type : Fast
Storage_group Encryption Set : Off
Storage_group Encryption Type : Off
Storage_group Rotate Period : 0
Storage_group Passphrase set : No
Storage_group Quota limit : Unlimited
ObjectStorageGroup's Containers
-------------------------------
ObjectContainer
Description
Adds a new object container
Syntax
object_container --add [--quota <Quota value in GiB or TiB>][--use_http <yes|no>]
Where
--quota Quota value in GiB or TiB.
--use_http <yes|no>
Result
Container "ObjectContainer" created successfully.
Successfully added connection entry.
OBJECT connection Enabled : Yes
Adding object role to backup_user user...Done.
Creating default bucket: default-bucket...Done.
Object container created successfully.
Description
Updates an existing object container
Syntax
object_container --update [--quota <Quota value in GiB or TiB>] [--use http <yes|no>]
Where
--quota Quota value in GiB or TiB.
--use_http <yes|no>
Result
Storage Group "ObjectStorageGroup" updated successfully.
Description
Updates encryption settings of an object container.
Syntax
object_container --encryption [--set <ON | OFF>] [--mode < static | internal >] [--interval <7 days to 70 years>]
Where
--set Valid values are On and Off.
--mode Valid values are static and internal.
--interval Valid values are between 7 days to 70 years (in days).
Result
Storage Group "ObjectStorageGroup" updated successfully.