Merge pull request #12838 from ieQu1/dev/12833-followup

chore: Add changelog entry for #12833
This commit is contained in:
ieQu1 2024-04-05 19:10:10 +02:00 committed by GitHub
commit 8d9917dd9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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`