Re: [libvirt] [PATCH 2/7] storage: Make the adapter name be consistent with node device driver

2013-04-05 Thread John Ferlan
On 03/25/2013 12:43 PM, Osier Yang wrote: > node device driver names the HBA like "scsi_host5", but storage > driver uses "host5", which could make the user confused. This > changes them to be consistent. However, for back-compat reason, > adapter name like "host5" is still supported. > > v1 - v2:

[libvirt] [PATCH 2/7] storage: Make the adapter name be consistent with node device driver

2013-03-25 Thread Osier Yang
node device driver names the HBA like "scsi_host5", but storage driver uses "host5", which could make the user confused. This changes them to be consistent. However, for back-compat reason, adapter name like "host5" is still supported. v1 - v2: * Use virStrToLong_ui instead of sscanf * No test