summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterd/bug-1318591-skip-non-directories-inside-vols.t
blob: c776b4899575005ddeade71a0596d2e2f37f0f14 (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
25
26
27
28
29
30
31
#!/bin/bash

. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
. $(dirname $0)/../../env.rc
. $(dirname $0)/../../snapshot.rc

cleanup;

TEST verify_lvm_version
TEST glusterd
TEST pidof glusterd

TEST setup_lvm 1

TEST $CLI volume create $V0 $H0:$L1
TEST $CLI volume start $V0

TEST $CLI volume status $V0;

TEST touch $GLUSTERD_WORKDIR/vols/file

TEST $CLI snapshot create snap1 $V0 no-timestamp

TEST touch $GLUSTERD_WORKDIR/snaps/snap1/file

TEST killall_gluster

TEST glusterd

cleanup;