Closed edwintorok closed 6 years ago
@edwintorok Can we rebase now, I think the changes are in?
Yes extra_info
is meant for XenCenter for example to display additional info, but you wouldn't want to send those to SR.create
, or SR.attach
so we wouldn't want to merge it with device_config
.
extra _info
is used during probe to hint back to the user, for instance an iSCSI portal might export multiple IQNs but if the user hasn't supplied the IQN they want to use yet then the extra info can contain the list of possible IQNs so that one can be selected. Similarly LUNs if multiple LUNs can be seen with the details and SCSI ID to select the right one
Another thing that's unclear to me is that what information those strings convey for the SR health
type. This isn't documented at the moment.
Closing, will reopen when probe branch is complete.
These are the probe changes on top of the
feature/REQ477/smapiv3.x
branch. Once those changes are merged I'll rebase this.Has to be merged together with: https://github.com/xapi-project/xcp-idl/pull/208 https://github.com/xapi-project/xen-api/pull/3477 https://github.com/xapi-project/xapi-storage-script/pull/58