Rémi Palancher

Results 71 issues of Rémi Palancher

The utility `dbuck` is provided by python-hostlist software. Here is an example this command usage: ``` # pdsh -w n[100-300] 'cat /proc/loadavg' | dbuck -n 10 -sS Statistical summary ---------------------------------------------------------------------...

This is a proposal to add `-H, --nohardlink` option on `dsync`, `dcmp` and `dwalk` to ignore hardlinks when walking in files tree. The rationale is to avoid producing multiple copies...

Hello, I'm facing issue with jenkins-debian-glue when building packages with autopkgtest and multiarch (i386 build on amd64 host). Attached is the full build log of an example failed package (icinga2)...

Build and distribute containers to deploy Slurm-web easily in Kubernetes clusters (or any compatible environments) and on old distributions not natively supported with RPM/deb packages.

feature
need sponsor

Let users decrease the priority of some of their jobs with nice factor in order to favor other jobs in queue.

feature
need sponsor

Graphical representation of allocated cores, memory and GPU resources by jobs on compute nodes to visualize jobs distribution on resources and fragmentation.

feature
need sponsor

Example of error on XML validation: ``` # xmllint --valid --noout /etc/slurm-web/racks.xml /etc/slurm-web/racks.xml:15: element nodeset: validity error : Syntax of value for attribute id of nodeset is not valid ^...

deprecated version
pending closure

Currently in v2.0 branch, the room dimensions are relatives and arbitrary, w/o notion of physical unit. This is not really easy to perceive from user standpoint, so this should be...

deprecated version
pending closure

Currently, the backend uses basic `print()` and the default flask/werkzeug logging mechanism to report errors on stderr and HTTP error logfile. Then, application errors pullute quite a lot HTTP servers...

deprecated version
pending closure

The User class has really too many static methods, which generally means the class have not been defined properly: https://github.com/edf-hpc/slurm-web/blob/master/rest/auth.py#L90 Maybe an LDAP class or something would help. Anyway, this...

deprecated version
pending closure