emc-openstack / storops

Python storage management library for VNX and Unity.
Apache License 2.0
53 stars 29 forks source link

Initiator Path status is not being fetched as part of fc/iscsi initiators get call #348

Open Pavan-Mudunuri opened 2 years ago

Pavan-Mudunuri commented 2 years ago

Requirement : As part of one of the customer's ask, there is a requirement to display initiators path status when we do a get query on host initiators. Currently we are able to get only path id as part of sdk call. Can you please help us with adding the same as part of initiator response ?

we used get_initiator(self, _id=None, **filters): to fetch the initiator response from module UnitySystem and following is the response: image

please let us know if there is any other alternative for fetching the details within existing api.

Thanks Pavan

yong-huang commented 2 years ago

It is not supported now. There is no plan to support it, we need to evaluate the effort and priority first. A workaround is to get the IDs first, then query UnityHostInitiatorPath one by one.

Pavan-Mudunuri commented 2 years ago

Thanks for the info @yong-huang .