Tony Asleson
2014-10-20 17:25:08 UTC
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 3f792699c8438debf80aeecf8e7f0b2da57ec6ca (commit)
via 10c176ac38d24e7c547db3b1aaab3fb3680f79ae (commit)
via 00d7845cec7fc2436571f108809fb8996c7a141a (commit)
from 3ae77989c34bc649902d779b911645cf54139d6f (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 3f792699c8438debf80aeecf8e7f0b2da57ec6ca
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:23:14 2014 +0800
SMI-S Plugin: Restrict VPD83 to NAA Type 3 ID.
* Only accept NAA Type 3 ID from CIM_StorageVolume as that's what
'/usr/lib/udev/scsi_id'[1] do.
* No regression found as those not support NAA Type 3 already filterd out
by previous regex match '^[a-fA-F0-9]{32}$'.
* Removed IBM workaround code as NodeWWN is not what we need. It already
filtered out by previous code.
* Introduced a non-standard(at least I didn't found) for NetApp, they are
using 'OtherNameNamespace', 'OtherNameFormat'.
* Tested on:
EMC VNX/VMAX
Fujitsu DS
HP 3PAR
Dell
Dot Hil
LSI MegaRAID.
* Not work on(already informed):
IBM XIV
HDS AMS
[1] device-mapper-multipath is using that tool to get WWID from SCSI disk.
while WWID is 3 + VPD83 NAA Type3 ID.
Signed-off-by: Gris Ge <***@redhat.com>
commit 10c176ac38d24e7c547db3b1aaab3fb3680f79ae
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:22:54 2014 +0800
Plugin Test: Fix the sha-bang line of plugin_test.py
* Changed the sha-bang line of plugin_test.py:
Old:
#!/bin/env python2
Now:
#!/usr/bin/env python2
Signed-off-by: Gris Ge <***@redhat.com>
commit 00d7845cec7fc2436571f108809fb8996c7a141a
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:22:37 2014 +0800
SMI-S Plugin: Fix a constant typo in MegaRAID pool query.
* Incorrect: Pool.ELEMENT_THIN_VOLUME_FULL
Correct: Pool.ELEMENT_TYPE_VOLUME_FULL
Signed-off-by: Gris Ge <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
plugin/smispy/dmtf.py | 2 +
plugin/smispy/smis.py | 87 ++++++++++++--------------------------------
plugin/smispy/smis_pool.py | 2 +-
test/plugin_test.py | 2 +-
4 files changed, 28 insertions(+), 65 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via 3f792699c8438debf80aeecf8e7f0b2da57ec6ca (commit)
via 10c176ac38d24e7c547db3b1aaab3fb3680f79ae (commit)
via 00d7845cec7fc2436571f108809fb8996c7a141a (commit)
from 3ae77989c34bc649902d779b911645cf54139d6f (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 3f792699c8438debf80aeecf8e7f0b2da57ec6ca
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:23:14 2014 +0800
SMI-S Plugin: Restrict VPD83 to NAA Type 3 ID.
* Only accept NAA Type 3 ID from CIM_StorageVolume as that's what
'/usr/lib/udev/scsi_id'[1] do.
* No regression found as those not support NAA Type 3 already filterd out
by previous regex match '^[a-fA-F0-9]{32}$'.
* Removed IBM workaround code as NodeWWN is not what we need. It already
filtered out by previous code.
* Introduced a non-standard(at least I didn't found) for NetApp, they are
using 'OtherNameNamespace', 'OtherNameFormat'.
* Tested on:
EMC VNX/VMAX
Fujitsu DS
HP 3PAR
Dell
Dot Hil
LSI MegaRAID.
* Not work on(already informed):
IBM XIV
HDS AMS
[1] device-mapper-multipath is using that tool to get WWID from SCSI disk.
while WWID is 3 + VPD83 NAA Type3 ID.
Signed-off-by: Gris Ge <***@redhat.com>
commit 10c176ac38d24e7c547db3b1aaab3fb3680f79ae
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:22:54 2014 +0800
Plugin Test: Fix the sha-bang line of plugin_test.py
* Changed the sha-bang line of plugin_test.py:
Old:
#!/bin/env python2
Now:
#!/usr/bin/env python2
Signed-off-by: Gris Ge <***@redhat.com>
commit 00d7845cec7fc2436571f108809fb8996c7a141a
Author: Gris Ge <***@redhat.com>
Date: Fri Oct 17 18:22:37 2014 +0800
SMI-S Plugin: Fix a constant typo in MegaRAID pool query.
* Incorrect: Pool.ELEMENT_THIN_VOLUME_FULL
Correct: Pool.ELEMENT_TYPE_VOLUME_FULL
Signed-off-by: Gris Ge <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
plugin/smispy/dmtf.py | 2 +
plugin/smispy/smis.py | 87 ++++++++++++--------------------------------
plugin/smispy/smis_pool.py | 2 +-
test/plugin_test.py | 2 +-
4 files changed, 28 insertions(+), 65 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt