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@lists.xen.org http://lists.xen.org/xen-devel