Fix schedulers header and disable manpage generation

Change-Id: I1d9532ce514481a44e9247a19648e839999865b6
This commit is contained in:
Endre Karlson 2013-09-25 17:46:33 +02:00
parent c360a93d8f
commit db1aec3c9c
2 changed files with 19 additions and 16 deletions

View File

@ -1,3 +1,4 @@
================
Admin Schedulers
================
@ -34,18 +35,20 @@ Libra LBaaS supports auto-failover or auto-rebuild of a broken :term:`device`.
This basically means typically re-allocating / re-building the :term:`device` to a new :term:`device`.
# A ping is sent to each :term:`device` (ping_lbs > _exec_ping)
# Send failures to drivers (_exec_ping > _send_fails)
# Driver does
# Marks the :term:`device` as being in ERROR state.
# Triggers a rebuild
# Looks for a free :term:`device` that is in OFFLINE state in the db.
# Assigns the failed :term:`device` to the OFFLINE :term:`device`
# Assigns the :term:`vip` to the new :term:`device`
# Marks :term:`device` as DELETED
# Puts the new :term:`device` into ACTIVE in the db.
# A scheduled function remove the :term:`device` from DB and unconfigures it.
# A scheduled function ensures that there are standby :term:`device`s in the pool.
1. A ping is sent to each :term:`device` (ping_lbs > _exec_ping)
2. Send failures to drivers (_exec_ping > _send_fails)
3. Driver does
#. Marks the :term:`device` as being in ERROR state.
#. Triggers a rebuild
#. Looks for a free :term:`device` that is in OFFLINE state in the db.
#. Assigns the failed :term:`device` to the OFFLINE :term:`device`
#. Assigns the :term:`vip` to the new :term:`device`
#. Marks :term:`device` as DELETED
#. Puts the new :term:`device` into ACTIVE in the db.
4. A scheduled function remove the :term:`device` from DB and unconfigures it.
5. A scheduled function ensures that there are standby :term:`device` in the pool.
Delete Scheduler

View File

@ -228,7 +228,7 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'lbaas', u'Libra LBaaS Toolset',
[u'Hewlett-Packard Development Company, L.P.'], 1)
]
#man_pages = [
# ('index', 'lbaas', u'Libra LBaaS Toolset',
# [u'Hewlett-Packard Development Company, L.P.'], 1)
#]