Ticket 2884 - Bug in reading cgroup.conf
Summary: Bug in reading cgroup.conf
Status: RESOLVED INVALID
Alias: None
Product: Slurm
Classification: Unclassified
Component: Configuration (show other tickets)
Version: 16.05.1
Hardware: Linux Linux
: 6 - No support contract
Assignee: Jacob Jenson
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2016-07-11 05:32 MDT by Tomasz.Abramczyk
Modified: 2016-07-11 06:10 MDT (History)
0 users

See Also:
Site: -Other-
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: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
Description Tomasz.Abramczyk 2016-07-11 05:32:37 MDT
Bad sequence of arguments in reading cgroup.conf.

Correct:
int s_p_get_float(float *num, const char *key, const s_p_hashtbl_t *hashtbl)

In src/common/xcgroup_read_config.c:
conf_get_float (tbl, "AllowedSwapSpace", &slurm_cgroup_conf->allowed_swap_space);

There are a lot of this sequences in this file.
Comment 1 Tomasz.Abramczyk 2016-07-11 06:10:33 MDT
My fault. Sorry.

- Tomasz