From 109509e42d159a70f0480dedc1b98c693bdb28fe Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 7 Oct 2008 15:23:18 +0000 Subject: [PATCH] Small changes to the index design doc This is just some additions of not-yet-mentioned docs. Reviewed-by: ultrotter --- doc/design-2.0-index.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/design-2.0-index.rst b/doc/design-2.0-index.rst index 32960837e..9ff9dec73 100644 --- a/doc/design-2.0-index.rst +++ b/doc/design-2.0-index.rst @@ -23,7 +23,14 @@ Beside these major changes, another 'core' change but that will not be as visible to the users will be changing the model of object attribute storage, and separate that into namespaces (such that an Xen PVM instance will not have the Xen HVM parameters). This will allow future -flexibility in defining additional parameters. +flexibility in defining additional parameters. More details in the +design-2.0-cluster-parameters document. + +The various changes brought in by the master daemon model and the +read-write RAPI will require changes to the cluster security; we move +away from Twisted and use http(s) for intra- and extra-cluster +communications. For more details, see the SECURITY document in the top +directory. Functionality changes @@ -56,3 +63,8 @@ either 2.0 or subsequent 2.x releases: - multiple disks, with custom properties (read-only/read-write, exportable, etc.) - multiple NICs + +These changes will require OS API changes, details are in the +design-2.0-os-interface document. And they will also require many +command line changes, see the design-2.0-commandline-parameters +document. -- GitLab