Whamcloud - gitweb
LU-2309 config: ignore unknown configuration param
authorYu Jian <yujian@whamcloud.com>
Fri, 23 Nov 2012 12:57:27 +0000 (20:57 +0800)
committerOleg Drokin <green@whamcloud.com>
Fri, 14 Dec 2012 05:10:53 +0000 (00:10 -0500)
commit88020e8e33bbd3a03761cf7da9216c47c4ae9e59
treecc7641157a05fc50bc3c5eaa73ed0af7f116819b
parent99c4b5534f4990b98a4be8f3fb46773c315d1e5d
LU-2309 config: ignore unknown configuration param

Client or server should not fail to mount if it hits
a configuration parameter that it doesn't understand.
This patch fixes class_process_config() to meet
the above requirement.

Signed-off-by: Yu Jian <yujian@whamcloud.com>
Change-Id: Ida537193459f08d804fc4c0f1f72630b416440e3
Reviewed-on: http://review.whamcloud.com/4663
Reviewed-by: Lai Siyao <laisiyao@whamcloud.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/obdclass/obd_config.c