Updates:
        Status: Fixed

Comment #2 on issue 575 by [email protected]: Extra log files cannot be constants
http://code.google.com/p/ganeti/issues/detail?id=575

commit 34be621a441c958be793274528c2d6c689f30a0a
Author: Jose A. Lopes <[email protected]>
Date:   Mon Sep 16 11:01:41 2013 +0200

    Fix monitoring daemon extra log filepaths

    Haskell constants 'daemonsExtraLogfilesGanetiMondAccess' and
    'daemonsExtraLogfilesGanetiMondError' cannot be constants because
    their Python counterparts are calculated through
    'pathutils.GetLogFilename', which indirectly depends on the
    environment variable 'GANETI_ROOTDIR', as part of the virtual cluster
    configuration.  Instead, these paths must be computed at runtime, as
    opposed to being computed at compile time through the Python to
    Haskell constant generation, and must also depend on the same
    environment variable.  Fixes issue 575.

    Signed-off-by: Jose A. Lopes <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to