From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: Need Some explanation about n iSCSI-based storage pool Date: Sun, 03 Nov 2013 13:02:01 +0100 Message-ID: <52763B39.5030205@redhat.com> References: <52761669.8020203@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Expert Alert Return-path: Received: from mail-ea0-f180.google.com ([209.85.215.180]:36268 "EHLO mail-ea0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752837Ab3KCMCH (ORCPT ); Sun, 3 Nov 2013 07:02:07 -0500 Received: by mail-ea0-f180.google.com with SMTP id l9so2346243eaj.25 for ; Sun, 03 Nov 2013 04:02:04 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Il 03/11/2013 10:43, Expert Alert ha scritto: > you can configure > LVM or create a filesystem like ext4 or XFS inside the LUN. > > What about if i try to migrate the VM into another KVM server ?? > > if i attached that LUN into another KVM server will i > be able to migrate the VM ?? ( I have done Migrate by nfs share) For ext4 of XFS, you need to use an NFS share indeed. For LVM, you can access it on multiple systems using an additional daemon (clvmd) to propagate state changes between cluster nodes. It may not be necessary to use clvmd if the configuration of the logical volumes is static. Paolo > in that case how Migrate work ?? > > > Kind Regards > > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >