]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/orchestrator: remove unicode whitespaces 25323/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Thu, 29 Nov 2018 12:50:58 +0000 (13:50 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Thu, 29 Nov 2018 12:50:58 +0000 (13:50 +0100)
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/orchestrator_cli/module.py

index 85aa7f2c27fd3fc185e9e24543d59f5d7e049c41..0e2dace1c89204486e1b6980049b13d919fd8937 100644 (file)
@@ -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.