You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openshift/storage/storage-overview.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,22 +182,34 @@ examples of access modes:
182
182
183
183
**1. NERC OpenStack Object Storage (Swift):**
184
184
185
-
- Suitable for applications that can work with object-based storage.
185
+
**Prerequisites**: You must have an active [OpenStack Resource Allocation](../../get-started/allocation/requesting-an-allocation.md#request-a-new-openstack-resource-allocation-for-an-openstack-project)
186
+
on your project to use NERC OpenStack Object Storage (Swift). The **"OpenStack
187
+
Swift Quota (GiB)"** attribute specifies the capacity of your object storage quota.
186
188
187
-
- Ideal for storing large datasets, logs, checkpoints, or artifacts.
189
+
!!! note "Very Important Note"
190
+
191
+
On NERC OpenStack, Object Storage (Swift) and Block Storage (Volumes/Cinder)
192
+
are managed by separate allocation quota attributes: "OpenStack Swift Quota
For more details on how to set up persistent storage using OpenStack Object
190
-
Storage (Swift), follow this [user guide](../../openstack/persistent-storage/object-storage.md).
196
+
Storage (Swift), follow this [**user guide**](../../openstack/persistent-storage/object-storage.md).
191
197
192
198
**2. MinIO-based Storage on NERC OpenShift (OCP):**
193
199
194
-
- Provides an S3-compatible interface within the OpenShift environment.
200
+
**Prerequisites**: You must have an active [OpenShift Resource Allocation](../../get-started/allocation/requesting-an-allocation.md#request-a-new-openshift-resource-allocation-for-an-openshift-project)
201
+
on your project. The **"OpenShift Request on NESE Storage Quota (GiB)"** attribute
202
+
specifies the capacity of your storage quota for that allocation.
203
+
204
+
!!! note "Very Important Note"
195
205
196
-
- Useful for applications that require S3 APIs or a scalable, bucket-based
197
-
storage solution.
206
+
On NERC OpenShift, the "OpenStack Swift Quota (GiB)" allocation
207
+
attribute is used by MinIO-based storage, which mounts a PersistentVolume
208
+
via a PVC into the running Pod.
198
209
199
210
For more details on setting up persistent storage using MinIO-based storage,
200
-
follow this [user guide](minio.md) or review example projects:
211
+
follow this [**user guide**](minio.md). You may also review how it is configured
0 commit comments