Trees | Indices | Help |
|
---|
|
Module implementing configuration details at runtime.
|
|||
GetentResolver Resolves Ganeti uids and gids by name. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
_priv = None
|
|||
_priv_lock = threading.Lock()
|
|||
_arch = None Architecture information |
Imports: grp, pwd, threading, platform, constants, errors, utils
|
Retrieve the uid from the database.
|
Retrieve the gid from the database.
|
Singleton wrapper around resolver instance. As this method is accessed by multiple threads at the same time we need to take thread-safety carefully. |
Initialize architecture information. We can assume this information never changes during the lifetime of a process, therefore the information can easily be cached. Note:
This function uses |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jan 7 16:23:26 2016 | http://epydoc.sourceforge.net |