From: Sebastian Wagner Date: Thu, 29 Nov 2018 12:50:58 +0000 (+0100) Subject: mgr/orchestrator: remove unicode whitespaces X-Git-Tag: v14.1.0~768^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0eda9989daf60ce9ca60bec7173f7ae8f44cd274;p=ceph.git mgr/orchestrator: remove unicode whitespaces Signed-off-by: Sebastian Wagner --- diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 85aa7f2c27f..0e2dace1c89 100644 --- a/src/pybind/mgr/orchestrator_cli/module.py +++ b/src/pybind/mgr/orchestrator_cli/module.py @@ -107,17 +107,17 @@ class OrchestratorCli(MgrModule): now, it's not yet implemented: > :returns: Either JSON: > [ - >   { - >     "name": "sda", - >     "host": "foo", - >     ... lots of stuff from ceph-volume ... - >     "stamp": when this state was refreshed - >   }, + > { + > "name": "sda", + > "host": "foo", + > ... lots of stuff from ceph-volume ... + > "stamp": when this state was refreshed + > }, > ] > > or human readable: > - > HOST  DEV  SIZE  DEVID(vendor\_model\_serial)   IN-USE  TIMESTAMP + > HOST DEV SIZE DEVID(vendor\_model\_serial) IN-USE TIMESTAMP > > Note: needs ceph-volume on the host.