Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-124-g6d077c0
Tony Asleson
2014-05-13 19:34:37 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 6d077c0c590ea915d08d2bcae6b4b38bab7e4c70 (commit)
via 957825bb49da4feb219c7afcfd9d2059cfbcbef8 (commit)
via 3c5a356ab5c79e427ae89fbc43baa2bb359f05d2 (commit)
via 83e3ea3fca7c01b6e657c6270790010fd9a01cef (commit)
via a8e508c12f668dc9cdd44186363e938b03c41cc4 (commit)
via 04b9f0dbbebc8550274924e5a02e837b71d74542 (commit)
via 723416c3f8652a879bdcf59e7a564f144135ee97 (commit)
via 591dbaaf7141346e1cdcccdd97975b68f528976c (commit)
from fa30b7cdca132cc018915e346b4dfa70a0d03819 (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 6d077c0c590ea915d08d2bcae6b4b38bab7e4c70
Author: Gris Ge <***@redhat.com>
Date: Sat May 10 17:11:55 2014 +0800

SMI-S plugin: Raise error on no support array in profile register

1. Raise "NO_SUPPORT" error when "profile register" is supported but found
required profile is not supported.

2. Allowing user to use 'force_fallback_mode=yes' in URI to skip "profile
registration" check.
The LSM SMI-S plugin will automatically use fallback mode if "profile
registration" is not supported. If any SMI-S provider support that, we
should honor their support status expose by "profile registration".
But some storage array(Current found on Fujitsu SMI-S provider) show "no
support" via "profile registration" while support that profile well.
Before they fix their problem, user can use "force_fallback_mode=yes"
to skip "profile registration" check. Any only under this situation, can
user use "force_fallback_mode=yes".

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

commit 957825bb49da4feb219c7afcfd9d2059cfbcbef8
Author: Tony Asleson <***@redhat.com>
Date: Thu May 8 11:37:46 2014 -0600

plugin_test.py: Verify vpd83 meets our expectations

Signed-off-by: Tony Asleson <***@redhat.com>

commit 3c5a356ab5c79e427ae89fbc43baa2bb359f05d2
Author: Tony Asleson <***@redhat.com>
Date: Tue May 6 17:24:01 2014 -0600

Add assert for re-size volume

Signed-off-by: Tony Asleson <***@redhat.com>

commit 83e3ea3fca7c01b6e657c6270790010fd9a01cef
Author: Tony Asleson <***@redhat.com>
Date: Fri May 9 12:24:21 2014 -0600

smis.py: Comment out non-required Mode

Per the spec. the Mode parameter of CreateElementReplica is not
required.

Signed-off-by: Tony Asleson <***@redhat.com>

commit a8e508c12f668dc9cdd44186363e938b03c41cc4
Author: Tony Asleson <***@redhat.com>
Date: Thu May 8 11:36:19 2014 -0600

smis.py: Don't catch LsmErrors

Our generic error handler was falling through and wrapping
LsmErrors in a generic Exception handler code.

Signed-off-by: Tony Asleson <***@redhat.com>

commit 04b9f0dbbebc8550274924e5a02e837b71d74542
Author: Tony Asleson <***@redhat.com>
Date: Wed May 7 10:14:00 2014 -0600

smis.py: Add LocalOnly=False to EnumerateInstances

Found by Steve Quinn Hitachi Data Systems.

Thanks Steve!

Signed-off-by: Tony Asleson <***@redhat.com>

commit 723416c3f8652a879bdcf59e7a564f144135ee97
Author: Tony Asleson <***@redhat.com>
Date: Tue May 6 13:58:00 2014 -0600

smis.py: Make capability code more resilient

Add some additional checks for what we may have gotten returned to
us so that we don't try to reference things that may not exist.

Signed-off-by: Tony Asleson <***@redhat.com>

commit 591dbaaf7141346e1cdcccdd97975b68f528976c
Author: Tony Asleson <***@redhat.com>
Date: Tue May 6 12:00:28 2014 -0600

Clarify legend in html output

-Added link to source code from actual test run.

Signed-off-by: Tony Asleson <***@redhat.com>

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

Summary of changes:
plugin/smispy/smis.py | 168 +++++++++++++++++++++++++++---------------
test/plugin_test.py | 27 ++++++-
test/webtest/test_results.py | 16 ++--
3 files changed, 140 insertions(+), 71 deletions(-)


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