Is there a way to set global defaults for domu settings? It looks like I may need to pin a cpus to dom0 on a xen server and want to avoid adding cpus = "2-15" to each domu. This is xen 4.1.1 Thanks John _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wed, Aug 3, 2011 at 1:44 PM, John McMonagle <johnm@advocap.org> wrote:> Is there a way to set global defaults for domu settings? >Some settings here: http://wiki.xensource.com/xenwiki/XenHypervisorBootOptions I''m guessing that if it is not one of those then it is likely only in the code or possibly accomplished via the scheduler. You may want to check with xen-devel if you don''t find it. See: http://wiki.xensource.com/xenwiki/AskingXenDevelQuestions Thanks, Todd> It looks like I may need to pin a cpus to dom0 on a xen server and want to > avoid adding cpus = "2-15" to each domu. > > This is xen 4.1.1 > Thanks > > John > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >-- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Looking for domu default settings not hypervisor settings. Maybe some sort of include file for domu configurations? John On Wednesday, August 03, 2011 11:36:39 pm Todd Deshane wrote:> On Wed, Aug 3, 2011 at 1:44 PM, John McMonagle <johnm@advocap.org> wrote: > > Is there a way to set global defaults for domu settings? > > Some settings here: > http://wiki.xensource.com/xenwiki/XenHypervisorBootOptions > > I''m guessing that if it is not one of those then it is likely only in > the code or possibly accomplished via the scheduler. You may want to > check with xen-devel if you don''t find it. See: > http://wiki.xensource.com/xenwiki/AskingXenDevelQuestions > > Thanks, > Todd > > > It looks like I may need to pin a cpus to dom0 on a xen server and want > > to avoid adding cpus = "2-15" to each domu. > > > > This is xen 4.1.1 > > Thanks > > > > John > > > > > > _______________________________________________ > > Xen-users mailing list > > Xen-users@lists.xensource.com > > http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2011/8/3, John McMonagle <johnm@advocap.org>:> Is there a way to set global defaults for domu settings?Not that I know at least, but maybe you can include files from the config file of a domU. I know domU config files are python-included, so if know python you may "import" a default file and further specialize the domU. Can anyone confirm if this can be done? -- Diego Augusto Molina diegoaugustomolina@gmail.com ES: Por favor, evite adjuntar documentos de Microsoft Office. Serán desestimados. EN: Please, avoid attaching Microsoft Office documents. They shall be discarded. LINK: http://www.gnu.org/philosophy/no-word-attachments.html _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Aug 4, 2011 at 11:17 AM, Diego Augusto Molina <diegoaugustomolina@gmail.com> wrote:> 2011/8/3, John McMonagle <johnm@advocap.org>: >> Is there a way to set global defaults for domu settings? > > Not that I know at least, but maybe you can include files from the > config file of a domU. I know domU config files are python-included, > so if know python you may "import" a default file and further > specialize the domU. Can anyone confirm if this can be done?The import won''t work with xl since arbitrary python code is not supported. -- Todd Deshane http://www.linkedin.com/in/deshantm http://www.xen.org/products/cloudxen.html http://runningxen.com/ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users