Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 1.1.0-77-g38d9abd
Tony Asleson
2015-03-18 16:36:58 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 38d9abdccea6f16ec8e752c2c8bfac1f799abc0a (commit)
via 60c5763996ceb5f4c9fc45141c59d288a956c773 (commit)
via f1617d173f315a1da311936e54c18af9e402c7b7 (commit)
via 448acf6b669f07a368d004bc9f17b58c64cbcabf (commit)
via d1ef57f9ff580d6182ed25baf2efb951888e3dab (commit)
via 7b7989d287a8dacb5dce47a3ca0f6d7bb6a437c4 (commit)
via 55376001e564e17afa479d6dce42be27d7dc4401 (commit)
via edee2fde1010d2e0dc25fa88662717fd61f89d91 (commit)
from e6f35b32d7cd6249089d2bc3715aef50fa848c15 (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 38d9abdccea6f16ec8e752c2c8bfac1f799abc0a
Merge: e6f35b3 60c5763
Author: Tony Asleson <***@redhat.com>
Date: Wed Mar 18 11:35:56 2015 -0500

Merge branch 'cathay4t-bug_fix_mega'

commit 60c5763996ceb5f4c9fc45141c59d288a956c773
Author: Gris Ge <***@redhat.com>
Date: Wed Mar 18 16:01:38 2015 +0800

MegaRAID Plugin: Remove duplicate import 'search_property'.

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

commit f1617d173f315a1da311936e54c18af9e402c7b7
Author: Gris Ge <***@redhat.com>
Date: Tue Mar 17 23:06:29 2015 +0800

MegaRAID Plugin: Fix Anomalous backslash in string of regex.

* Changed this regex as pylint suggested:
from: "^([0-9\.]+) ([EPTGMK])B$"
to: "^([0-9.]+) ([EPTGMK])B$"

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

commit 448acf6b669f07a368d004bc9f17b58c64cbcabf
Author: Gris Ge <***@redhat.com>
Date: Tue Mar 17 23:02:47 2015 +0800

MegaRAID Plugin: Remove unused import of strip.

* Remove unused import of strip.

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

commit d1ef57f9ff580d6182ed25baf2efb951888e3dab
Author: Gris Ge <***@redhat.com>
Date: Tue Mar 17 23:00:49 2015 +0800

MegaRAID Plugin: Fix incorrect internal constant name: _DEFAULT_MDADM_BIN_PATHS

* It's a copy/paste issue. Changed the constant name
from _DEFAULT_MDADM_BIN_PATHS to _DEFAULT_STORCLI_BIN_PATHS

Changes in V2:

* Use _DEFAULT_BIN_PATHS instead.

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

commit 7b7989d287a8dacb5dce47a3ca0f6d7bb6a437c4
Author: Gris Ge <***@redhat.com>
Date: Tue Mar 17 22:55:41 2015 +0800

MegaRAID Plugin: Use Client.FLAG_RSVD instead of flags=0.

* Changed these methods to use 'flags=Client.FLAG_RSVD' as other methods do:
* capabilities()
* systems()
* disks()
* volumes()

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

commit 55376001e564e17afa479d6dce42be27d7dc4401
Author: Gris Ge <***@redhat.com>
Date: Sat Mar 14 21:04:01 2015 +0800

MegaRAID Plugin: Fix incorrect system status query.

* The storcli-1.14.12-1.noarch only support 'show health' command for
Nytro MegaRAID card. This patch change system status query using
'show all' command.

* Use single command 'storcli /c0 show all J' to get all information
to generate lsm.System.

* Status information is extracted from 'Status' section of 'show all' output.

* Append firmware version(firmware package build version) in System.name.
User could compare this version string with LSI webpage for upgrade.

* Tested on Intel and IBM rebranded MegaRAID cards.

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

commit edee2fde1010d2e0dc25fa88662717fd61f89d91
Author: Gris Ge <***@redhat.com>
Date: Sat Mar 14 21:04:00 2015 +0800

MegaRAID Plugin: Add missing capability VOLUME_RAID_INFO

* Add missing lsm.Capabilities.VOLUME_RAID_INFO.

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

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

Summary of changes:
plugin/megaraid/megaraid.py | 90 ++++++++++++++++++++++--------------------
1 files changed, 47 insertions(+), 43 deletions(-)


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