Is there a way to set the domain id, rather than having it increment? ~Shaun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi Shaun, > Is there a way to set the domain id, rather than having it increment? > > ~Shaun afaik there is no opportunity to take any influence on the domid. Maybe it helps that you can get the domid of a domain by executing `xm domid Name`. Regards Jan -- Artfiles New Media GmbH | Spaldingstr. 160 b | 20097 Hamburg Tel: 040 - 32 02 72 90 | Fax: 040 - 32 02 72 95 E-Mail: support@artfiles.de | Web: http://www.artfiles.de Geschäftsführer Carsten Bals | Handelsregister Hamburg - HRB 81478 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Shaun R. wrote:> Is there a way to set the domain id, rather than having it increment?AFAIK, no. What are you going to achieve from this? May be we can suggest some other ways to achieve what you want from it. --Sadique> > ~Shaun > > > _______________________________________________ > 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
Xen doesnt know about domain names with out quierying the store, this is a expensive task on a host with many domU''s running on it. My idea was to set the domain ID to the uid of the user who owns the domU that way i wouldnt have to query xen for a list of dom id''s and then query the store for each id until i found the one i was looking for. ~Shaun _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users