Re: [libvirt] [PATCH 13/25] conf: Generate address for scsi host device automatically

2013-05-07 Thread John Ferlan
On 05/03/2013 02:07 PM, Osier Yang wrote: With unknown good reasons, the attribute bus of scsi device address is always set to 0, same for attribute target. (See virDomainDiskDefAssignAddress). Though we might need to change the algrithom to honor bus s/algrithom/algorithm and target too,

Re: [libvirt] [PATCH 13/25] conf: Generate address for scsi host device automatically

2013-05-07 Thread Osier Yang
On 07/05/13 21:42, John Ferlan wrote: On 05/03/2013 02:07 PM, Osier Yang wrote: With unknown good reasons, the attribute bus of scsi device address is always set to 0, same for attribute target. (See virDomainDiskDefAssignAddress). Though we might need to change the algrithom to honor bus

[libvirt] [PATCH 13/25] conf: Generate address for scsi host device automatically

2013-05-03 Thread Osier Yang
With unknown good reasons, the attribute bus of scsi device address is always set to 0, same for attribute target. (See virDomainDiskDefAssignAddress). Though we might need to change the algrithom to honor bus and target too, it's another story. The address generator for scsi host device in this