chore: Add changelog entry for #12833

This commit is contained in:
ieQu1 2024-04-05 17:39:42 +02:00
parent 3f7b14c861
commit 64cc064ddb
1 changed files with 16 additions and 0 deletions

16
changes/feat-12833.en.md Normal file
View File

@ -0,0 +1,16 @@
Added REST API endpoints and CLI commands for durable storage management.
New REST endpoints:
- `/ds/sites`
- `/ds/sites/:site`
- `/ds/storages`
- `/ds/storages/:ds`
- `/ds/storages/:ds/replicas`
- `/ds/storages/:ds/replicas/:site`
New CLI commands:
- `ds set_replicas`
- `ds join`
- `ds leave`