noobaa-core
noobaa-core copied to clipboard
High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
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...
# 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...
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...
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
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. ###...
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...
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....
**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...
### 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...