summaryrefslogtreecommitdiffstats
path: root/tests/bugs/core/bug-1119582.t
blob: c30057c2b2c67443d36fb4f4964e33deaacfd73c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
. $(dirname $0)/../../fileio.rc
. $(dirname $0)/../../nfs.rc

cleanup;

TEST glusterd;

TEST pidof glusterd;

TEST $CLI volume create $V0 $H0:$B0/${V0}0 $H0:$B0/${V0}1

TEST $CLI volume set $V0 features.uss disable;

TEST killall glusterd;

rm -f $GLUSTERD_WORKDIR/vols/$V0/snapd.info

TEST glusterd

cleanup  ;