Skip to content

Commit

Permalink
3par add host mapping view
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanyu-ghca committed Jan 19, 2022
1 parent e4b0270 commit e5f3f33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions delfin/drivers/hpe/hpe_3par/component_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ def list_storage_host_initiators(self, storage_id):
"storage_id": storage_id,
"native_storage_host_initiator_id": name,
"wwn": wwn,
'alias': name,
"type": type,
"status": constants.InitiatorStatus.ONLINE,
"native_storage_host_id": initiator.get('id',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1321,6 +1321,7 @@ def __init__(self):
'storage_id': '12345',
'native_storage_host_initiator_id': '2408244427906812',
'wwn': '2408244427906812',
'alias': '2408244427906812',
'type': 'fc',
'status': 'online',
'native_storage_host_id': '175'
Expand Down

0 comments on commit e5f3f33

Please sign in to comment.