[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST 4/7] ts-debian-di-install: Use the suite in the default hostname
Ian Campbell writes ("[PATCH OSSTEST 4/7] ts-debian-di-install: Use the suite in the default hostname"): > This is more useful in standalone mode than having everything be > "debian". ... > -our $guesthost= "$gn.guest.osstest"; > +our $guesthost= ($r{"${gn}_suite"}//$gn).".guest.osstest"; So if GN_suite is set, we use SUITE.guest.osstest, otherwise we use GN.guest.osstest. But what if there are multiple GN with the same, specified, SUITE ? I think $guesthost (which ends up in lv names, vm names, etc.) needs to have GN in it either way. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |