blob: 656b6e6519b7c41c1d5c9a578db6ae761035ca51 (
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
|