From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Wray Subject: Re: online disk addition to VM ? Date: Thu, 05 May 2005 17:30:40 +0100 Message-ID: <427A4A30.5090201@hp.com> References: <0BAE938A1E68534E928747B9B46A759A1A0C4F@EXCNYSM0A1AH.nysemail.nyenet> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <0BAE938A1E68534E928747B9B46A759A1A0C4F@EXCNYSM0A1AH.nysemail.nyenet> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Aggarwal, Vikas (OFT)" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Aggarwal, Vikas (OFT) wrote: > Hi, > Can i add disks to VM online without restarting it. > If yes then how? Is it via xm tools? > > Do i have to do ioscan ? Will block FE support that. > > -vikas The tools (xm and xend) support runtime adding/removing of devices, including disks. See 'xm help vbd-create'. But last time I looked the front-end driver side of this wasn't working for disks. Mike