Tony Asleson
2014-06-30 20:34:43 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 d224b66d6524327f177bfe8c0914e0560b64849e (commit)
via bf86b111bbb215d3d5ccd4eb428357897337cc75 (commit)
via 089e69f4a079afd60458910e3c75e316ddae86ca (commit)
via a3a913b9e27d489414610ee07e272d271acdf0a3 (commit)
via 58a2b5eb99b8951c881a3564e85aa2e7efd44e81 (commit)
via 553a47ba23ac47bbfeb01c260896b27d5f862ba2 (commit)
via 794cd7b16f1884ead969758442d6a3a190b80502 (commit)
via e3f0e4ee0983cd2f443905947a332885b5fb9c9d (commit)
via 1c8962d12ea4bb4aed4721516df3466c958ae7f1 (commit)
via 683975af520630b7c1b5482c2b8dbea63fbead58 (commit)
from 63e6c25af4c7f35bf36152d4b2541ea29623113f (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 d224b66d6524327f177bfe8c0914e0560b64849e
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:28:44 2014 -0500
ibmv7k.py: Update capabilities
Signed-off-by: Tony Asleson <***@redhat.com>
commit bf86b111bbb215d3d5ccd4eb428357897337cc75
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:25:37 2014 -0500
targetd.py: Update capabilities
Signed-off-by: Tony Asleson <***@redhat.com>
commit 089e69f4a079afd60458910e3c75e316ddae86ca
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:11:54 2014 -0500
Fix re-worked exception handling for 8bb0835
The except needs to specify an exception type otherwise we
will catch things we are not interested in.
Signed-off-by: Tony Asleson <***@redhat.com>
commit a3a913b9e27d489414610ee07e272d271acdf0a3
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 15:42:32 2014 -0500
_data.py: Remove unused refs. to OPT_PROPERTIES
Signed-off-by: Tony Asleson <***@redhat.com>
commit 58a2b5eb99b8951c881a3564e85aa2e7efd44e81
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 15:40:52 2014 -0500
doxygen fixes
Signed-off-by: Tony Asleson <***@redhat.com>
commit 553a47ba23ac47bbfeb01c260896b27d5f862ba2
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 13:57:00 2014 -0500
lsm_datatypes.cpp: Fix port copy
Signed-off-by: Tony Asleson <***@redhat.com>
commit 794cd7b16f1884ead969758442d6a3a190b80502
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 13:40:58 2014 -0500
simc plugin: Fix call to lsm_capability_set_n
I'm starting to think this call is too difficult to use cleanly.
Signed-off-by: Tony Asleson <***@redhat.com>
commit e3f0e4ee0983cd2f443905947a332885b5fb9c9d
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 18:04:44 2014 -0500
C API: Add search filtering for target ports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 1c8962d12ea4bb4aed4721516df3466c958ae7f1
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 17:27:29 2014 -0500
C API: Add function to retrieve target ports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 683975af520630b7c1b5482c2b8dbea63fbead58
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 17:25:51 2014 -0500
C API: Add target_port datatype V2
V2: Bug fixes
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/include/libstoragemgmt/Makefile.am | 1 +
c_binding/include/libstoragemgmt/libstoragemgmt.h | 22 ++++-
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 97 ++++++++++++++++--
.../libstoragemgmt/libstoragemgmt_targetport.h | 107 ++++++++++++++++++++
.../include/libstoragemgmt/libstoragemgmt_types.h | 13 +++
c_binding/lsm_convert.cpp | 36 +++++++
c_binding/lsm_convert.hpp | 20 +++-
c_binding/lsm_datatypes.cpp | 86 ++++++++++++++++
c_binding/lsm_datatypes.hpp | 16 +++
c_binding/lsm_mgmt.cpp | 56 ++++++++++
c_binding/lsm_plugin_ipc.cpp | 64 ++++++++++++
doc/doxygen.conf.in | 2 +-
plugin/nstor/nstor_lsmplugin | 2 +-
plugin/ontap/ontap_lsmplugin | 2 +-
plugin/simc/simc_lsmplugin.c | 69 ++++++++++++-
plugin/smispy/smispy_lsmplugin | 2 +-
plugin/targetd/targetd.py | 12 ++-
plugin/targetd/targetd_lsmplugin | 2 +-
plugin/v7k/ibmv7k.py | 39 +-------
plugin/v7k/v7k_lsmplugin | 2 +-
python_binding/lsm/_client.py | 63 +++++++-----
python_binding/lsm/_data.py | 4 -
test/tester.c | 57 +++++++++++
23 files changed, 678 insertions(+), 96 deletions(-)
create mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_targetport.h
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via d224b66d6524327f177bfe8c0914e0560b64849e (commit)
via bf86b111bbb215d3d5ccd4eb428357897337cc75 (commit)
via 089e69f4a079afd60458910e3c75e316ddae86ca (commit)
via a3a913b9e27d489414610ee07e272d271acdf0a3 (commit)
via 58a2b5eb99b8951c881a3564e85aa2e7efd44e81 (commit)
via 553a47ba23ac47bbfeb01c260896b27d5f862ba2 (commit)
via 794cd7b16f1884ead969758442d6a3a190b80502 (commit)
via e3f0e4ee0983cd2f443905947a332885b5fb9c9d (commit)
via 1c8962d12ea4bb4aed4721516df3466c958ae7f1 (commit)
via 683975af520630b7c1b5482c2b8dbea63fbead58 (commit)
from 63e6c25af4c7f35bf36152d4b2541ea29623113f (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 d224b66d6524327f177bfe8c0914e0560b64849e
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:28:44 2014 -0500
ibmv7k.py: Update capabilities
Signed-off-by: Tony Asleson <***@redhat.com>
commit bf86b111bbb215d3d5ccd4eb428357897337cc75
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:25:37 2014 -0500
targetd.py: Update capabilities
Signed-off-by: Tony Asleson <***@redhat.com>
commit 089e69f4a079afd60458910e3c75e316ddae86ca
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 16:11:54 2014 -0500
Fix re-worked exception handling for 8bb0835
The except needs to specify an exception type otherwise we
will catch things we are not interested in.
Signed-off-by: Tony Asleson <***@redhat.com>
commit a3a913b9e27d489414610ee07e272d271acdf0a3
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 15:42:32 2014 -0500
_data.py: Remove unused refs. to OPT_PROPERTIES
Signed-off-by: Tony Asleson <***@redhat.com>
commit 58a2b5eb99b8951c881a3564e85aa2e7efd44e81
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 15:40:52 2014 -0500
doxygen fixes
Signed-off-by: Tony Asleson <***@redhat.com>
commit 553a47ba23ac47bbfeb01c260896b27d5f862ba2
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 13:57:00 2014 -0500
lsm_datatypes.cpp: Fix port copy
Signed-off-by: Tony Asleson <***@redhat.com>
commit 794cd7b16f1884ead969758442d6a3a190b80502
Author: Tony Asleson <***@redhat.com>
Date: Fri Jun 27 13:40:58 2014 -0500
simc plugin: Fix call to lsm_capability_set_n
I'm starting to think this call is too difficult to use cleanly.
Signed-off-by: Tony Asleson <***@redhat.com>
commit e3f0e4ee0983cd2f443905947a332885b5fb9c9d
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 18:04:44 2014 -0500
C API: Add search filtering for target ports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 1c8962d12ea4bb4aed4721516df3466c958ae7f1
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 17:27:29 2014 -0500
C API: Add function to retrieve target ports
Signed-off-by: Tony Asleson <***@redhat.com>
commit 683975af520630b7c1b5482c2b8dbea63fbead58
Author: Tony Asleson <***@redhat.com>
Date: Thu Jun 26 17:25:51 2014 -0500
C API: Add target_port datatype V2
V2: Bug fixes
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/include/libstoragemgmt/Makefile.am | 1 +
c_binding/include/libstoragemgmt/libstoragemgmt.h | 22 ++++-
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 97 ++++++++++++++++--
.../libstoragemgmt/libstoragemgmt_targetport.h | 107 ++++++++++++++++++++
.../include/libstoragemgmt/libstoragemgmt_types.h | 13 +++
c_binding/lsm_convert.cpp | 36 +++++++
c_binding/lsm_convert.hpp | 20 +++-
c_binding/lsm_datatypes.cpp | 86 ++++++++++++++++
c_binding/lsm_datatypes.hpp | 16 +++
c_binding/lsm_mgmt.cpp | 56 ++++++++++
c_binding/lsm_plugin_ipc.cpp | 64 ++++++++++++
doc/doxygen.conf.in | 2 +-
plugin/nstor/nstor_lsmplugin | 2 +-
plugin/ontap/ontap_lsmplugin | 2 +-
plugin/simc/simc_lsmplugin.c | 69 ++++++++++++-
plugin/smispy/smispy_lsmplugin | 2 +-
plugin/targetd/targetd.py | 12 ++-
plugin/targetd/targetd_lsmplugin | 2 +-
plugin/v7k/ibmv7k.py | 39 +-------
plugin/v7k/v7k_lsmplugin | 2 +-
python_binding/lsm/_client.py | 63 +++++++-----
python_binding/lsm/_data.py | 4 -
test/tester.c | 57 +++++++++++
23 files changed, 678 insertions(+), 96 deletions(-)
create mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_targetport.h
hooks/post-receive
--
libstoragemgmt
libstoragemgmt