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

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

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI volume create $V0 $H0:$B0/${V0}{0}
TEST $CLI volume set $V0 diagnostics.brick-log-buf-size 0
TEST ! $CLI volume set $V0 diagnostics.brick-log-buf-size -0
cleanup