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
Setting log-file as a volume attribute causes this error: MountVolume.SetUp failed for volume "myvolume" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
which happens because out, err := exec.Command(mountCmd, mountArgs...).CombinedOutput() in NodePublishVolume never returns.
The text was updated successfully, but these errors were encountered:
Setting
log-file
as a volume attribute causes this error:MountVolume.SetUp failed for volume "myvolume" : rpc error: code = DeadlineExceeded desc = context deadline exceeded
which happens because
out, err := exec.Command(mountCmd, mountArgs...).CombinedOutput()
inNodePublishVolume
never returns.The text was updated successfully, but these errors were encountered: