Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/vrs/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ accepted.
boundary.
- **A03 Durable host state:** Each host preserves its catalog and runtime state
across process restarts. Whole-disk loss and backup are outside st2.
- **A04 Eventual transport:** Hosts may disconnect; Fabric eventually resumes
transport when connectivity returns. st2 does not guarantee network
availability.
- **A04 Eventual transport:** Hosts may disconnect. Fabric is the preferred
transport. Git over SSH is supported. No product behavior may require a
Fabric-only capability. st2 does not guarantee network availability.

## Acceptable Tradeoffs

Expand Down
Loading