From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: xl create should refuse to share block devices RW between domains Date: Mon, 26 Jul 2010 17:36:22 -0700 Message-ID: <4C4E2A06.9070604@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Stefano Stabellini , Ian Jackson Cc: "Xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org When creating a domain, "xl create" should fail if a block device is shared RW between domains, like xm create does. I'm not sure how this would be implemented. Search xenstore for references to the device when setting up a domain? J