Skip to main content

vserver object-store-server bucket create

Create an object store server bucket

Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

Description

The vserver object-store-server bucket create command creates a bucket for the object store server.

Parameters

-vserver <Vserver Name> - Vserver Name
This parameter specifies the name of the Vserver for the object store server where the bucket needs to be created. The object store server must already exist.
-bucket <TextNoCase> - Object Store Server Bucket Name
This parameter specifies the name of the object store server bucket.
[-comment <text>] - Object Store Server Bucket Description
This optional parameter specifies a text comment for the object store server bucket.
[-aggr-list <aggregate name>, ...] - List of Aggregates for FlexGroup Constituents
Use this parameter to specify the list of aggregates for the flexgroup constituents on which the bucket needs to be created.
[-aggr-list-multiplier <integer>] - Aggregate List Repeat Count
Use this parameter to specify the number of flexgroup constituents to be created.
[-size {<integer>[KB|MB|GB|TB|PB]}] - Size of the Bucket
Use this parameter to specify the size of the flexgroup volume to be created.

Examples

The following example creates an object store server bucket for Vserver vs1 of size 1TB.

cluster1::> vserver object-store-server bucket create -vserver vs1 -bucket testbucket -aggr-list aggr1 -size 1TB