Update README.md

Added some troubleshooting commands
This commit is contained in:
PwrBank
2025-01-16 11:32:29 -06:00
committed by GitHub
parent 077514702f
commit d97f93c340
+6
View File
@@ -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.