Revision a20e4768 lib/server/masterd.py
b/lib/server/masterd.py | ||
---|---|---|
57 | 57 |
from ganeti import netutils |
58 | 58 |
from ganeti import objects |
59 | 59 |
from ganeti import query |
60 |
from ganeti import runtime |
|
60 | 61 |
|
61 | 62 |
|
62 | 63 |
CLIENT_REQUEST_WORKERS = 16 |
... | ... | |
548 | 549 |
(constants.MASTERD_USER, constants.DAEMONS_GROUP)) |
549 | 550 |
sys.exit(constants.EXIT_FAILURE) |
550 | 551 |
|
552 |
# Determine static runtime architecture information |
|
553 |
runtime.InitArchInfo() |
|
554 |
|
|
551 | 555 |
# Check the configuration is sane before anything else |
552 | 556 |
try: |
553 | 557 |
config.ConfigWriter() |
Also available in: Unified diff