]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mon/OSDMonitor: use initializer_list<> for {si,iec}_options
authorKefu Chai <kchai@redhat.com>
Sun, 27 Oct 2019 01:43:39 +0000 (09:43 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 27 Oct 2019 01:43:43 +0000 (09:43 +0800)
commit48bf1c9bf3db6342c970abef9a4492e3e015f84f
tree2672ff60529e898906ed6426aede751baac313b6
parent3e2f997061d72e8fc75aed363234aae403594b0e
mon/OSDMonitor: use initializer_list<> for {si,iec}_options

* use initializer_list<> for {si,iec}_options, no need to uset set<>
* remove the comments, the variable names are self-documented.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/OSDMonitor.cc