Skip to content

fix(deps): [OCISDEV-822] bump reva to stable-8.0 HEAD (488fb352f5)#12264

Closed
kobergj wants to merge 1 commit intoowncloud:stable-8.0from
kobergj:fix/OCISDEV-822-bump-reva-stable-8.0
Closed

fix(deps): [OCISDEV-822] bump reva to stable-8.0 HEAD (488fb352f5)#12264
kobergj wants to merge 1 commit intoowncloud:stable-8.0from
kobergj:fix/OCISDEV-822-bump-reva-stable-8.0

Conversation

@kobergj
Copy link
Copy Markdown
Contributor

@kobergj kobergj commented Apr 27, 2026

Summary

  • Bumps reva to stable-8.0 HEAD (488fb352f5)
  • Includes fix for decomposedfs permanently losing blobs when WriteBlob fails during synchronous finalization (cleanBin was unconditionally true, now only true on success)
  • Blob loss caused affected nodes (e.g. received.json in the share manager metadata space) to fail on every access with "no such file or directory", breaking all share operations for the affected user

Related reva PR: owncloud/reva#578

Test plan

  • Trigger a WriteBlob failure during synchronous finalization; confirm bin file is preserved in uploads/
  • Confirm successful uploads still clean up the bin file normally
  • Run move-stuck-upload-blobs after a failed finalization; confirm the bin is recoverable

🤖 Generated with Claude Code

Includes fix for decomposedfs permanently losing blob when blobstore
upload fails during synchronous finalization (cleanBin=true on error).

Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com>
@kobergj kobergj force-pushed the fix/OCISDEV-822-bump-reva-stable-8.0 branch from 1a4cc2b to 33cdd07 Compare April 27, 2026 09:47
@kobergj
Copy link
Copy Markdown
Contributor Author

kobergj commented Apr 30, 2026

Already made it to stable

@kobergj kobergj closed this Apr 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant