Skip to content
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

Merged
merged 4 commits into from
Aug 14, 2023

Conversation

Abhinandan-Purkait
Copy link
Member

@Abhinandan-Purkait Abhinandan-Purkait commented Aug 9, 2023

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

@Abhinandan-Purkait
Copy link
Member Author

bors try

bors bot pushed a commit that referenced this pull request Aug 10, 2023
@bors
Copy link

bors bot commented Aug 10, 2023

try

Build failed:

@bors
Copy link

bors bot commented Aug 11, 2023

try

Timed out.

@Abhinandan-Purkait
Copy link
Member Author

bors try

bors bot pushed a commit that referenced this pull request Aug 11, 2023
@bors
Copy link

bors bot commented Aug 11, 2023

try

Build failed:

@Abhinandan-Purkait
Copy link
Member Author

bors try

bors bot pushed a commit that referenced this pull request Aug 11, 2023
@bors
Copy link

bors bot commented Aug 11, 2023

try

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.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@Abhinandan-Purkait
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Aug 11, 2023
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]>
@bors
Copy link

bors bot commented Aug 11, 2023

Build failed:

@Abhinandan-Purkait
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Aug 11, 2023
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]>
@bors
Copy link

bors bot commented Aug 11, 2023

Build failed:

@Abhinandan-Purkait
Copy link
Member Author

bors merge

bors bot pushed a commit that referenced this pull request Aug 11, 2023
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]>
@bors
Copy link

bors bot commented Aug 11, 2023

Build failed:

@Abhinandan-Purkait
Copy link
Member Author

bors merge

@bors
Copy link

bors bot commented Aug 14, 2023

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.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 236c35a into develop Aug 14, 2023
@bors bors bot deleted the restore_count branch August 14, 2023 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants