This repository has been archived by the owner on Mar 26, 2020. It is now read-only.
parallel volume deletion requests fail with device or resource busy for some of the PVs #1479
Labels
brick-multiplexing-issue
tracker label to capture all issues related to brick multiplexing feature
bug
priority: high
On a GCS deployment (with brick multiplexing enabled), when PV deletion requests are sent on parallel, some of volume delete requests fail with device or resource busy error which means the lv unmount has failed as the underlying brick might be holding some reference. However the surprising fact was ls on the brick path resulted in 'no such file or directory' error.
Unfortunately I couldn't persist the logs when this issue was seen however this is fairly reproducible. The only thing what we need to do here is scale 100 PVCs (with smart volumes) on a GD2 cluster and start sending parallel volume stop/delete requests. On GCS deployment sending parallel PV delete requests from kube would replicate the same problem.
The text was updated successfully, but these errors were encountered: