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:
parent
e4902ced1b
commit
57f76e36ab
@ -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 = """
|
||||
|
Loading…
Reference in New Issue
Block a user