From 98a83f175d6d18af4ffc070980ca03d757980aa2 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 13 Dec 2012 15:49:51 +0100 Subject: [PATCH] Move four designs from draft to 2.7 These are the ones I implemented and for which I'm certain they're complete. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- doc/design-2.7.rst | 4 ++++ doc/design-draft.rst | 4 ---- doc/index.rst | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/design-2.7.rst b/doc/design-2.7.rst index e5d7cd06a..77cdc2b10 100644 --- a/doc/design-2.7.rst +++ b/doc/design-2.7.rst @@ -5,6 +5,10 @@ Ganeti 2.7 design The following design documents have been implemented in Ganeti 2.7: - :doc:`design-bulk-create` +- :doc:`design-opportunistic-locking` +- :doc:`design-remote-commands` +- :doc:`design-node-add` +- :doc:`design-virtual-clusters` .. vim: set textwidth=72 : .. Local Variables: diff --git a/doc/design-draft.rst b/doc/design-draft.rst index f65932396..7deec88c2 100644 --- a/doc/design-draft.rst +++ b/doc/design-draft.rst @@ -10,15 +10,11 @@ Design document drafts design-impexp2.rst design-network.rst design-resource-model.rst - design-virtual-clusters.rst design-query-splitting.rst design-autorepair.rst design-partitioned.rst - design-node-add.rst design-monitoring-agent.rst - design-remote-commands.rst design-linuxha.rst - design-opportunistic-locking.rst .. vim: set textwidth=72 : .. Local Variables: diff --git a/doc/index.rst b/doc/index.rst index 84b985fdf..1e054d330 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -45,10 +45,14 @@ Contents: design-cpu-pinning.rst design-lu-generated-jobs.rst design-multi-reloc.rst + design-node-add.rst design-oob.rst + design-opportunistic-locking.rst design-ovf-support.rst design-query2.rst + design-remote-commands.rst design-shared-storage.rst + design-virtual-clusters.rst Also see the :ref:`search`. -- GitLab