[libvirt] [PATCH] fix index creation for disks > {sd,hd,xvd,vd}z

Daniel Veillard veillard at redhat.com
Fri Oct 10 08:38:22 UTC 2008


On Wed, Oct 08, 2008 at 06:23:05PM -0700, Chris Wright wrote:
> Calling virDiskNameToIndex with a disk name > {sd,hd,xvd,vd}z, such as
> vdaa, generates a bogus index.  Account for iterations through the loop.
> 
> Old behaviour:
> vda -> 0
> vdz -> 25
> vdaa -> 0
> vdaz -> 25
> 
> New behaviour:
> vda -> 0
> vdz -> 25
> vdaa -> 26
> vdaz -> 51
> 
> This was discovered by Sanjay Rao, thanks for the report.

  Ah, right ! Commited, thanks !

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/




More information about the libvir-list mailing list