You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to make use of new go-ceph API ListChildrenWithParams API in order to distinguish child images in trash and avoid trying to flatten them. ceph/go-ceph#1079
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently,
ListChildren()
goceph function lists all child images regardless of their existence in trash.ceph-csi/internal/rbd/rbd_util.go
Line 2039 in 43b150f
https://github.com/ceph/go-ceph/blob/e84ad6c5a35c0514773539c3462af300c3b50584/rbd/snapshot_nautilus.go#L138
We need to make use of new go-ceph API
ListChildrenWithParams
API in order to distinguish child images in trash and avoid trying to flatten them.ceph/go-ceph#1079
The text was updated successfully, but these errors were encountered: