From 9390f29e452fe94e48ffbb7674f8ce5cc045cc3a Mon Sep 17 00:00:00 2001
From: James Meyer <james.meyer@operamail.com>
Date: Mon, 10 Sep 2012 17:45:15 -0500
Subject: mv_fileshare:data_config  was missing from the function call  for nfs
 clients.

---
 abs/core/LinHES-config/mv_fileshare.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/abs/core/LinHES-config/mv_fileshare.py b/abs/core/LinHES-config/mv_fileshare.py
index 06f3091..d8866c4 100755
--- a/abs/core/LinHES-config/mv_fileshare.py
+++ b/abs/core/LinHES-config/mv_fileshare.py
@@ -4,7 +4,7 @@ import mv_common
 import glob
 #client side
 
-def setup_nfs_client(systemconfig):
+def setup_nfs_client(systemconfig,data_config):
     nfslist=[]
     logging.info("____Start of setup_nfs__client____")
     scrubnfs(systemconfig.get("TEMPLATES"))
@@ -325,7 +325,7 @@ def setup_fileshare(systemconfig,data_config):
         return
     logging.info("____Start of fileshare configuration____")
     #client
-    setup_nfs_client(systemconfig)
+    setup_nfs_client(systemconfig,data_config)
     #server
     setup_NFSshares(systemconfig.get("UseNFS"),
                     systemconfig.get("TEMPLATES")+"/exports.template",data_config)
-- 
cgit v0.12