This section describes how to resolve common problems you might encounter when using the Kubernetes Interfaces for Data Fabric FlexVolume driver.
On an upgrade from a previous version of the volume plug-in, POSIX can fail with the
following error in the POSIX log file: Create/Attach to stats shared memory
failed.
A shared-memory segment lock can prevent the mount from becoming available to the requested pod.
Follow the steps in Troubleshooting loopbacknfs POSIX Client Upgrades to remove the lock. Then retry the operation.
Storage is not mounted and no errors are generated in the plugin or provisioner logs.
The fusermount symlink might be broken.
/opt/mapr/k8s/bin/fusermount, unlink it using the following command
from the command line on the host:unlink /bin/fusermountThen
re-create the Kubernetes Pod./opt/mapr/k8s directory is not created. As a
result, the plug-in does not get copied to the node./opt/mapr/k8s directory is not created. Restart the kubelet service
in the node:systemctl restart kubelet