summaryrefslogtreecommitdiffstats
path: root/src/test/cli/ceph-conf/sections.t
blob: 63063cc9e119d5dc6bc302ed90edfd8f12d5b273 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  $ cat >test.conf <<EOF
  > [bar]
  > bar = green
  > [foo]
  > bar = blue
  > [baz]
  > bar = yellow
  > [thud]
  > bar = yellow
  > EOF

  $ ceph-conf -c test.conf -l bar
  bar

  $ ceph-conf -c test.conf -l b
  bar
  baz