Description of problem: SSIA Version-Release number of selected component (if applicable): 1.9.46 How reproducible: 100% Steps to Reproduce: 1. modprobe cman 2. cman_tool join ... 3. clurgmgrd Actual results: infinite loop Expected results: error / no start
Created attachment 135685 [details] fixes behavior Users of the SM plugin should not be allowed to start if the dlm isn't loaded. Patch adds a simple check for RHEL4 which checks for the existence of the /dev/dlm-control device file upon startup. This patch only applies to RHEL4 - and should not be applied to the STABLE branch, since not all distributions require/use udev. For STABLE, this is a WONTFIX.
Cleanup