]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume util.templates allow more space for long paths
authorAlfredo Deza <adeza@redhat.com>
Thu, 23 Aug 2018 13:54:09 +0000 (09:54 -0400)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 29 Aug 2018 19:03:26 +0000 (14:03 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 57f76e36abffee0f8f7d81b7d16e72de148a065c)

src/ceph-volume/ceph_volume/util/templates.py

index 2543d0f3f035963f6378d5850b19d8d4ce5b59e5..90858d62dab683bc0f2b63fed018efa252815220 100644 (file)
@@ -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 = """