From owner-freebsd-virtualization@FreeBSD.ORG Sat Aug 30 15:33:14 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06F43C73 for ; Sat, 30 Aug 2014 15:33:14 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 82CC617E5 for ; Sat, 30 Aug 2014 15:33:13 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id s18so4179834lam.12 for ; Sat, 30 Aug 2014 08:33:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=XrMkoLRlzue5mB7/TbQgYL8/QeOd4bewJikfylmR2mQ=; b=dF376ITRUv92qhcFkFET5RFeRDGElIOmPuLtlY/hz6MhBfDPb5feWRF3eIOw1LoYOS /sHEVEcLlBWKBTo0GckcUfQN7odb5SkjdFF75L7wzjFseW4EwLxHf1WCHDygwjYIU7+B ySEgxxjhMlKoHu+xAiZY7MIZW/xWBAqifvREVaibkm7V7Ow4TW8ZsNmDRYUj5sEL40w8 JwdJ8BA51/Hy4RvSx7Z1V0qk7s3Jj8R3lxi3f/8fndQb8NL+qZGuFEfxkQMYDcmnXI4c IUaZUIPdKjcBzt7oVbQSJXj3jBufH6azbbPpnhoizv5Q1eaR4Ppl+jGeaKT5YwfGuV4U lb5Q== MIME-Version: 1.0 X-Received: by 10.112.156.10 with SMTP id wa10mr17267376lbb.68.1409412791286; Sat, 30 Aug 2014 08:33:11 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Sat, 30 Aug 2014 08:33:11 -0700 (PDT) Received: by 10.112.197.107 with HTTP; Sat, 30 Aug 2014 08:33:11 -0700 (PDT) In-Reply-To: References: Date: Sat, 30 Aug 2014 08:33:11 -0700 X-Google-Sender-Auth: zSxrhCC9Dx_GpXdLVb6Uy1i8oqk Message-ID: Subject: Re: vmrun.sh and zvols From: Craig Rodrigues To: Nikolay Denev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: freebsd-virtualization@freebsd.org X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sat, 30 Aug 2014 15:33:14 -0000 On Aug 30, 2014 7:22 AM, "Nikolay Denev" wrote: > > Index: share/examples/bhyve/vmrun.sh > =================================================================== > --- share/examples/bhyve/vmrun.sh (revision 270295) > +++ share/examples/bhyve/vmrun.sh (working copy) > @@ -176,10 +176,10 @@ > while [ 1 ]; do > ${BHYVECTL} --vm=${vmname} --destroy > /dev/null 2>&1 > > - file ${virtio_diskdev} | grep "boot sector" > /dev/null > + file -s ${virtio_diskdev} | grep "boot sector" > /dev/null > Hi, See: http://svnweb.freebsd.org/base?view=revision&revision=270754 -- Craig