| Summary: | Issue configuring CliFilterPlugins | ||
|---|---|---|---|
| Product: | Slurm | Reporter: | Roshni <roshni.kp> |
| Component: | Configuration | Assignee: | Jason Booth <jbooth> |
| Status: | RESOLVED INFOGIVEN | QA Contact: | |
| Severity: | 4 - Minor Issue | ||
| Priority: | --- | ||
| Version: | 23.02.1 | ||
| Hardware: | Linux | ||
| OS: | Linux | ||
| Site: | Sick Kids | 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: | --- | ||
|
Description
Roshni
2023-06-05 12:32:41 MDT
How did you install Slurm, from source or did you roll your own RPMs? Additionally, what favor of Linux are you running in your environment? Slurm requires the json-c and json-c-devel packages be installed. Hi Jason, We built the RPMS on our own using - # rpmbuild -ta slurm-23.02.1.tar.bz2 --with lua --with mysql We are running el7: CentOS Linux release 7.9.2009 (Core) We have the following installed: json-c.x86_64 0.11-4.el7_0 installed json-c-devel.x86_64 0.11-4.el7_0 @base I found out that this error occurs if slurm is not compiled with json or yaml (https://github.com/SchedMD/slurm/blob/master/doc/html/faq.shtml) Would this issue be fixed if we build and install with yaml and json support? # rpmbuild -ta slurm-23.02.1.tar.bz2 --with lua --with mysql --with json --with yaml $@ Thanks, Roshni > # rpmbuild -ta slurm-23.02.1.tar.bz2 --with lua --with mysql --with json --with yaml $@
Yes, this should work assuming those package are installed on your build host.
Thank you, that fixed the issue. I was able to configure clifilter plugin without issues now. Resolved |