ONTAP 9 Manuals ( CA08871-402 )

to Japanese version

Manage bucket size

When necessary, you can increase or decrease the size of an existing bucket.

Steps

You can use ONTAP System Manager or the ONTAP CLI to manage the bucket size.

ONTAP System Manager
  1. Select Storage > Buckets and locate the bucket you want to modify.

  2. Click kabob icon next to the bucket name and select Edit.

  3. In the Edit bucket window, change the capacity for the bucket.

  4. Save.

CLI
  1. Change the bucket capacity:

    vserver object-store-server bucket modify -vserver <SVM_name> -bucket <bucket_name> -size {<integer>[KB|MB|GB|TB|PB]}
Top of Page