On Tue, Aug 11, 2009 at 05:05:46PM +0100, Luca Bigliardi wrote: > > Rewrite the part which discusses the global list of files to be distributed > updating with the description of what is going to be implemented. Just read > below.. > > Signed-off-by: Luca Bigliardi <shamm...@google.com> > --- > doc/design-2.1.rst | 11 ++++++----- > 1 files changed, 6 insertions(+), 5 deletions(-) > > diff --git a/doc/design-2.1.rst b/doc/design-2.1.rst > index 268fac4..33f8dcc 100644 > --- a/doc/design-2.1.rst > +++ b/doc/design-2.1.rst > @@ -234,11 +234,12 @@ Proposed changes > ++++++++++++++++ > > RedistributeConfig will be changed to copy also the rapi files, and to call > -every enabled hypervisor asking for a list of additional files to copy. We > also > -may want to add a global list of files on the cluster object, which will be > -propagated as well, or a hook to calculate them. If we implement this feature > -there should be a way to specify whether a file must be shipped to all nodes > or > -just master candidates. > +every enabled hypervisor asking for a list of additional files to copy. Users > +will have the possibility to populate a file containing a list of files to be > +distributed; this file will be propagated as well. Such solution is really > +simple to implement and it's easily usable by scripts; in addition in the > +future it can be extended using a directory which contains a number of files, > +these files then contain the list of files to be distributed.
I would drop the "in addition in the futureā¦" part. Otherwise LGTM. iustin