From 0eda9989daf60ce9ca60bec7173f7ae8f44cd274 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 29 Nov 2018 13:50:58 +0100 Subject: [PATCH] mgr/orchestrator: remove unicode whitespaces Signed-off-by: Sebastian Wagner --- src/pybind/mgr/orchestrator_cli/module.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pybind/mgr/orchestrator_cli/module.py b/src/pybind/mgr/orchestrator_cli/module.py index 85aa7f2c27fd..0e2dace1c892 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. -- 2.47.3