Whamcloud - gitweb
LU-1833 util: don't update mtab if linked to /proc
authorPeng Tao <tao.peng@emc.com>
Wed, 5 Sep 2012 10:36:05 +0000 (18:36 +0800)
committerOleg Drokin <green@whamcloud.com>
Sat, 13 Oct 2012 19:11:25 +0000 (15:11 -0400)
commit13a7bce88ea533f5c16752e0cdd84867cc5a998d
tree04f82d760865dc11e90dab9aa8d8f4fbf7cb38a8
parent8f88799cedabb7d4bd02bbf1ab3cae0b613d4808
LU-1833 util: don't update mtab if linked to /proc

Some distros may link /etc/mtab to /proc/mounts, or
/proc/self/mounts.  In such case, we don't need to
update mtab. Otherwise we false alart user with
"
mount.lustre: addmntent: Invalid argument:
"

Signed-off-by: Peng Tao <tao.peng@emc.com>
Change-Id: I2e3e213e4ee3bc177865c4ca7435a7eecd274b46
Reviewed-on: http://review.whamcloud.com/3881
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Hudson
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/utils/mount_utils.c