cea-hpc / shine

Lustre administration tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ranges in ost: line loosing padding when expanded

degremont opened this issue · comments

Lines like the following lead to dev=/dev/sfaX in .xmf file with padding lost.

ost: node=denver32 ha_node=denver34 index=[0-7] dev=/dev/sfa[0004-0011]

Formating/Expanding needs to be done using RangeSet.striter() special iterator to keep padding info.

Reported by: thiell

  • status: new --> closed
  • assigned_to: Aurélien Degrémont
  • Resolution: --> fixed
  • Priority: blocker --> minor

Original comment by: degremont

Fixed in [7ce191]

Original comment by: degremont