Skip to content

Commit 5f58c44

Browse files
authored
Merge pull request #299 from syseleven/syseleven/lfuchs/ts-157/document-ceph-object-limit
Clarify object storage limits for Quobyte and Ceph
2 parents f95111e + 7bb1ddf commit 5f58c44

File tree

1 file changed

+7
-4
lines changed
  • user/pages/04.Reference/05.object-storage/01.known-issues

1 file changed

+7
-4
lines changed

user/pages/04.Reference/05.object-storage/01.known-issues/docs.en.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ The value of 52428800 Bytes = 50 GiB specified in this example is actually the d
4242
### Maximum number of objects
4343
4444
**Problem Statement:**
45-
There is a technical limitation in the backend storage of SEOS of 200 million objects or directories per project per region.
45+
There is a technical limitation in the backend storage of SEOS, depending on the storage type:
46+
47+
- **Quobyte**: Limited to **200 million objects or directories** per project per region.
48+
- **Ceph**: Limited to **100 million objects or directories** per bucket, per region. However, there is no object limit per project, meaning that projects can have multiple buckets, each subject to the per-bucket limit mentioned previously.
4649
4750
**Solutions:**
4851
Please contact our customer support if you run into (or think you may run into) this limitation.
@@ -57,9 +60,9 @@ Unfinished multipart uploads are not cleaned up automatically by default. The us
5760
5861
The following S3 API operations can be used to deal with incomplete multipart uploads:
5962
60-
* `ListMultipartUploads` to list the multipart uploads for a given bucket
61-
* `ListParts` to list the already-uploaded parts of a given upload (identified by bucket, key and upload ID)
62-
* `AbortMultipartUpload` to abort a multipart upload and clean up its parts
63+
- `ListMultipartUploads` to list the multipart uploads for a given bucket
64+
- `ListParts` to list the already-uploaded parts of a given upload (identified by bucket, key and upload ID)
65+
- `AbortMultipartUpload` to abort a multipart upload and clean up its parts
6366
6467
Example CLI commands:
6568

0 commit comments

Comments
 (0)