From owner-freebsd-virtualization@freebsd.org Sun Apr 21 05:34:17 2019 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8609F1582D01 for ; Sun, 21 Apr 2019 05:34:17 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: from mail-ot1-x32c.google.com (mail-ot1-x32c.google.com [IPv6:2607:f8b0:4864:20::32c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0958B8C4EC for ; Sun, 21 Apr 2019 05:34:17 +0000 (UTC) (envelope-from jtubnor@gmail.com) Received: by mail-ot1-x32c.google.com with SMTP id e5so7204728otk.12 for ; Sat, 20 Apr 2019 22:34:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=aDIoITiuUZmlLx0LJGSEY0zY6WUzBV7H+xbrWlTdg5U=; b=e8MwTks3iUDzsuFR2oH8YftriCFZ1HIYn+mGwEw9Yf8jCt5gXKe7eYvGOPgZewntOR 1g5qDKfC7ymZm4snzirQ1c9l0KdXKFxX0OMgz2D6nBd48XFwHyU473fwsCchnyy5iND0 z5v4Emo7OnCJxbENLYUWittOEH8Z1MbXSH1xHe/7h6mfddg7HYhq4XXFC4jel93t31U6 3JLgKiyAxUiK+mbxfaj4zvcRCHffrTDw1LCRqXw/WnywBGR9ea7PBImLZjlaOS53JWxU T/cX1LUpF98b7Zr8es208eEOUBagvNjjgRtL3nyQOWNmpkBX3PqZ367K58XSV/2EJ+eu bIfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aDIoITiuUZmlLx0LJGSEY0zY6WUzBV7H+xbrWlTdg5U=; b=Sbj0iIzQV52jQ3uQjXzXqZCsbhATQeiFn7wMm0CEd22lyFKf2snnp8m4yNaH65xj4k 1K+bMl0FDxDQa6KqmedAJyt5eEK/D0iDrEWSU6Ip5g9LOyfaOWvawQ7y7en7jjfJ3PYj yJKwthJAeuqoKSVG4wf22zIdQbFr0e2K9kYvzuOeJaTXvY6Or3z9DBYlVIiGv8I+ENOy PNDTHx9V8dYfm2vIleXe0Toyqhw29kTC9mtOTNnDA56QYgnc1BNFuSH3wPxHEcOCJ88r rNDCuZJHtHhMbexIHKMNuQ1x3E+DI1t3iN6bM29xtkZ93cwy5iwlqc7o+qkl0MS318Pv YM/g== X-Gm-Message-State: APjAAAXCa4Em10Kvh5NO9LcqhByRt5UVV1uH6zwCUpi7EITvTX43KDTe 7+4QOZXIC9hFHUlBA2URR9orR7RDv7/J5fjm0YyhCA== X-Google-Smtp-Source: APXvYqxWb8dcCJgcCuZVZ3hzR8VQj2v2oxyN3jY6SkZIMGgOo9ZQV7cPM649BMsm1jeRRN1llFb0EVsynqQpSNxTK3Q= X-Received: by 2002:a9d:604c:: with SMTP id v12mr6919620otj.247.1555824856104; Sat, 20 Apr 2019 22:34:16 -0700 (PDT) MIME-Version: 1.0 References: <20190421045143.GA49101@admin.sibptus.ru> In-Reply-To: <20190421045143.GA49101@admin.sibptus.ru> From: Jason Tubnor Date: Sun, 21 Apr 2019 15:34:05 +1000 Message-ID: Subject: Re: [vm-bhyve] Windows 2012 and 2016 servers guests would not stop To: Victor Sudakov Cc: freebsd-virtualization@freebsd.org X-Rspamd-Queue-Id: 0958B8C4EC X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.974,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 21 Apr 2019 05:34:17 -0000 On Sun., 21 Apr. 2019, 2:51 pm Victor Sudakov, wrote: > > > Does vm-bhyve provide a way to power them off ungracefully if they would > not stop within a predefined time? > You'd have to do your own checking but to force an instant power off of a guest simply execute: vm poweroff {guest} Cheers. >