Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-232-g9e0090d
Tony Asleson
2014-06-23 15:58:51 UTC
Permalink
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".

The branch, master has been updated
via 9e0090d8fca0d68c25606623f7e5163edfd4e21e (commit)
via dbf7776a818acbea59a66ff3923945a29626b077 (commit)
via ebeaddd01f0595642b7fd0ea4d82d55388059187 (commit)
from ee0e24a11150342128f776ce86586be2b37d725a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9e0090d8fca0d68c25606623f7e5163edfd4e21e
Author: Gris Ge <***@redhat.com>
Date: Mon Jun 23 16:44:57 2014 +0800

Simulator plugin: Change physical_address of FCoE target port and add a IPv6 iSCSI target port

* Use WWPN as physical_address of FCoE port.
* Add a IPv6 target port.
* Version upgrade to 2.6

Signed-off-by: Gris Ge <***@redhat.com>

commit dbf7776a818acbea59a66ff3923945a29626b077
Author: Gris Ge <***@redhat.com>
Date: Mon Jun 23 16:44:56 2014 +0800

Python Library: FCoE target port should use WWPN instead of MAC as physical address

* Both Cisco and Brocade allowing administrator to use WWPN to locate the
location of FCoE port.
So we are using WWPN of FCoE as physical_address.

Signed-off-by: Gris Ge <***@redhat.com>

commit ebeaddd01f0595642b7fd0ea4d82d55388059187
Author: Gris Ge <***@redhat.com>
Date: Mon Jun 23 16:44:55 2014 +0800

SMI-S plugin: Fix iSCSI association: CIM_DeviceSAPImplementation

* Fix incorrect association from CIM_IPProtocolEndpoint to CIM_EthernetPort:
Should be: CIM_DeviceSAPImplementation
* Workarounds for NetApp SMI-S provider bugs:
1. Typo of profile name: 'FC Target Ports' vs 'FC Target Port'
2. NetApp is sharing CIM_TCPProtocolEndpoint which cause duplicate
TargetPort listed. Actually, if we indent to support iSCSI portal group,
The sharing of CIM_TCPProtocolEndpoint will provide incorrect
information about portal group.
3. NetApp are presenting one CIM_IPProtocolEndpoint to multiple
CIM_EthernetPort association. Code updated to allow this Ethernet
channel binding.
4. Skip unconfigured IPv6 iSCSI port of NetApp.

* Added a IPv6 address type checking.

Signed-off-by: Gris Ge <***@redhat.com>

-----------------------------------------------------------------------

Summary of changes:
plugin/sim/simarray.py | 13 +++-
plugin/smispy/smis.py | 180 +++++++++++++++++++++++++++++--------------
python_binding/lsm/_data.py | 2 +-
3 files changed, 133 insertions(+), 62 deletions(-)


hooks/post-receive
--
libstoragemgmt
Loading...