From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:55099) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnQ6t-0008OL-Fh for qemu-devel@nongnu.org; Wed, 18 Jan 2012 02:39:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnQ6q-00061U-PL for qemu-devel@nongnu.org; Wed, 18 Jan 2012 02:39:07 -0500 Received: from [222.73.24.84] (port=49935 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnQ6q-0005yx-AQ for qemu-devel@nongnu.org; Wed, 18 Jan 2012 02:39:04 -0500 Date: Wed, 18 Jan 2012 15:39:02 +0800 From: Hu Tao Message-ID: <20120118073902.GA2265@localhost.localdomain> References: <1326731457-9056-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 In-Reply-To: <1326731457-9056-1-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [PATCH v2 00/15] SCSI s/g + SCSI migration + virtio-scsi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org Hi Paolo, I found a problem that a virtio-scsi disk gets offline during mkfs. The scsi disk is of 100G or bigger, and the corresponding image is a freshly created qcow2 image. If the disk is small enough, or not freshly created, the problem doesn't appear. -- Thanks, Hu Tao