From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57377) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cK6Wg-0003XJ-QW for qemu-devel@nongnu.org; Thu, 22 Dec 2016 11:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cK6Wd-0006Ht-N0 for qemu-devel@nongnu.org; Thu, 22 Dec 2016 11:47:30 -0500 Received: from mail-wj0-x242.google.com ([2a00:1450:400c:c01::242]:35410) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cK6Wd-0006HS-Gp for qemu-devel@nongnu.org; Thu, 22 Dec 2016 11:47:27 -0500 Received: by mail-wj0-x242.google.com with SMTP id hb5so3842127wjc.2 for ; Thu, 22 Dec 2016 08:47:27 -0800 (PST) Sender: Paolo Bonzini References: <3dce9a63-6472-54c2-3455-52521a0a3651@redhat.com> <89d9fe09-3bdc-3c84-3ddf-f9462adb2068@fam-schranz.de> <20161220234738.GB2994@lemon> <3512163a-f8c7-f4b7-7bd1-89675c74a1ac@fam-schranz.de> <20161222062200.GB12950@lemon> From: Paolo Bonzini Message-ID: <7b516cfe-7469-f429-c962-03459d76c3ed@redhat.com> Date: Thu, 22 Dec 2016 17:47:23 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Strange/wrong behavior with iSCSI Tape devices in QEMU 2.8.0-rc4 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Holger Schranz , Fam Zheng Cc: mueller-ralf@t-online.de, John Snow , qemu-devel@nongnu.org On 22/12/2016 13:33, Holger Schranz wrote: > > > I have installed an RH 7.7 based on kernel 3.10 and a SuSE LEAP 42.2 which > is based on kernel 4.4. Both system see the tape devices and can work. > Than I restart in the same session the VM with SLES11 SP4 (kernel 3.0.101) > and an older RH based on kernel 2.6. This both system can't see the tape > drives. > But all 5 VM guest systems are registered in iscsi and show the UUID of the > guest system. Does SLES11SP4 support virtio-scsi at all? If they haven't backported it, the first upstream Linux version with virtio-scsi was 3.4, I think. Paolo