| Trees | Indices | Help |
|
|---|
|
|
Module implementing configuration details at runtime.
|
|||
|
GetentResolver Resolves Ganeti uids and gids by name. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
_priv = None
|
|||
_priv_lock = threading.Lock()
|
|||
_arch = NoneArchitecture 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 Wed Dec 30 13:42:34 2015 | http://epydoc.sourceforge.net |