]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: fix a typo
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 30 Mar 2021 12:23:25 +0000 (14:23 +0200)
committerSage Weil <sage@newdream.net>
Fri, 23 Apr 2021 12:24:14 +0000 (07:24 -0500)
commita4136154df7a91daa88110a4348792c617fbfe45
tree653274a1520010fdf00b3648c26df08c07ee2d2c
parentbfa3dd8d17522192c5ae955f60af0e1663783fcc
cephadm: fix a typo

this adds a space in order to avoid displaying this:

```
"2021-03-29T10:51:32.595782Z service:rgw.default [ERROR] \"Failed while placing rgw.default.ceph-vasi-node5-osd-rgw-iscsi-gw.hpuesfon ceph-vasi-node5-osd-rgw-iscsi-gw
```

instead of:

```
"2021-03-29T10:51:32.595782Z service:rgw.default [ERROR] \"Failed while placing rgw.default.ceph-vasi-node5-osd-rgw-iscsi-gw.hpuesf on ceph-vasi-node5-osd-rgw-iscsi-rgw
```

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit a3cb119a7a5134e7a3e4006381da14ea2a927136)
src/pybind/mgr/cephadm/serve.py