From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43512) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eWShv-00013i-1g for qemu-devel@nongnu.org; Tue, 02 Jan 2018 14:58:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eWSht-0006WX-Sa for qemu-devel@nongnu.org; Tue, 02 Jan 2018 14:58:43 -0500 Received: from mail-qt0-x233.google.com ([2607:f8b0:400d:c0d::233]:38585) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eWSht-0006Vi-NN for qemu-devel@nongnu.org; Tue, 02 Jan 2018 14:58:41 -0500 Received: by mail-qt0-x233.google.com with SMTP id d4so64095450qtj.5 for ; Tue, 02 Jan 2018 11:58:41 -0800 (PST) MIME-Version: 1.0 From: Roy Shterman Date: Tue, 2 Jan 2018 21:58:40 +0200 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: [Qemu-devel] Problem to start VM with libiscsi + qemu upstream List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , pl@kamp.de, ronnie sahlberg Hi all, I'm trying to get VM started with libiscsi (iSCSI initiator) device. Every thing seems good from iSCSI point of view, but I'm stuck in VM boot, "Booting from Hard Disk". Any idea what can get wrong? how I can assure that the boot itself is from the wanted disk. Also will be helpful if someone can tell me how can I debug issues like that. below my xml part of disks: client d4e60885-22be-4270-94ca-1be8209686d2 1048576 1048576 1 hvm destroy restart restart /usr/bin/qemu-system-x86_64
Thanks, Roy