]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: Delete the unnecessary error line in open_ports 39633/head
authordonggyu_park <donggyu_park@tmax.co.kr>
Mon, 22 Feb 2021 07:52:50 +0000 (16:52 +0900)
committerdonggyu_park <donggyu_park@tmax.co.kr>
Thu, 25 Feb 2021 02:32:57 +0000 (11:32 +0900)
commit31d8aaed39c780ba31295f591d01f13ff1f9fad9
tree59a3eb7a47e56c2d59f55f0956c85e49ef21fbf4
parent171a07719aa017f5b7103000f9d916d086c7324f
cephadm: Delete the unnecessary error line in open_ports

In #39020, d9fbd7e is cherry picked from 70722a2. there is no bug in 70722a2,
but there is a bug in d9fbd7e. It seems that the unnecessary error line was added during cherry picking.
So error only occurs in octopus branch.
This commit directly fixes issue in octopus branch instead of cherry picking
since cherry picking from 70722a2 has already been applied to octopus branch.

This commit deletes the unnecessary error line added in d9fbd7e.
In d9fbd7e, the parameter verbose_on_failure was removed in call.
However, the unnecessary line that uses verbose_on_failure was
added in open_ports and so error occurs.

Fixes: https://tracker.ceph.com/issues/49467
Signed-off-by: Donggyu Park <donggyu_park@tmax.co.kr>
src/cephadm/cephadm