From a4c6e7c816fa9dfbed07a30af56a4ada824ce40b Mon Sep 17 00:00:00 2001 From: Basavanagowda Kanur Date: Tue, 28 Jul 2009 00:52:56 +0000 Subject: glusterfsd: handle logfile path specification appropriately. when logfile path is not specified as absolute path, the symbolic link created to the logfile (only in invocation of glusterfs with --run-id) might end up as a broken symbolic link. for example, command-line invocation like below will result in broken symbolic link: glusterfsd -f /home/glusterfs/volfiles/nufa/nufa.vol -l ../home/glusterfs/logs/nufa.f1.log --run-id nufatest /mnt/nufa/ symbolic link will be created at $PWD/../home/glusterfs/logs/nufa.f1.log will have a value of ../home/glusterfs/logs/nufa.f1.log..