From owner-freebsd-virtualization@FreeBSD.ORG Sun Oct 26 02:38:28 2014 Return-Path: Delivered-To: virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8066DCDA for ; Sun, 26 Oct 2014 02:38:28 +0000 (UTC) Received: from mail-vc0-x231.google.com (mail-vc0-x231.google.com [IPv6:2607:f8b0:400c:c03::231]) (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 40BBEB3F for ; Sun, 26 Oct 2014 02:38:28 +0000 (UTC) Received: by mail-vc0-f177.google.com with SMTP id hq11so1390819vcb.22 for ; Sat, 25 Oct 2014 19:38:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qFzINciFPaeLxxWEX7P4aJ/YUxK0Ifyp8/N1TY03ADQ=; b=wUOihN62ZYmLcJo6FQjoHRqi0+VlrbgMkl/sugPXwHDophEg9ZYHA4tse/TP3qlmJn up/sLmZCS7vD1H/3J5xksbTxJgoqdDGD+8mt62s9DPJLY2Cs+wVR9ytleX4TpoiMJ6x+ WD63tCcd5xyydpkPwmhMMHpNSFS89YnTNOHN0noJTo+pZNsOL+o72Pz67wB4AyxPsqDy xZW2hQXaSc2YMEG6SLUE11fHGYsMX2c33m/XQAeEUsESzA7U5gcf0onU1zPjRQHWqOul MvcMBHL9v++eRL6OMwvyEPQ7W9gnB5fcyBlEOtk3KtayRzumB7gMgIA11s4Bn0jaLnyR woQQ== MIME-Version: 1.0 X-Received: by 10.221.20.198 with SMTP id qp6mr10038857vcb.18.1414291106915; Sat, 25 Oct 2014 19:38:26 -0700 (PDT) Received: by 10.220.150.68 with HTTP; Sat, 25 Oct 2014 19:38:26 -0700 (PDT) In-Reply-To: <544C519F.5070202@digiware.nl> References: <544C28C8.2060108@digiware.nl> <544C519F.5070202@digiware.nl> Date: Sat, 25 Oct 2014 22:38:26 -0400 Message-ID: Subject: Re: Looking for a Libvirt example xml file From: Conrad Meyer To: Willem Jan Withagen Content-Type: text/plain; charset=UTF-8 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: Sun, 26 Oct 2014 02:38:28 -0000 On Sat, Oct 25, 2014 at 9:42 PM, Willem Jan Withagen wrote: > Seems that my CDrom block was a problem. > But the disk is already build, so I just skipped that. Yes, even in git libvirt-bhyve doesn't work well with >1 disk :-(. > But thing do not generate a lot of logging. :( > Not even with debug on 4 Log-level in libvirtd is backwards, you probably want 2. 1 is very very spammy. >From libvirtd.conf.sample: "# Logging level: 4 errors, 3 warnings, 2 information, 1 debug" Best, Conrad