hi, i tried "xe vm-migrate" with xcp 0.1.1 but no luck. i''m not sure if the error message makes sense here because the vm in question is actually a PV domain. the attached file is the output of "xe vm-param-list". i created the vm by running "xe vm-import" with an existing image which one of my co-workers provided me. if necessary, i can ask him details of the image. any idea? [root@s1 sm]# xe vm-migrate live=true uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1) [root@s1 sm]# xe vm-migrate live=false uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1) [root@s1 sm]# YAMAMOTO Takashi _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Hi yamamoto, YAMAMOTO Takashi wrote:> > [root@s1 sm]# xe vm-migrate live=true uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 > You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. > vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1) > [root@s1 sm]# xe vm-migrate live=false uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 > You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. > vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1)I think you should install the PV drivers, for example: # xe vm-cd-add vm=<VM> cd-name=xs-tools.iso device=3 # mount /dev/xvdd /mnt # /mnt/Linux/install.sh -- Regards Yu Zhiguo _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
hi,> Hi yamamoto, > > YAMAMOTO Takashi wrote: >> >> [root@s1 sm]# xe vm-migrate live=true uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 >> You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. >> vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1) >> [root@s1 sm]# xe vm-migrate live=false uuid=23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 host-uuid=eea41bdd-d2ce-4a9a-bc51-1ca286320296 >> You attempted an operation on a VM which requires PV drivers to be installed but the drivers were not detected. >> vm: 23ecfa58-aa30-ea6a-f9fe-7cb2a5487592 (CentOS53x64-1) > > I think you should install the PV drivers, for example: > > # xe vm-cd-add vm=<VM> cd-name=xs-tools.iso device=3 > # mount /dev/xvdd /mnt > # /mnt/Linux/install.shi tried it. while migration fails for some other reasons, at least the error went away. thanks! YAMAMOTO Takashi.> > > -- > Regards > Yu Zhiguo > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel