summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-864222.t
blob: 6e02ab60bca16a55c188f36d5ac0f6038fec3094 (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
#!/bin/bash

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

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume create $V0 $H0:$B0/brick0
TEST $CLI volume start $V0

sleep 5

TEST mount -t nfs -o vers=3,nolock $H0:/$V0 $N0
cd $N0

TEST ls

TEST $CLI volume set $V0 nfs.enable-ino32 on
# Main test. This should pass.
TEST ls

cd
TEST umount $N0
cleanup