| Previous | Next |
| STATUS_CLUSTER_CSV_SNAPSHOT_CREATION_IN_PROGRESS | STATUS_CLUSTER_CSV_NO_SNAPSHOTS |
STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL
CSVFS is draining the volume despite lower-level success
STATUS_CLUSTER_CSV_VOLUME_DRAINING_SUCCEEDED_DOWNLEVEL is deliberately counterintuitive: the lower filesystem accepted the operation, but CSVFS refuses to expose that result because the CSV is in a draining transition. Treat the operation as unsuccessful at the CSV contract boundary.
A drain is a coordination state, not an invitation to retry blindly. Determine why the volume is draining, which resources or workloads are moving, and whether the caller can reopen the object after the transition completes.
What to verify
- CSV and clustered-role movement or maintenance activity at the time of the request.
- The caller’s retry behavior and whether its operation is idempotent.
- Cluster logs that show the beginning and end of the drain transition.
References
Looking for a different code? Search another status or error code.