Files
driveAtlas/driveAtlas.sh
Jared Vititoe b79c69be99 Fix OSD header regex to match double-digit OSD numbers
The ceph-volume lvm list output varies the number of trailing equals
signs based on OSD number length:
- Single digit: "====== osd.5 =======" (7 equals)
- Double digit: "====== osd.19 ======" (6 equals)

Changed regex to require exactly 6 trailing equals, which matches
both formats.

Fixes: #17

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 20:23:10 -05:00

46 KiB