-
Notifications
You must be signed in to change notification settings - Fork 549
storage manager crashed for unknown reason #4081
Comments
For issue 2: Already fixed in PR #4086
It doesn't umount the previous mount point, remount nfs will failed, and error message is: If user can not umount the previous mount point. User still can mount the nfs but need to notice the nfs path is changed. |
For issue 5: Will persist samba log for future debugging: #4088 pai/src/storage-manager/deploy/scripts/check.sh Lines 20 to 30 in 1201799
Maybe samba service down for a while and cause pod restarts. So persist samba log here. Persist stdout/stderr will not help us debug this problem, since main process will go to infinity sleep after pods starts. pai/src/storage-manager/deploy/scripts/entrypoint.sh Lines 62 to 64 in 1201799
|
~(work around available, won't fix now) after the pod restart, the original mount point cannot be used. it seems that the previous resource didn't get released. need a way to fix it. ~ |
the storage manager restarts for unknown reason, and the restart didn't succeed due to a failed apt update install. https://github.com/Microsoft/pai/blob/master/src/storage-manager/deploy/scripts/entrypoint.sh#L38
The text was updated successfully, but these errors were encountered: