Skip to content

Commit 37e7908

Browse files
authored
Merge pull request #73 from tobias-urdin/st-pol-create
Update storage policy doc
2 parents a5aaf97 + e93428c commit 37e7908

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

storage/object-storage/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ different APIs.
2525
support if you need more.
2626

2727
You have the ability to choose from different :doc:`storage policies <storage-policy>` of object storage to setup a
28-
storage solution that delivers at the lowest possible cost per GB while still meeting your requirements.
28+
storage solution that delivers at the lowest possible cost per GB while still meeting your requirements. You cannot
29+
change storage policy on an existing bucket/container.
2930

3031
We also enable :doc:`replication <replication>` if you want to have your data available in more than one
3132
availability zone for example as part of a multi data center high availability solution.

storage/object-storage/s3.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ Creating a bucket
7474
To create a bucket via S3, you would either use the API (not covered in this documentation) or the S3
7575
client. To use the latter to create a bucket:
7676

77+
.. note::
78+
79+
You cannot change storage policy on the bucket after creation.
80+
7781
- Decide which :doc:`storage policy <storage-policy>` you want to use. Save the name.
7882

7983
- Decide if you need to use :doc:`replication <replication>` or not.

storage/object-storage/storage-policy.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Storage policy
55
Binero cloud provides different storage policies for you to place your container or bucket on.
66

77
A storage policy is using an underlying :doc:`storage type <../storage-types>` and
8-
other features to accommodate different use-cases.
8+
other features to accommodate different use-cases. You cannot change storage policy
9+
on an existing bucket/container.
910

1011
The intent is to allow users to select on a more granular level on what they need for
1112
their use-case such as:

storage/object-storage/swift.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ client.
8686
To use the latter to create a bucket see below. Add the ``--os-storage-url`` as per above
8787
if you need to change API endpoint.
8888

89+
.. note::
90+
91+
You cannot change storage policy on the bucket after creation.
92+
8993
- Decide which :doc:`storage policy <storage-policy>` you want to use. Save the name.
9094

9195
- Decide if you need to use :doc:`replication <replication>`.

0 commit comments

Comments
 (0)