Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
5606
Description
The test-framework remote_node works wrong for host names with any suffixes.
Example:
In 1-node configuration on node "vm01" run tests like mds_HOST=vm01 sh sanity.sh
If the node has any dns suffix, remote_mds() function will compare "vm01" with "vm01.<suffix>" and returns true even in 1-node case.
Xyratex ticket: MRP-629