From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: qdisk vs. file as vbd type Date: Fri, 10 Jan 2014 15:40:24 +0100 Message-ID: <20140110144024.GA19611@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org What is the reason the backend 'type' property of a configured disk is now "qdisk" instead of "file"? Would the guest really care about that detail? For example block-front currently just checks for "phy" and "file" when deciding if discard should be enabled. I wonder if that guest-visible change was well thought. Olaf