Change Xen hypervisor to not use iv_name
authorIustin Pop <iustin@google.com>
Thu, 20 Nov 2008 06:18:45 +0000 (06:18 +0000)
committerIustin Pop <iustin@google.com>
Thu, 20 Nov 2008 06:18:45 +0000 (06:18 +0000)
commit2864f2d950a28aa44ca5e32ddba61220d791b423
treee4e84987c107bcd35ec8d867604de0209bbde233
parent9a525d83b2a75f44cc1171e7d715b5bee7a76756
Change Xen hypervisor to not use iv_name

Currently the iv_name is very linux-specific, and will break with the
multi-disk changes.

The patch changes this to generate sdX names based on the disk index in
the disks structure, instead of relying on the iv_name.

Reviewed-by: imsnah
lib/hypervisor/hv_xen.py