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.
Description
Deletes object_container and its data.
Syntax
object_container --delete_data
Result
WARNING: All the data in the container ObjectStorageGroup will be deleted!
Do you want to continue? (yes/no) [n]? y
Please enter the root password:
Container "ObjectContainer" marked for deletion. Please run "maintenance --filesystem --reclaim_space" to recover the storage space.
Cleaning up local namespace lock files. Please wait...Done.
Description
Deletes an existing object_container.
Syntax
object_container --delete
Result
WARNING: All the data in the container ObjectStorageGroup will be deleted!
Do you want to continue? (yes/no) [n]? y
Please enter the root password:
Storage Group "ObjectStorageGroup" has been deleted.
Object Storage Group deleted.