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

description="# (113) mkdir fails on stripe configuration"
comments="# Simple stripe setup is used."

source ../../init

start_glusterfs

sleep 5

if [ $(mkdir $MOUNTDIR/client1/1 | grep "Software caused connection abort" | wc -l) -ne 0 ];then
                not_ok $description
                comment $comments
else
    ok $description
fi

cleanup_glusterfs