blob: 46d5a8b91c907bd7a1143a63c2f7b5274c0d8369 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#!/bin/bash
. $(dirname $0)/../../include.rc
. $(dirname $0)/../../volume.rc
cleanup
TEST glusterd
TEST pidof glusterd
TEST check_option_help_presence "features.shard"
TEST check_option_help_presence "features.shard-block-size"
cleanup
|