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

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

cleanup;


TEST glusterd
TEST pidof glusterd

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

## Mount FUSE
TEST glusterfs -s $H0 --volfile-id $V0 $M0;
TEST touch $M0/new.txt;
TEST getfattr -n "glusterfs.get_real_filename:NEW.txt" $M0;
TEST ! getfattr -n "glusterfs.get_realfilename:NEXT.txt" $M0;


cleanup;