From 2619eae6260c9af9a43337c7ca8fb8ababf3e11a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 21 Mar 2012 23:40:44 +0100 Subject: s3:vfs_tsmsm: Fix a misspelling of a config parameter in the doc-comment The module uses "tsmsm:dmapi attribute" instead of "tsmsm:attribute name". --- source3/modules/vfs_tsmsm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/modules/vfs_tsmsm.c b/source3/modules/vfs_tsmsm.c index 468fe679fc..d7cc050024 100644 --- a/source3/modules/vfs_tsmsm.c +++ b/source3/modules/vfs_tsmsm.c @@ -27,7 +27,7 @@ where is currently 'offline' to set offline status of the tsmsm: online ratio = ratio to check reported size against actual file size (0.5 by default) - tsmsm: attribute name = name of DMAPI attribute that is present when a file is offline. + tsmsm: dmapi attribute = name of DMAPI attribute that is present when a file is offline. Default is "IBMobj" (which is what GPFS uses) The TSMSM VFS module tries to avoid calling expensive DMAPI calls with some heuristics -- cgit