noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...

Results 335 noobaa-core issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Danny Zaken ### Explain the changes * Changed pl/sql function `map_common_prefixes` to fetch all required entries in one call. * instead of querying for 1000 keys and then extracting...

size/M

# PostgreSQL-related performance optimization. Those changes were πŸŒΈπŸ’ cherry-picked from [dannyzaken/noobaa-core/tree/danny-mdsequence](https://github.com/dannyzaken/noobaa-core/tree/danny-mdsequence) - Use PostgreSQL sequence - currently mdsequence is using a counter inside a jsonb field, which has very bad...

size/L

Signed-off-by: Romy ### Explain the changes 1. Removed version_past from latest_version_index index because postgres considers nulls as distinct, causes multiple latest versions of objectmds to be allowed. 2. Handled upgrade...

size/L

Based on [buildah](https://buildah.io/) and Linux [binfmt](https://github.com/multiarch/qemu-user-static) emulation - multiarch build with a manifest - depends on https://github.com/noobaa/noobaa-core/pull/7028 Signed-off-by: Alexander Indenbaum

size/M

### Explain the changes Moke nsfs metrics Signed-off-by: liranmauda

size/S

Signed-off-by: Romy ### Explain the changes 1. Setting endpoint process default umask is needed for NSFS flows in order to override the umask when creating folders/objects with 770/660 permissions. ###...

size/XS

Signed-off-by: jackyalbo ### Explain the changes 1. Adding initial support for Encryption for NSFS 2. Will check for files/objects only on GPFS volumes if they are encrypted 3. Added a...

size/L

Signed-off-by: Guy Margalit ### Explain the changes 1. set default database to postgres 2. allow endpoint to conditionally start sts and metrics ports so that standalone nsfs can be used....

size/M

**Is your feature request related to a problem? Please describe.** We want to have an anonymously accessible (read-only) s3 bucket you can navigate through a webbrowser. We noticed that while...

Type:Enhancement

### Environment info - NooBaa Version: **4.9.10, 4.10.5** (NooBaa operator version) - Platform: **OpenShift 4.10.22** - Storage class from NetApp filer provided over Trident CSI (backendType: ontap-nas-economy) ### Actual behavior...