From owner-freebsd-virtualization@freebsd.org Wed Nov 29 01:54:24 2017 Return-Path: Delivered-To: freebsd-virtualization@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 1058FDF5C52 for ; Wed, 29 Nov 2017 01:54:24 +0000 (UTC) (envelope-from danieljewell@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::234]) (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 8B75015ED for ; Wed, 29 Nov 2017 01:54:23 +0000 (UTC) (envelope-from danieljewell@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id 94so2034827lfy.10 for ; Tue, 28 Nov 2017 17:54:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=xCDCN6PoCqVucoKOGzkG+JQ27PtLTBg83Z1/jArS0I0=; b=YXiY2K2NtdeyV1DauQ/lQ064Bfoe661kFvyCBW2PEUoMsRAD7HhTweUxC6ZeIe4nLq QNu0N1mZW90bDmSJ8YMl2F+i2Q33ORMYFtlUs+iyslOdXX1XdGYrygBmrhyulWeUHYa4 99P28KfyJKpjVBXtxnMmAL4yaieyxvgPQnQG74RnGx+CTOoPaeviR/tOVVfppcJDMI4W 9HQHJRoERC5ygOejjGH/NTted5ux2A7uky5S+A05Q4pmJLqGbZ2NhHNRPLfiyrYRuSRi nEVcZGBXYq9CorAVuISfKOe2Nf006+Aj/sFNdhS4F7x5yBgJPDQz/3J3FKRCOG5jhQjR yfDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=xCDCN6PoCqVucoKOGzkG+JQ27PtLTBg83Z1/jArS0I0=; b=I1ht41tC07b57ovck2BW1WtuXb3vnYoepv1/54x6+EgAEztJanl7KnkAim+HSUuNf1 Hlk7zm2bjra1M6hp3A2zpdgR7jtSuNf2egMxsCp5A2C8ztgARiqTZC7pMTujIsYTuvoT Q04keCicveKBv6JHYvswlHPNmHzAjEBPeO1HZ65YhBc3hSiRiU3t/OigWfMBoWrLIqjp Ub/XyNKz77S7WfSlFfq5FDLg2iYyX7OYgYkR/q5M1qS1lIghhm93ae3Vu+VRFLMYizKI 2IKtDGa7n4QVcX3OHUsBRQV9peykZv0e4U47hf1VZHeGOdoYzeUgLqgflnJLWRoFmH/2 XUSg== X-Gm-Message-State: AJaThX5WCEYLMv4wnIjqmM4SlPFz0e06KGBYdvduHNaFNMTbkcS9lxYc 45xtccp6vcRINU/LuqeEOZWaykBPG/wBN7F1u9dS460R X-Google-Smtp-Source: AGs4zMYyYOB8b6yP0aN250gkpla7i63zr8Iz4rz7eULV6WQl2EvxuspNm99QlPl0BF1cplLRDDM20fPNDk+Jc8CuTMk= X-Received: by 10.25.125.195 with SMTP id y186mr395358lfc.137.1511920461045; Tue, 28 Nov 2017 17:54:21 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.20.209 with HTTP; Tue, 28 Nov 2017 17:54:20 -0800 (PST) From: Daniel Jewell Date: Tue, 28 Nov 2017 18:54:20 -0700 Message-ID: Subject: Fresh Install of 11.1-RELEASE-p4 (fully updated) on Hyper-V 2012 Failover Cluster To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Nov 2017 01:54:24 -0000 Hello All, I just did an install of 11.1 and fully updated. Ever since the install, I get a kernel message from the Hyper-V VSS module: hvvss0: Unknown opt from host: 4 The message repeats regularly (30 seconds? 60 seconds?)... The VSS module is loaded at boot and seems to initialize OK: hvvss0: on vmbus0 I did the requisite searches for any possible answers and turned up nothing. I haven't attempted a backup with VSS yet. Environment is running a Dell EqualLogic iSCSI SAN as the cluster storage and the cluster hosts do have the Dell EqualLogic MPIO drivers on and active as well as the Dell HIT kit - which does include a Hardware VSS provider to integrate snapshot functionality on the SAN. However, since I haven't called any backup routines, it shouldn't be affecting this VM instance. I also reviewed the Windows Event Log(s) - nothing stands out that I can see in the Hyper-V logs, Application, or System. Any suggestions? :) Best, -Daniel Jewell