Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mgr/orchestrator: remove unicode whitespaces #25323

Merged
merged 1 commit into from Nov 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/pybind/mgr/orchestrator_cli/module.py
Expand Up @@ -107,17 +107,17 @@ def _list_devices(self, cmd):
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.

Expand Down