forked from docs/doc-exports
Reviewed-by: Eotvos, Oliver <oliver.eotvos@t-systems.com> Co-authored-by: Dong, Qiu Jian <qiujiandong1@huawei.com> Co-committed-by: Dong, Qiu Jian <qiujiandong1@huawei.com>
3.7 KiB
3.7 KiB
Node Mounting
Check Items
Check whether the default mount directory and soft link on the node have been manually mounted or modified.
- Non-shared disk
- By default, /var/lib/docker, containerd, or /mnt/paas/kubernetes/kubelet is mounted to CCE nodes. Check whether /var, /var/lib, /mnt, /mnt/paas, and /mnt/paas/kubernetes have been manually mounted.
- The soft link of /var/lib/kubelet to /mnt/paas/kubernetes/kubelet is created for CCE by default. Check whether it has been manually modified.
- Shared disk
- By default, /mnt/paas/ is mounted to CCE nodes. Check whether /mnt has been manually mounted.
- The soft link of /var/lib/kubelet to /mnt/paas/kubernetes/kubelet, or /var/lib/docker or containerd to /mnt/paas/runtime is created for CCE by default. Check whether the soft links have been manually modified.
Solution
How Do I Check Whether a Disk Is Shared?
- Log in to the target node based on the check information.
- Run the lsblk command to check whether vgpaas-share is mounted to /mnt/paas. If yes, a shared disk is used.
What Can I Do If an Error Occurred in a Node Mounting Check?
- Cancel the manually modified mount point.
- Cancel the modification on the default soft link.
Parent topic: Troubleshooting for Pre-upgrade Check Exceptions