This patch (against -unstable ChangeSet@1.1575) does the followings: - put some configurable variables to xend_config.sxp, and set them to default values. That will make people aware of their existence, and let them easily reconfigure xend when needed. - set some daemon addresses to ''localhost'' instead of empty string, which makes them more secure by default. - add one comment and fix some wrong comments in XendRoot.py Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com> $ diffstat xend_config.unstable.patch examples/xend-config.sxp | 28 ++++++++++++++++++++++++++++ python/xen/xend/XendRoot.py | 14 ++++++-------- 2 files changed, 34 insertions(+), 8 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2005-May-31 13:41 UTC
Re: [Xen-devel] [PATCH] xend-config.sxp (-unstable tree)
On 5/31/05, aq <aquynh@gmail.com> wrote:> This patch (against -unstable ChangeSet@1.1575) does the followings: > > - put some configurable variables to xend_config.sxp, and set them to > default values. That will make people aware of their existence, and > let them easily reconfigure xend when needed.I''ve not applied this part because we''re not sure we''re going to keep some of these. I''d rather see these documented in the documentation.> - set some daemon addresses to ''localhost'' instead of empty string, > which makes them more secure by default.I''ve only changed this for the consoles, the http server is off by default and if you switch it on, you''ll most likely want to access it from another machine. Changing the default for the relocation server to be localhost makes absolutely not sense ;-)> - add one comment and fix some wrong comments in XendRoot.pyThanks! christian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 5/31/05, Christian Limpach <christian.limpach@gmail.com> wrote:> On 5/31/05, aq <aquynh@gmail.com> wrote: > > This patch (against -unstable ChangeSet@1.1575) does the followings: > > > > - put some configurable variables to xend_config.sxp, and set them to > > default values. That will make people aware of their existence, and > > let them easily reconfigure xend when needed. > > I''ve not applied this part because we''re not sure we''re going to keep > some of these.i see the point, but how about part of this patch in -testing tree (see http://lists.xensource.com/archives/html/xen-devel/2005-05/msg01204.html). i believe that those options are stable, so if you apply -testing patch (this -testing patch got no comment), we should keep the same options in this patch, and not reject them all. regards, aq _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Christian Limpach
2005-May-31 16:12 UTC
Re: [Xen-devel] [PATCH] xend-config.sxp (-unstable tree)
On Wed, Jun 01, 2005 at 12:53:31AM +0900, aq wrote:> On 5/31/05, Christian Limpach <christian.limpach@gmail.com> wrote: > > On 5/31/05, aq <aquynh@gmail.com> wrote: > > > This patch (against -unstable ChangeSet@1.1575) does the followings: > > > > > > - put some configurable variables to xend_config.sxp, and set them to > > > default values. That will make people aware of their existence, and > > > let them easily reconfigure xend when needed. > > > > I''ve not applied this part because we''re not sure we''re going to keep > > some of these. > > i see the point, but how about part of this patch in -testing tree > (see http://lists.xensource.com/archives/html/xen-devel/2005-05/msg01204.html). > i believe that those options are stable, so if you apply -testing > patch (this -testing patch got no comment), we should keep the same > options in this patch, and not reject them all.I think those are rather obscure options and we don''t really want to encourage people to change them... christian _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel