-
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
util: enhance tracevol.py script to work with volumesnapshots #5049
base: devel
Are you sure you want to change the base?
Conversation
TestingScript output
RBD snapshot inside ceph
CephFS snapshot inside ceph
Regards |
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]>
5ff5ab6
to
a85bfca
Compare
can we have different table for cephfs and rbd just like we have for PVC? |
Describe what this PR does
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: #3344
Future concerns
I will follow up the refactors around
kube_client
in a separate PR