Problem Symptom
The sysconfig component fails the pre-upgrade check.
Problem Diagnosis
1. Log in to the active FSM node, search for the reported error code in the /var/log/deploy/console/run/servicetool.log log file to locate the faulty node.
2. Log in to the faulty node, run the df -h command to check whether there is an independent /opt/fusionstorage partition. If yes, go to step 3.
3. In the /opt/dfv/oam/public/script/upgrade_rollback/ready/FusionStorage_common/deploymanager.sh file, check whether the value of check_space_node is not /opt/fusionstorage.
Causes
The system has an independent /opt/fusionstorage partition, but the checked space is /opt. Therefore, the pre-upgrade check fails.
Solution
Log in to faulty node.
Run the vim /opt/dfv/oam/public/script/upgrade_rollback/ready/FusionStorage_common/deploymanager.sh command to change the value of check_space_node from /opt to /opt/fusionstorage.
Perform the pre-upgrade check again.
Check After Recovery
N/A
Suggestion and Summary
N/A
Applicable Versions
All