Ticket 13749 - Allow hostlist compression and expansion for hosts with a common suffix
Summary: Allow hostlist compression and expansion for hosts with a common suffix
Status: OPEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: User Commands (show other tickets)
Version: 22.05.x
Hardware: Linux Linux
: C - Contributions
Assignee: Tim Wickberg
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2022-04-01 12:59 MDT by Eric Radman
Modified: 2024-11-05 07:43 MST (History)
1 user (show)

See Also:
Site: D E Shaw Research
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: CentOS
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
Add support for non-numeric hostranges (29.13 KB, patch)
2022-04-01 12:59 MDT, Eric Radman
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
Description Eric Radman 2022-04-01 12:59:39 MDT
Created attachment 24193 [details]
Add support for non-numeric hostranges

Currently slurm hostlist processing assumes that the hostlist is at the end

proxy1,proxy2,proxy3 -> proxy[1-3]

This patch enables slurm to compress and expand ranges that do not end with a number

proxy1c,proxy2c,proxy3c -> proxy[1-3]c
Comment 1 Eric Radman 2022-05-17 09:35:45 MDT
Has there been any progress on evaluating this patch?
Comment 2 Tim Wickberg 2022-05-17 14:11:24 MDT
Hi Eric -

You submitted this right before the 22.05 development freeze, and we've been busy working on closing that out. So this hasn't been looked at in detail yet.
Comment 3 Eric Radman 2022-05-18 06:39:44 MDT
No worries! Just wanted to make sure this was in the queue.
Comment 4 Eric Radman 2022-06-14 10:21:26 MDT
Checking back in on this ticket: let me know if there is a timeframe for review.

This is an essential feature for us. I am sure others would find it useful as well since this enables hostlists to accommodate a wider range of names

It would also be far better if we were not maintaining a branch with the patch applied.
Comment 5 Michael Fenn 2024-11-05 07:43:49 MST
Just checking in on this, is this something SchedMD will pick up or are there similar hostlist improvements planned/implemented?