import numactl-2.0.12-11.el8

This commit is contained in:
CentOS Sources 2020-05-14 22:33:33 +00:00 committed by Andrew Lukoshko
parent 489aeffe67
commit 0e59a3432a
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From 26fba7199c365b55e72e054bb2adba097ce04924 Mon Sep 17 00:00:00 2001
From: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com>
Date: Wed, 8 Jan 2020 14:39:01 +0530
Subject: [PATCH] Update manpage description of --localalloc option
Signed-off-by: Seeteena Thoufeek <s1seetee@linux.vnet.ibm.com>
---
numactl.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/numactl.8 b/numactl.8
index 7a001c0..f3bb22b 100644
--- a/numactl.8
+++ b/numactl.8
@@ -159,7 +159,7 @@ A !N-N notation indicates the inverse of N-N, in other words all cpus
except N-N. If used with + notation, specify !+N-N.
.TP
.B \-\-localalloc, \-l
-Always allocate on the current node.
+Try to allocate on the current node of the process, but if memory cannot be allocated there fall back to other nodes.
.TP
.B \-\-preferred=node
Preferably allocate memory on
--
2.7.5

View File

@ -1,7 +1,7 @@
Name: numactl
Summary: Library for tuning for Non Uniform Memory Access machines
Version: 2.0.12
Release: 10%{?dist}
Release: 11%{?dist}
# libnuma is LGPLv2 and GPLv2
# numactl binaries are GPLv2 only
License: GPLv2
@ -48,6 +48,7 @@ Patch608 :0008-memhog-add-man-page.patch
Patch609: 0009-numastat.8-clarify-that-information-relates-to-resid.patch
Patch610: 0010-Fix-crashes-when-using-the-touch-option.patch
Patch611: 0011-Added-memhog.8-to-Makefile.am.patch
Patch612: 0012-Update-manpage-description-of-localalloc-option.patch
@ -89,6 +90,7 @@ Provides development headers for numa library calls
%patch609 -p1
%patch610 -p1
%patch611 -p1
%patch612 -p1
%build
@ -134,6 +136,9 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_mandir}/man3/*.3*
%changelog
* Sat May 9 2020 Pingfan Liu <piliu@redhat.com> - 2.0.12-11
- Update manpage description of --localalloc option
* Fri Mar 13 2020 Pingfan Liu <piliu@redhat.com> - 2.0.12-10
- memhog : add man page