From 39ae989b099a27b9fa54e65bbc81e450a04d10dc Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Tue, 29 Jan 2013 16:33:47 -0600 Subject: [PATCH] LUDOC-11 typo: minor cleanup of virtual block device section. Signed-off-by: Richard Henwood Change-Id: Ib29454dd0d4105f35ee0d049cf5f66fdc77fb196 Reviewed-on: http://review.whamcloud.com/5201 Tested-by: Hudson --- SystemConfigurationUtilities.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index 2caeaa2..534b63f 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -526,7 +526,7 @@ $ lctl conf_param testfs.llite.max_read_ahead_mb=16 - Lustre tunables are not always accessible using the procfs interface, as it is platform-specific. As a solution, lctl {get,set,list}_param has been introduced as a platform-independent interface to the Lustre tunables. Avoid direct references to /proc/{fs,sys}/{lustre,lnet}. For future portability, use lctl {get,set,list}_param instead. + Lustre tunables are not always accessible using the procfs interface, as it is platform-specific. As a solution, lctl {get,set,list}_param has been introduced as a platform-independent interface to the Lustre tunables. Avoid direct references to /proc/{fs,sys}/{lustre,lnet}. For future portability, use lctl {get,set,list}_param instead. Virtual Block Device Operations Lustre can emulate a virtual block device upon a regular file. This emulation is needed when you are trying to set up a swap space via the file. @@ -547,10 +547,10 @@ $ lctl conf_param testfs.llite.max_read_ahead_mb=16 - blockdev_attach filename /dev/lloop_device + blockdev_attach filename /dev/lloop_device - Attaches a regular Lustre file to a block device. If the device node does not exist, lctl creates it. We recommend that you create the device node by lctl since the emulator uses a dynamical major number. + Attaches a regular Lustre file to a block device. If the device node does not exist, lctl creates it. It is recommend that a device node is created by lctl since the emulator uses a dynamical major number. -- 1.8.3.1