Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-266-gfde6602
Tony Asleson
2014-07-03 19:33:50 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 fde6602e92ff98578cb2b676dd77389a1a8e2d7e (commit)
via 615432122335a4d4537d4f3ff41a50e3ecc19623 (commit)
via 142ca36db417bcf38bf108436f178dfcb144e3b0 (commit)
via 45b7fc134e3511de45ee323baee0c63288554fc0 (commit)
via 574f0061683ec1fc138473527fcd31eeeeae88ff (commit)
via 1ed0666afc4c0fc9df353424d92e230d5299d046 (commit)
via b71f4956e05645ca6e007d20ac8df7b3c15dd8f1 (commit)
via 1f286c4594b7aeffbe460901b96f3b49115118f9 (commit)
via 0fe93402f309912e5295d5afca02c7feb8f268f2 (commit)
via 2b790065a8fa641fe41bdb3633fafb21924b6519 (commit)
via 35c54686e752eb7d0399d72303e2d36ad2bb4a0a (commit)
via 886d535c8f4ce5bd96aabd55a99653243b0234da (commit)
via 026264f8a0874545f8ce97bef462423c2626cdd5 (commit)
via f1ec71c70826e33fbd99ff1a22535fe4c68e4945 (commit)
via b7a8243d67e26429258f71bea186acc831ecc136 (commit)
via 9ac8914c3a5e3d757cd72ec4ab757b0c4f11bcd6 (commit)
from d224b66d6524327f177bfe8c0914e0560b64849e (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 fde6602e92ff98578cb2b676dd77389a1a8e2d7e
Author: Tony Asleson <***@redhat.com>
Date: Thu Jul 3 13:17:08 2014 -0500

libstoragemgmt_targetport.h: Make target_port calls visible

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

commit 615432122335a4d4537d4f3ff41a50e3ecc19623
Author: Tony Asleson <***@redhat.com>
Date: Tue Jul 1 17:49:12 2014 -0500

tester.c: Check all lib. return codes

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

commit 142ca36db417bcf38bf108436f178dfcb144e3b0
Author: Tony Asleson <***@redhat.com>
Date: Tue Jul 1 15:20:53 2014 -0500

tester.c: Check target port values returned.

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

commit 45b7fc134e3511de45ee323baee0c63288554fc0
Author: Tony Asleson <***@redhat.com>
Date: Tue Jul 1 12:25:54 2014 -0500

runtests.sh: Add signal handler

Allow a user to ^C during a test and have the test clean
everything up, daemon and temp directory.

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

commit 574f0061683ec1fc138473527fcd31eeeeae88ff
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 20:34:14 2014 -0500

tester.c: Fix memory leaks

Makes it easier to spot real memory leaks in the library when the test has
none.

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

commit 1ed0666afc4c0fc9df353424d92e230d5299d046
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 20:33:29 2014 -0500

lsm_dataty[es.cpp: Copy initiator list.

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

commit b71f4956e05645ca6e007d20ac8df7b3c15dd8f1
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 15:02:28 2014 -0500

valgrind: G_SLICE & G_DEBUG for lsmd

We were getting false reports of memory leaks because
glib does some interesting pointer manipulation. Fixed
test script to G_SLICE & G_DEBUG env. variables were
defined for lsmd and subsequently the plug-ins that
were executed.

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

commit 1f286c4594b7aeffbe460901b96f3b49115118f9
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 14:08:25 2014 -0500

lsm_datatypes.cpp: Fix memory leak

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

commit 0fe93402f309912e5295d5afca02c7feb8f268f2
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 13:37:27 2014 -0500

C API: Make library includes consistent

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

commit 2b790065a8fa641fe41bdb3633fafb21924b6519
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 13:07:28 2014 -0500

xmltodict.py: Change method names to lower case

Conform to python convention of using lower case method names.

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

commit 35c54686e752eb7d0399d72303e2d36ad2bb4a0a
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 13:06:44 2014 -0500

ontap.py: Rename error to error_code to prevent collision with error
function.

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

commit 886d535c8f4ce5bd96aabd55a99653243b0234da
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 12:47:56 2014 -0500

na.py: PEP fixes (line length)

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

commit 026264f8a0874545f8ce97bef462423c2626cdd5
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 12:36:15 2014 -0500

_common.py: Rename Error & Info

Python convention is for functions to be in lower case.

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

commit f1ec71c70826e33fbd99ff1a22535fe4c68e4945
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 12:19:47 2014 -0500

smis.py: Declare variables

Both of these variables are declared in a try/except block.
Thus if an exception is thrown they will not exist before
they are potentially referenced. Declaring and initializing
to safe values.

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

commit b7a8243d67e26429258f71bea186acc831ecc136
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 12:15:21 2014 -0500

PY: WS Fixes

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

commit 9ac8914c3a5e3d757cd72ec4ab757b0c4f11bcd6
Author: Tony Asleson <***@redhat.com>
Date: Mon Jun 30 11:49:06 2014 -0500

eseries.py: Remove access_group_delete

1. The call to self._get_class_instance is incorrect
2. The base smi-s plugin doesn't support this functionality
3. The eseries plugin doesn't allow you to create a plugin, so
difficult to test

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

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

Summary of changes:
.../libstoragemgmt/libstoragemgmt_targetport.h | 12 +-
c_binding/lsm_convert.cpp | 4 +-
c_binding/lsm_datatypes.cpp | 30 +-
c_binding/lsm_datatypes.hpp | 6 +-
c_binding/lsm_ipc.cpp | 2 +-
c_binding/lsm_ipc.hpp | 2 +-
c_binding/lsm_mgmt.cpp | 8 +-
daemon/lsm_daemon.c | 2 +-
plugin/nstor/nstor.py | 7 +-
plugin/ontap/na.py | 21 +-
plugin/ontap/ontap.py | 8 +-
plugin/sim/simarray.py | 3 +-
plugin/smispy/eseries.py | 12 -
plugin/smispy/smis.py | 44 +-
python_binding/lsm/__init__.py | 2 +-
python_binding/lsm/_common.py | 8 +-
python_binding/lsm/_pluginrunner.py | 14 +-
python_binding/lsm/external/xmltodict.py | 34 +-
test/runtests.sh | 39 +-
test/tester.c | 770 ++++++++++----------
20 files changed, 513 insertions(+), 515 deletions(-)


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