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

ceph-volume: Nits noticed while studying code #21455

Merged
merged 3 commits into from Apr 21, 2018

Conversation

dmick
Copy link
Member

@dmick dmick commented Apr 17, 2018

Spelling/typos, unused function, small formatting bug

Signed-off-by: Dan Mick <dan.mick@redhat.com>
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Signed-off-by: Dan Mick <dan.mick@redhat.com>
@dmick dmick requested a review from alfredodeza April 17, 2018 02:46
@@ -217,7 +217,7 @@ def remove_vg(vg_name):
"""
Removes a volume group.
"""
fail_msg = "Unable to remove vg %s".format(vg_name)
fail_msg = "Unable to remove vg %s" % vg_name
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

woah, great catch! thanks for fixing these

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, thank VS Code

@alfredodeza
Copy link
Contributor

jenkins test ceph-volume tox

@liewegas liewegas changed the title Nits in ceph-volume, noticed while studying code ceph-volume: Nits noticed while studying code Apr 17, 2018
@dmick
Copy link
Member Author

dmick commented Apr 20, 2018

Do we not want this in master?

@alfredodeza alfredodeza merged commit 6f60a99 into ceph:master Apr 21, 2018
@alfredodeza
Copy link
Contributor

@dmick good catch, we were trying to get things moving for 12.2.5 and I missed out on having this merged. Thanks for the ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants