From e50cba7a2c2d55ec22f29e135a24e371ba53d548 Mon Sep 17 00:00:00 2001 From: Brian Christiansen <brian@schedmd.com> Date: Fri, 4 Dec 2015 15:07:28 -0800 Subject: [PATCH] Minor doc updates. --- doc/html/troubleshoot.shtml | 2 +- doc/man/man5/cgroup.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/troubleshoot.shtml b/doc/html/troubleshoot.shtml index c7cfa8d5ef9..8697401749e 100644 --- a/doc/html/troubleshoot.shtml +++ b/doc/html/troubleshoot.shtml @@ -119,7 +119,7 @@ Please refer to its documentation for help.</li> <p>This is typically due to non-killable processes associated with the job. Slurm will continue to attempt terminating the processes with SIGKILL, but -some jobs may stuck performing I/O and non-killable. +some jobs may be stuck performing I/O and non-killable. This is typically due to a file system problem and may be addressed in a couple of ways.</p> <ol> diff --git a/doc/man/man5/cgroup.conf.5 b/doc/man/man5/cgroup.conf.5 index 6663b0a24ef..48d037298dd 100644 --- a/doc/man/man5/cgroup.conf.5 +++ b/doc/man/man5/cgroup.conf.5 @@ -61,7 +61,7 @@ isolate the access of a job upon particular devices we need to allow the access the devices, supported by default and then deny on those that the job does not have the permission to use. The default value is "/etc/slurm/cgroup_allowed_devices_file.conf". The syntax of the file accepts one device per line and it permits lines like /dev/sda* or /dev/cpu/*/*. -See also an example of this file in etc/allowed_devices_file.conf.example. +See also an example of this file in etc/cgroup_allowed_devices_file.conf.example. .TP \fBAllowedRAMSpace\fR=<number> -- GitLab