Skip to content

Commit ebea788

Browse files
committed
after the PR
1 parent 63e4279 commit ebea788

1 file changed

Lines changed: 19 additions & 7 deletions

File tree

docs/openshift/storage/storage-overview.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,22 +182,34 @@ examples of access modes:
182182

183183
**1. NERC OpenStack Object Storage (Swift):**
184184

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.
186188

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
193+
(GiB)" and "OpenStack Volume Quota (GiB)" respectively.
188194

189195
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).
191197

192198
**2. MinIO-based Storage on NERC OpenShift (OCP):**
193199

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"
195205

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.
198209

199210
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
212+
in the following example projects:
201213

202214
- [Credit Card Fraud Detection Application](../../openshift-ai/other-projects/fraud-detection-predictive-ai-app.md#12-using-a-script-to-set-up-local-s3-storage-minio)
203215

0 commit comments

Comments
 (0)