summaryrefslogtreecommitdiffstats
path: root/tests/bugs/core/bug-903336.t
blob: b52c1a4758eb14004c30308a23fda1849d46f2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

. $(dirname $0)/../../include.rc

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume create $V0 $H0:$B0/${V0}
TEST $CLI volume start $V0
TEST glusterfs --volfile-id=/$V0 --volfile-server=$H0 $M0 --attribute-timeout=0 --entry-timeout=0
TEST setfattr -n trusted.io-stats-dump -v /tmp $M0
cleanup