commit 2616b384e642b6eb58eef7da87b6e893f25a949e
Author: Jay Pipes <email address hidden>
Date: Fri Jan 26 12:20:35 2018 -0500
only increment disk address unit for scsi devices
We were erroneously incrementing the disk address unit attribute for
non-scsi devices, which resulted in inconsistent disk device naming and
addresses when SCSI devices were used along with non-SCSI devices (like
configdrive devices).
Also, we ensure that we assign unit number 0 for the boot volume of a
boot-from-volume instance.
Reviewed: https:/ /review. openstack. org/538310 /git.openstack. org/cgit/ openstack/ nova/commit/ ?id=2616b384e64 2b6eb58eef7da87 b6e893f25a949e
Committed: https:/
Submitter: Zuul
Branch: master
commit 2616b384e642b6e b58eef7da87b6e8 93f25a949e
Author: Jay Pipes <email address hidden>
Date: Fri Jan 26 12:20:35 2018 -0500
only increment disk address unit for scsi devices
We were erroneously incrementing the disk address unit attribute for
non-scsi devices, which resulted in inconsistent disk device naming and
addresses when SCSI devices were used along with non-SCSI devices (like
configdrive devices).
Also, we ensure that we assign unit number 0 for the boot volume of a from-volume instance.
boot-
Change-Id: Ia91e2f9c316e25 394a0f41dc341d9 03dfcff6921
Co-authored-by: Mehdi Abaakouk <email address hidden>
Closes-bug: #1729584
Closes-bug: #1753394