summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/mv_fileshare.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-15 01:29:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-15 01:31:24 (GMT)
commit8b1423718e97f03fa164c9176256b572de9a190f (patch)
tree7af4854f935bc7e52cd78d1a786e212b989e20d4 /abs/core/LinHES-config/mv_fileshare.py
parent5f412bda6e87effcc6836e2d92f1cfbaf7be442d (diff)
downloadlinhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.zip
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.gz
linhes_pkgbuild-8b1423718e97f03fa164c9176256b572de9a190f.tar.bz2
LinHES-config: fix a typo in Slave_backend client smb filesharing.
Start folding at home service when foldingathome it installed
Diffstat (limited to 'abs/core/LinHES-config/mv_fileshare.py')
-rwxr-xr-xabs/core/LinHES-config/mv_fileshare.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/LinHES-config/mv_fileshare.py b/abs/core/LinHES-config/mv_fileshare.py
index 96e9a28..746dbbf 100755
--- a/abs/core/LinHES-config/mv_fileshare.py
+++ b/abs/core/LinHES-config/mv_fileshare.py
@@ -42,7 +42,7 @@ def setup_nfs_client(systemconfig,data_config):
nfslist.append(item)
else:
#if frontend_only or slave try to use MBE nfs_map_auto
- if systemconfig.get("SystemType") == "Frontend_only" or systemconfig["SystemType"] == "Slave_Backend":
+ if systemconfig.get("SystemType") == "Frontend_only" or systemconfig["SystemType"] == "Slave_backend":
logging.info(" Central NFS not found, trying to use MBE as nfs server")
nfsmap_serverfile = "nfsmap_auto"
ip=systemconfig.get("dbhost")