From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kent Borg Subject: Re: Live Migration, DRBD Date: Fri, 25 Jul 2008 09:37:51 -0400 Message-ID: <4889D72F.6030305@borg.org> References: <4888C5E9.2050606@borg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: Jim Return-path: Received: from borg.org ([64.105.205.123]:59767 "EHLO mail.borg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752350AbYGYNhy (ORCPT ); Fri, 25 Jul 2008 09:37:54 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Jim wrote: > Yes, there is a way, but first your setup is a little strange. Why do you > take a device (the DRBD) then put a file system on it which just contains a > file with the system image? Why not use the DRBD device directly as your system > disk? > > e.g. qemu-system-86_64 -hda /dev/drbdX > That does sound smarter. I guess I was assuming files because they are easier to otherwise manipulate. Thanks! -kb