Skip to content

Commit

Permalink
ceph-volume util.templates allow more space for long paths
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 57f76e3)
  • Loading branch information
Alfredo Deza authored and andrewschoen committed Aug 29, 2018
1 parent fcdbcbb commit 9d02bd2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ceph-volume/ceph_volume/util/templates.py
@@ -1,14 +1,14 @@

osd_header = """
{:-^80}""".format('')
{:-^100}""".format('')


osd_component_titles = """
Type Path LV Size % of device"""
Type Path LV Size % of device"""


osd_component = """
{_type: <15} {path: <25} {size: <15} {percent}%"""
{_type: <15} {path: <55} {size: <15} {percent}%"""


total_osds = """
Expand Down

0 comments on commit 9d02bd2

Please sign in to comment.