Whamcloud - gitweb
LU-6013 utils: don't initialize OSD code for client mount 19/13019/4
authorAndreas Dilger <andreas.dilger@intel.com>
Wed, 10 Dec 2014 10:53:49 +0000 (03:53 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 13 Nov 2015 18:24:35 +0000 (18:24 +0000)
commitce85021cbb4b2e02a56321cfff8c03a50d9d4704
tree05f57452dc4caeea81ebe5b5d2c50d77547358b8
parentd690560bcef69cfe91747ffb8a7efb77c04800e6
LU-6013 utils: don't initialize OSD code for client mount

Don't even try to initialize the server OSD handling code if this
is a client mountpoint.  That avoids potential problems if the OSD
code isn't working or available when it isn't needed on a client.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
Change-Id: I104b70b9d27811d306879fc047a83f85ea3ebbe5
Reviewed-on: http://review.whamcloud.com/13019
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Tested-by: Jenkins
Reviewed-by: Faccini Bruno <bruno.faccini@intel.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/utils/mount_lustre.c