Known Issues in DataCore Installation Manager for Proxmox PSP21
ProxmoxDeploymentWizard fails to detect disks if SMART status is not OK or PASSED
Issue: Storage systems or hard drives may not be recognized as usable by ProxmoxDeploymentWizard if they do not report a SMART status of OK or PASSED. In such cases, the disks might be excluded from deployment, even if they are otherwise functional.
Workaround:
-
Rename the original smartctl binary:
-
Create a new smartctl script:
-
Add the following content:CopyCommand
#!/bin/bash
# Always returns SMART PASSED
echo "SMART overall-health self-assessment test result: PASSED"
exit 0 -
Make the script executable:
Unable to Set VLAN ID Values
Issue: Under DataCore Networks, the VLAN ID value cannot be defined. Any value entered in this field is ignored, and VLAN tagging is not applied during deployment.