On Thu, Feb 5, 2009 at 7:24 PM, Mark Johnson <[email protected]> wrote: >> I agree with you on some of them. Still, I wished we've reached the >> point where moving domUs between Linux <-> Opensolaris dom0 is a >> simple matter matter of copying data and config files. > > You can do that today.. What problems do you have > moving a guest between a linux dom0 and a solaris > dom0?
Most of them can be modified to work correctly, like : - clock issue (Linux use UTC on hwclock by default, while solaris uses local time. Can be fixed). - I can't use vncunused=0 (then again I have problem using this on Xen-3.3.1/Linux) - different bootloader location. /usr/bin/pygrub vs /usr/lib/xen/bin/pygrub (again, simple workaround) - serial='pty' does not work on HVM guest on opensolaris > Migration "should" work too, but we don't test it. That would be hard, since migration requires : - same network setup (how can we set the same bridge setup on Linux and opensolaris?) - same disk setup (using /dev/sda or /dev/disk/by-id obviously won't work on solaris, even when it's iscsi-imported disk). - same Xen version (is this required?) Regards, Fajar _______________________________________________ xen-discuss mailing list [email protected]
