On 1/18/2017 3:16 PM, Kevin Lemonnier wrote:> > I don't use ovirt, but when I need to migrate > a VM between two versions I just mount the other > cluster using NFS instead of fuse / libgfapi. > Then I just use the live disk migration of KVMIn a pinch you can use SSHFS for temp shared storage for a storage migration, and avoid the NFS setup. You just make sure the mount points are identical as well as defined as a POOL and of course since you don't get any locking, you also make sure only one thing occurs at a time. but then you use "libvirt blockcopy". -WK
> In a pinch you can use SSHFS for temp shared storage for a storage > migration, and avoid the NFS setup.GlusterFS comes with an NFS export by default, so there really isn't any setup to do that, jut a simple mount -t nfs. It's even simpler than sshfs, and I'm pretty sure the VM will work a lot better during the live migration using nfs than sshfs :) -- Kevin Lemonnier PGP Fingerprint : 89A5 2283 04A0 E6E9 0111 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 801 bytes Desc: Digital signature URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20170119/e53d74b6/attachment.sig>