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
NodeStageVolume call can hang on large filesystem if mount_volume_group parameter is passed.
In this case csi driver calls recursive chown: nbs/cloud/blockstore/tools/csi_driver/internal/driver/node.go at main · ydb-platform/nbs which can take more than two minutes. As a result MountDevice fails with timeout error:
MountVolume.MountDevice failed for volume "pvc-9ab7a078-2060-4f4e-bd55-d4b3194d99a9" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
The text was updated successfully, but these errors were encountered:
NodeStageVolume call can hang on large filesystem if mount_volume_group parameter is passed.
In this case csi driver calls recursive chown: nbs/cloud/blockstore/tools/csi_driver/internal/driver/node.go at main · ydb-platform/nbs which can take more than two minutes. As a result MountDevice fails with timeout error:
MountVolume.MountDevice failed for volume "pvc-9ab7a078-2060-4f4e-bd55-d4b3194d99a9" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
The text was updated successfully, but these errors were encountered: