]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_common.sh: sort -u to avoid extra operation
authorChangcheng Liu <changcheng.liu@aliyun.com>
Fri, 10 May 2019 06:09:45 +0000 (14:09 +0800)
committerChangcheng Liu <changcheng.liu@aliyun.com>
Tue, 9 Jul 2019 08:17:56 +0000 (16:17 +0800)
commit6746624cac95c399aa76388183e2f2d503a24f60
tree13daeac058bed2aa13607fca878e37106d37f2bb
parentd6137475544bd88513181d7f2fe87e13c2e424b7
ceph_common.sh: sort -u to avoid extra operation

Use "sort -u" to remove the repeat of any mon/mds/mgr/osd
in case of double operation.

Signed-off-by: Ovidiu Poncea <ovidiu.poncea@windriver.com>
src/ceph_common.sh