From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Xen 4.4 development update: Is PVH a blocker? Date: Fri, 13 Dec 2013 14:43:26 -0500 Message-ID: <20131213194326.GA28712@phenom.dumpdata.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org > == Open == > Also, xl as opposed to xend, allows me to share a disk without any fanfare. Meaning I can do this: xl block-attach phy:/dev/sda latest1 xvda w xl block-attach phy:/dev/sda latest2 xvda w while if I had used 'xend' I had to also append the '!' parameter to denote it as 'shared'.