Whamcloud - gitweb
LU-8436 nodemap: MGS local MGC should not get_config 00/21500/3
authorKit Westneat <kit.westneat@gmail.com>
Mon, 25 Jul 2016 19:45:25 +0000 (15:45 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 11 Aug 2016 05:52:00 +0000 (05:52 +0000)
commite70a41c4316b5eb3a0b8e6b52c95653a2d4c85e5
tree1587aa27050c421ae3045678347189c71f0538e7
parentf0e2fc455895e6fd780be34fe79a2a198fd1651f
LU-8436 nodemap: MGS local MGC should not get_config

An MGC that is co-located with an MGS does not need to pull the
nodemap config as the MGS will manage it directly. Having the MGC
pull the config could lead to a race condition where new config
changes are overwritten by the old config.

Signed-off-by: Kit Westneat <kit.westneat@gmail.com>
Change-Id: Ief62f44dd3ef75abb704edee0e55f7f1b1334e42
Reviewed-on: http://review.whamcloud.com/21500
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Reviewed-by: John L. Hammond <john.hammond@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mgc/mgc_request.c