Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support custom config for backing stores #7255

Merged
merged 1 commit into from
Apr 2, 2023
Merged

Conversation

guymguym
Copy link
Member

@guymguym guymguym commented Apr 2, 2023

Explain the changes

  1. support disabling chunk digest/encryption/compression.
  2. support disabling md5/sha256 for etag.
  3. support increasing max object part size.
  4. support using erasure coding by default.

Issues: Fixed #xxx / Gap #xxx

  1. NA

Testing Instructions:

  1. NA

 1. support disabling chunk digest/encryption/compression.
 2. support disabling md5/sha256 for etag.
 3. support increasing max object part size.
 4. support using erasure coding by default.

Signed-off-by: Guy Margalit <guymguym@gmail.com>
@guymguym guymguym merged commit 01b9b87 into noobaa:master Apr 2, 2023
5 checks passed
const id = updates?._id || entity._id;
if (id) return 'id-' + id.toHexString();

return '';
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@romayalon I wonder if I should throw here instead of silently "failing" ... WDYT?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a situation where we get there? I couldn't find one and I thought that id is the default

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, we shouldn't get there, this is why I thought it might be better to throw

@guymguym guymguym added the Standalone Work items needed to run standalone (without kubernetes) label Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/L Standalone Work items needed to run standalone (without kubernetes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants