]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
In docker start scripts replace \u00a0 with \u0020 2057/head
authorChristian Berendt <berendt@b1-systems.de>
Mon, 16 Oct 2017 13:16:48 +0000 (15:16 +0200)
committerChristian Berendt <berendt@b1-systems.de>
Mon, 16 Oct 2017 13:16:48 +0000 (15:16 +0200)
commitcf901f017131faf0fb2fa85fa4e989ef9caf1161
treea7b994634f88981614c1fe28b4aab9efa4380052
parent7ee9aa94b5411cb940755af648f1acd3e90948a2
In docker start scripts replace \u00a0 with \u0020

This will solve the following issue when starting docker containers on ubuntu:

invalid argument "1\u00a0" for --cpus=1 : failed to parse 1  as a rational number

Closes-bug: #2056
roles/ceph-mds/templates/ceph-mds.service.j2
roles/ceph-mgr/templates/ceph-mgr.service.j2
roles/ceph-mon/templates/ceph-mon.service.j2
roles/ceph-osd/templates/ceph-osd-run.sh.j2
roles/ceph-rbd-mirror/templates/ceph-rbd-mirror.service.j2
roles/ceph-rgw/templates/ceph-radosgw.service.j2