[ClusterLabs] Lustre MDT/OST Mount Failures During Virtual Machine Reboot with Pacemaker

chenzufei at gmail.com chenzufei at gmail.com
Sat Mar 15 03:36:08 UTC 2025


Thank you for your advice.

The reason I understand is as follows: 
During reboot, both the system and Pacemaker will unmount the Lustre resource simultaneously. 
If the system unmounts first and Pacemaker unmounts afterward, Pacemaker will immediately return success. 
However, at this point, the system's unmounting process is not yet complete, 
causing Pacemaker to mount on the target end, which triggers this issue.

My current modification is as follows: 
Add the following lines to the file `/usr/lib/systemd/system/resource-agents-deps.target`:
```
After=remote-fs.target  
Before=shutdown.target reboot.target halt.target
```

After making this modification, the issue no longer occurs during reboot.




chenzufei at gmail.com
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.clusterlabs.org/pipermail/users/attachments/20250315/d950a8dc/attachment.htm>


More information about the Users mailing list