From 0121c4c9574e09181f73f9ca7316bce2c5ec7ba9 Mon Sep 17 00:00:00 2001 From: Csaba Henk Date: Thu, 10 Mar 2011 00:40:52 +0000 Subject: Revert "syncdaemon: Create conf directory if not preset" This reverts commit 38ae1720be39b62a4f199aa5be4ac85948bc23f0. Signed-off-by: Kaushik BV Signed-off-by: Vijay Bellur BUG: 1570 (geosync related changes) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570 --- xlators/features/marker/utils/syncdaemon/gsyncd.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'xlators/features/marker/utils/syncdaemon/gsyncd.py') diff --git a/xlators/features/marker/utils/syncdaemon/gsyncd.py b/xlators/features/marker/utils/syncdaemon/gsyncd.py index 43e3dface..1920a05ec 100644 --- a/xlators/features/marker/utils/syncdaemon/gsyncd.py +++ b/xlators/features/marker/utils/syncdaemon/gsyncd.py @@ -251,15 +251,6 @@ def main_i(): peers, canon_peers = pa if not 'config_file' in rconf: rconf['config_file'] = os.path.join(os.path.dirname(sys.argv[0]), "conf/gsyncd.conf") - confp = os.path.dirname(sys.argv[0]) + "conf/" - try: - st = os.lstat (confp) - except OSError: - ex = sys.exc_info()[1] - if ex.errno == ENOENT: - os.mkdir(confp) - else: - raise gcnf = GConffile(rconf['config_file'], canon_peers) if confdata: -- cgit