Skip to content

Implement staging storage failure and rollback semantics #883

Description

@niteshpurohit

Objective

Apply Laghu's existing filesystem failure contract specifically to the staging store.

Acceptance Criteria

Handle safely:

  • ENOSPC;
  • inode exhaustion;
  • permission denial;
  • read-only mount;
  • failed fsync/rename;
  • missing/unavailable staging mount;
  • process restart with incomplete state.

No fallback directory or unbounded memory buffering is permitted.

Technical Considerations

  • Any affected /files transaction fails atomically.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions