Status: New
Owner: [email protected]
CC: [email protected]

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

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, instead of being computed at compile time through the Python to Haskell constant generation, and must also depend on the same environment variable.

--
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