diff --git a/README.md b/README.md index cc82160..e695c09 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,12 @@ sudo systemctl restart pve-cluster.service pvedaemon.service pvestatd.service pv - Verify Network Connectivity: Ensure that the Proxmox VE nodes can reach the Pure Storage array over the network. Check for firewall rules or network issues that might be blocking communication. - Review Logs: Check the Proxmox VE logs for any error messages related to storage or the plugin. Logs are typically found in /var/log/pve. + These commands are helpful for troubleshooting: + ```bash + journalctl -u multipath #diagnose issues with the multipath service + ls /etc/iscsi/nodes/ #list what iscsi nodes are mounted + cat /etc/multipath/wwids #list wwids of discs on the system + ``` - Multipath Configuration: Verify that your multipath.conf is correctly configured and that multipath devices are recognized. Use multipath -ll to list the current multipath devices. - API Token Permissions: Ensure that the API token used has the necessary permissions to create and manage volumes on the Pure Storage array. - Plugin Updates: Ensure you are using the latest version of the plugin. Check the GitHub repository for updates.