From owner-freebsd-xen@freebsd.org Tue Jan 12 09:09:43 2016 Return-Path: Delivered-To: freebsd-xen@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 762F3A6C928 for ; Tue, 12 Jan 2016 09:09:43 +0000 (UTC) (envelope-from prvs=812c9b64b=roger.pau@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Verizon Public SureServer CA G14-SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 311491E37 for ; Tue, 12 Jan 2016 09:09:42 +0000 (UTC) (envelope-from prvs=812c9b64b=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.20,556,1444694400"; d="scan'208";a="330588701" Subject: Re: Attach disk to VM To: , References: From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= X-Enigmail-Draft-Status: N1110 Message-ID: <5694C28D.8050404@citrix.com> Date: Tue, 12 Jan 2016 10:08:29 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 09:09:43 -0000 El 12/01/16 a les 9.53, rainer@ultra-secure.de ha escrit: > Hi, > > we're running Xen Server 6.5 (as part of a CloudStack deployment) > I run a number of FreeBSD 10.1 guests and it works nicely so far. > However, I can't attach a disk while the VMs are running. > > "You attempted an operation that requires PV drivers to be installed on > the VM. Please install them by inserting xen-pv-drv.iso." > > > How do I fix this? Attaching disks to a FreeBSD VM using Open Source Xen [0] and the xl toolstack works just fine, but I guess the XAPI toolstack requires some kind of signal from the guest in order to know it can hot-attach disks? Have you tried to install the sysutils/xe-guest-utilities port? From the description it looks like it might solve your problem. Roger. [0] http://www.xenproject.org/