+++ This bug was initially created as a clone of Bug #249781 +++ Description of problem: ccs_tool exits with EXIT_FAILURE even when it completes an operation properly. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. execute "ccs_tool addnode ...", "ccs_tool addfence ..." or other ccs_tool commands 2. check return status with "echo $?" 3. Actual results: The exit status is always 1 Expected results: The exit status should be 0 when it successfully completes the operation. Additional info: -- Additional comment from rohara on 2007-08-30 12:32 EST -- Changed ccs_tool to return EXIT_SUCCESS for most commands. Several of the commands for ccs_tool would always return EXIT_FAILURE.
Fixed in RHEL4.