mirror of https://github.com/ceph/ceph synced 2025-02-23 19:17:37 +00:00

ceph-volume util.templates allow more space for long paths

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2018-08-23 09:54:09 -04:00
parent e4902ced1b
commit 57f76e36ab

View 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 = """