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
As discussed here, when the stale subvolumes are listed or deleted, there is an expensive query for all PVs in the cluster. If there are many PVs in the cluster, this could cause the command to either take a long time, or even fail. The PVs might not even be rbd or cephfs, they might be from some other provider.
Let's test the following scenarios:
How long to list the stale subvolumes when there are ~100 PVs
How long to delete a stale subvolume when there are ~100 PVs
How long to list the stale subvolumes when there are ~1000 PVs
How long to delete a stale subvolume when there are ~1000 PVs
As discussed here, when the stale subvolumes are listed or deleted, there is an expensive query for all PVs in the cluster. If there are many PVs in the cluster, this could cause the command to either take a long time, or even fail. The PVs might not even be rbd or cephfs, they might be from some other provider.
Let's test the following scenarios:
@yati1998 ptal
The text was updated successfully, but these errors were encountered: