From 9cc983c6ab2d9983fe0501f9c62775129e567a06 Mon Sep 17 00:00:00 2001 From: Przemyslaw Dubaniewicz Date: Mon, 11 Mar 2013 12:14:21 +0100 Subject: [PATCH] LUDOC-34 remove modules with 'lustre_rmmod' Use "lustre_rmmod" instead of "lctl modules | awk '{print $2}' | xargs rmmod" to remove modules. (Corrected tip in section 15.2.2) Change-Id: I833f83a85e87d00427ed41180e0db6fa51074d2d Signed-off-by: Przemyslaw Dubaniewicz Reviewed-on: http://review.whamcloud.com/5668 Tested-by: Hudson Reviewed-by: Cliff White Reviewed-by: Andreas Dilger --- ManagingLNET.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ManagingLNET.xml b/ManagingLNET.xml index a60e2b8..c231361 100644 --- a/ManagingLNET.xml +++ b/ManagingLNET.xml @@ -77,7 +77,7 @@ $ lctl network up To remove all Lustre modules, run: - $ lctl modules | awk '{print $2}' | xargs rmmod + $ lustre_rmmod -- 1.8.3.1