]> 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)
committerAlfredo Deza <adeza@redhat.com>
Fri, 24 Aug 2018 14:18:05 +0000 (10:18 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
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 = """