summaryrefslogtreecommitdiffstats
path: root/tests/functional/glusterd/test_reserved_port_range_for_gluster.py
Commit message (Collapse)AuthorAgeFilesLines
* [Test]: Add tc to test reserved port range for glusternik-redhat2020-12-171-0/+152
Test Steps: 1) Set the max-port option in glusterd.vol file to 49200 2) Restart glusterd on one of the node 3) Create 50 volumes in a loop 4) Try to start the 50 volumes in a loop 5) Confirm that the 50th volume failed to start 6) Confirm the error message, due to which volume failed to start 7) Set the max-port option in glusterd.vol file back to default value 8) Restart glusterd on the same node 9) Starting the 50th volume should succeed now Change-Id: I084351db20cc37e3391061b7b313a18896cc90b1 Signed-off-by: nik-redhat <nladha@redhat.com>