From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 1B3B762D32 for ; Mon, 8 Feb 2021 13:54:38 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 0FCB522055 for ; Mon, 8 Feb 2021 13:54:08 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 7D7F422049 for ; Mon, 8 Feb 2021 13:54:06 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 48FDA44F91; Mon, 8 Feb 2021 13:54:06 +0100 (CET) Date: Mon, 8 Feb 2021 13:54:04 +0100 From: Dominic =?iso-8859-1?Q?J=E4ger?= To: Proxmox VE user list Message-ID: <20210208125404.GA130539@mala> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-SPAM-LEVEL: Spam detection results: 0 AWL 1.699 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [PVE-User] Migrating from oVirt to Proxmox X-BeenThere: pve-user@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE user list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2021 12:54:38 -0000 Hello! On Mon, Feb 08, 2021 at 12:59:29PM +0100, Marc Sauer wrote: > - Set up the Gluster storage on the new servers Have you thought about using Ceph? Gluster should work, but Ceph is better integrated into Proxmox VE. > - Create VMs with the same name and copy the raw disk image from the old > Gluster to the new one > - Set the copied Raw disk image as bootfile for the created VM There are 2 commands qm importdisk and qm importovf (see man page [0]) that should help you avoid 1. using qemu-img manually and 2. having to know about Proxmox VE naming schemes If you can export your VMs as OVF, you can use qm importovf which does most work alone. If there is no such function, you have to create a VM in Proxmox VE and import each disk image individually using qm importdisk. I suggest to get an overview of the migration article in our Wiki [1]. It doesn't explicitly mention oVirt (yet), but the usage of the import commands remains the same over all examples. [0] https://pve.proxmox.com/pve-docs/qm.1.html [1] https://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#Virtual-to-Virtual