[ClusterLabs] Lustre MDT/OST Mount Failures During Virtual Machine
chenzufei at gmail.com
chenzufei at gmail.com
Sat Mar 15 03:31:30 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/6c05a103/attachment.htm>
More information about the Users
mailing list