-
Notifications
You must be signed in to change notification settings - Fork 257
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
rbd: add GetSnapGroupNamespace() to get details about group snapshots #968
Conversation
086a10c
to
54e1e41
Compare
The reef CI jobs seem to have infrastructure issues 😞 |
Yes. I've informed the ceph team in the #sepia slack channel. It affects a fairly wide variety of users (both the rpm-reef and debian-reef dirs got removed/renamed) and so I hope it gets resolved soon. |
@Mergifyio rebase |
✅ Branch has been successfully rebased |
54e1e41
to
d8f4825
Compare
✅ Nothing to do for rebase action |
2 similar comments
✅ Nothing to do for rebase action |
✅ Nothing to do for rebase action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, see below for a typo.
d8f4825
to
95dbd39
Compare
Pull request has been modified.
@Mergifyio rebase |
rbd_snap_get_group_namespace() can be used to get details about snapshots of an image, that were created as part of a group. Signed-off-by: Niels de Vos <[email protected]>
✅ Branch has been successfully rebased |
95dbd39
to
5f2ed05
Compare
rbd_snap_get_group_namespace() can be used to get details about
snapshots of an image, that were created as part of a group.
Checklist
//go:build ceph_preview
make api-update
to record new APIs