From 1984fddf10fd3ed8ddedfab45424db9656b271a8 Mon Sep 17 00:00:00 2001 From: Atin Mukherjee Date: Tue, 11 Jun 2019 09:52:06 +0530 Subject: glusterd: add GF_TRANSPORT_BOTH_TCP_RDMA in glusterd_get_gfproxy_client_volfile ... with out which volume creation fails with "volume create: : failed: Failed to create volume files" Fixes: bz#1716812 Change-Id: I2f4c2c6d5290f066b54e1c1db19e25db9937bedb Signed-off-by: Atin Mukherjee --- tests/bugs/glusterd/optimized-basic-testcases.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/bugs') diff --git a/tests/bugs/glusterd/optimized-basic-testcases.t b/tests/bugs/glusterd/optimized-basic-testcases.t index 110f1b92dae..7b73b1e86ea 100644 --- a/tests/bugs/glusterd/optimized-basic-testcases.t +++ b/tests/bugs/glusterd/optimized-basic-testcases.t @@ -286,7 +286,9 @@ TEST ! $CLI volume create "test" $H0:/var/lib/glusterd force TEST ! $CLI volume create "test" $H0:/var/lib/glusterd/abc TEST ! $CLI volume create "test" $H0:/var/lib/glusterd/abc force mkdir -p /xyz/var/lib/glusterd/abc -TEST $CLI volume create "test" $H0:/xyz/var/lib/glusterd/abc + +#bug 1716812 - volfile should be created with transport type both +TEST $CLI volume create "test" transport tcp,rdma $H0:/xyz/var/lib/glusterd/abc EXPECT 'Created' volinfo_field "test" 'Status'; #While taking a statedump, there is a TRY_LOCK on call_frame, which might may cause -- cgit