-
Notifications
You must be signed in to change notification settings - Fork 553
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
Enhance trace.py to work with volumesnapshots #3344
Labels
enhancement
New feature or request
keepalive
This label can be used to disable stale bot activiity in the repo
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
Madhu-1
added
keepalive
This label can be used to disable stale bot activiity in the repo
and removed
wontfix
This will not be worked on
labels
Sep 26, 2022
/assign |
Thanks for taking this issue! Let us know if you have any questions! |
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 2, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 2, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 6, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 7, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 7, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 7, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 9, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
black-dragon74
added a commit
to black-dragon74/ceph-csi
that referenced
this issue
Jan 9, 2025
This patch adds the functionality to map the k8s volumesnapshots to the cephfs/rbd snapshots. This patch also adds a wrapper around oc/kubectl called `kube_client` which will help get rid of code duplication. Closes: ceph#3344 Signed-off-by: Niraj Yadav <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
keepalive
This label can be used to disable stale bot activiity in the repo
trace.py will trace only the PVC objects and rbd/cephfs volumes mapping. we need to update the script to trace the mapping between snapshots and rbd/cephfs snapshots/volumes.
The text was updated successfully, but these errors were encountered: