-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(snapshots, restores): store restores as a part of snap meta, expose counts on rest #656
Conversation
Abhinandan-Purkait
commented
Aug 9, 2023
•
edited
Loading
edited
e69498a
to
28aad38
Compare
f15265d
to
8c8f7dd
Compare
bors try |
tryBuild failed: |
tryTimed out. |
bors try |
tryBuild failed: |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors merge |
656: feat(snapshots, restores): store restores as a part of snap meta, expose counts on rest r=Abhinandan-Purkait a=Abhinandan-Purkait ``` rest-plugin get volumes ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` ``` rest-plugin get volumes --source none ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ``` ``` rest-plugin get volumes --source snapshot ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` Co-authored-by: Abhinandan Purkait <[email protected]>
Build failed: |
bors merge |
656: feat(snapshots, restores): store restores as a part of snap meta, expose counts on rest r=Abhinandan-Purkait a=Abhinandan-Purkait ``` rest-plugin get volumes ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` ``` rest-plugin get volumes --source none ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ``` ``` rest-plugin get volumes --source snapshot ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` Co-authored-by: Abhinandan Purkait <[email protected]>
Build failed: |
bors merge |
656: feat(snapshots, restores): store restores as a part of snap meta, expose counts on rest r=Abhinandan-Purkait a=Abhinandan-Purkait ``` rest-plugin get volumes ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` ``` rest-plugin get volumes --source none ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da26 1 <none> <none> Online 10MiB true (snapped) 12MiB 1 <none> ``` ``` rest-plugin get volumes --source snapshot ID REPLICAS TARGET-NODE ACCESSIBILITY STATUS SIZE THIN-PROVISIONED ALLOCATED SNAPSHOTS SOURCE ec4e66fd-3b33-4439-b504-d49aba53da27 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ec4e66fd-3b33-4439-b504-d49aba53da28 1 <none> <none> Online 10MiB true 12MiB 0 Snapshot ``` Co-authored-by: Abhinandan Purkait <[email protected]>
Build failed: |
8af99f2
to
501c534
Compare
…ose counts on rest Signed-off-by: Abhinandan Purkait <[email protected]>
…estore count Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
Signed-off-by: Abhinandan Purkait <[email protected]>
501c534
to
f7de9fb
Compare
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |