From owner-freebsd-stable@freebsd.org Mon Oct 10 08:07:59 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 29FE5C0731D for ; Mon, 10 Oct 2016 08:07:59 +0000 (UTC) (envelope-from sa.inbox@gmail.com) Received: from mail-oi0-x22e.google.com (mail-oi0-x22e.google.com [IPv6:2607:f8b0:4003:c06::22e]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id ECBB614D for ; Mon, 10 Oct 2016 08:07:58 +0000 (UTC) (envelope-from sa.inbox@gmail.com) Received: by mail-oi0-x22e.google.com with SMTP id m72so119195028oik.3 for ; Mon, 10 Oct 2016 01:07:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=3RXa5gvdgQAqMeDJZPbFmtrY79JfKroxqVVuJ4F5WLw=; b=w+cICpvXt7+uuhDLwHCHHNcwofjDT/w14TZG1zs+M21y207XxoQNftMzp57uzq7tPB DW7xGEDaENoTV0GWWcPuPuZmtToK34rtye5WfFuZKObm0wqWxnNW++Y3GrwPb4joBUve Zj/F2pewgdjUj1MBNU5cm+eq9POGddq8OKRUYrTCUgkWAEPB2dPeP9pFLN9w8rbPhR+E duz4XJjO9c2E2YrmbkH+IpjwRxWDAgzWpfm0DII5QUqs9YNKQzPnxxnlClmIhG9u6SI9 v3mdMmmLipbH5nZiqIwFG+slQHsWcUSDXsUCxG6m2+MjMEZXRn8vI/CDIOBY5+n8JKAU sgsw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=3RXa5gvdgQAqMeDJZPbFmtrY79JfKroxqVVuJ4F5WLw=; b=McCRHjZy3Ijs36yqrT4xrN6pmwWWSl5GUVV6t4N2ub2xDVYt1j/QpoM67mR6E1+Ray 9R3n76UvMbZlUjlNcjlUGeuBQdJz9whivdgkbU0SPov/8luVz3qRYPItQ5NMa0zpB7+a DJT/uTiB1a7+7KQfQLqYHrx+WUumdazkHXMiw719yCwGF7jLkMLCFY5pFeDQoUCGyfYP VK82ltigPWwC1JuuLEfxaSNMWii1zD3w0Kr6fysDEsy6OyHjMys4n45q3HWVbA4+KXpS g/3duunCtGRbB/VxuSk3lcK0S/1skQcX1iw+73G0HPLbU6xDcu7xZSga4oGMVg/8F1I8 KomA== X-Gm-Message-State: AA6/9RkZ3CKizBTP0Dt9woe3dv1PRpJzvOJUNXsvOU1vXfKhEQWdDzJ4xzem66zwe6HZgtiip27vymv4ipPMcw== X-Received: by 10.157.31.124 with SMTP id x57mr17177024otx.154.1476086877975; Mon, 10 Oct 2016 01:07:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.37.130 with HTTP; Mon, 10 Oct 2016 01:07:37 -0700 (PDT) From: Alexander Shitov Date: Mon, 10 Oct 2016 11:07:37 +0300 Message-ID: Subject: Do not upgrade Hyper-V instances from 10.x to 11.x yet To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2016 08:07:59 -0000 11.0-RELEASE has issues with Hyper-V compatibility. It does not recognizes and then detaches virtual disk. storvsc0: on vmbus0 (probe0:blkvsc0:0:0:0): storvsc scsi_status = 2 (probe0:blkvsc0:0:1:1): invalid LUN 1 ... (probe0:blkvsc0:0:0:1): invalid LUN 1 da0 at blkvsc0 bus 0 scbus1 target 0 lun 0 da0: da0 at blkvsc0 bus 0 scbus1 target 0 lun 0 da0: detached Unfortunately bug affects possibility to upgrade existing instances and prevents new 11.0 installations in Hyper-V environment. PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212721 I guess that this might be fixed with an errata notice after the release announcement. --- Best Regards, Alexander