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
Filesystem was automatically remounted to “ro” because of filesystem errors.
In general pod restart should help and “fsck“ should be run to fix fs errors but if new pod appears on the same node than NodeVolumeStage can be skipped.
Observed flow:
volume was remounted to “ro”
2 pod was deleted
new pod started on the same node
NodePublishVolume was received first
NodeUnpublishVolume for terminated pod was received
Kubernetes doesn’t unstage pod in this case.
CSI driver should check in NodePublishVolume that access rights to filesystem is correct and return error for read-only filesystems(if read-write is expected).
The text was updated successfully, but these errors were encountered:
Filesystem was automatically remounted to “ro” because of filesystem errors.
In general pod restart should help and “fsck“ should be run to fix fs errors but if new pod appears on the same node than NodeVolumeStage can be skipped.
Observed flow:
2 pod was deleted
Kubernetes doesn’t unstage pod in this case.
CSI driver should check in NodePublishVolume that access rights to filesystem is correct and return error for read-only filesystems(if read-write is expected).
The text was updated successfully, but these errors were encountered: