]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage: Make the adapter name be consistent with node device driver
authorOsier Yang <jyang@redhat.com>
Mon, 25 Mar 2013 16:43:37 +0000 (00:43 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 8 Apr 2013 10:41:06 +0000 (18:41 +0800)
commitc1f63a9bdff4aa8bc6753b8683744c0175abccf5
treec2e88506309a1b0b0447324dc6b023972235007e
parent9f781da69de02745acb719e78982df9aeccfcd7b
storage: Make the adapter name be consistent with node device driver

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.
docs/formatstorage.html.in
src/storage/storage_backend_scsi.c