summaryrefslogtreecommitdiffstats
path: root/131/regr/testcase
blob: 50804dbf1af98f4ddcc8a0bfca386cb15eb9de90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash

description="# (131) provide a way to get the file location in clustered storage"
comments="#doesn't have a mechanism to get the location of the file"

source ../../init

start_glusterfs 

sleep 5
if [ $(getfattr -d -e hex -m "trusted.glusterfs.location" $MOUNTDIR/client1 2> /dev/null | wc -l) -ne 0 ];then
	ok $description
else
	not_ok $desrciption
	comment $comments
fi

cleanup_glusterfs