Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-165-gb9fc41d
Tony Asleson
2014-06-04 16:59: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 b9fc41da899f6901840d4e5cc1242cbc08246320 (commit)
via ef2935951d690e47978bdcdfd2b42af054df9a1b (commit)
from 1c0edfa9bac9f81535fe9ddc5baa1c21d09c99cc (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 b9fc41da899f6901840d4e5cc1242cbc08246320
Author: Tony Asleson <***@redhat.com>
Date: Tue Jun 3 12:10:37 2014 -0500

C API & python: Re-name grant/revoke functions

Rename:
lsm_access_group_grant -> lsm_volume_mask
lsm_access_group_revole -> lsm_volume_unmask

access_group_grant -> volume_mask
access_group_revoke -> volume_unmask

Removed RO/RW access parameter to volume_mask

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

commit ef2935951d690e47978bdcdfd2b42af054df9a1b
Author: Tony Asleson <***@redhat.com>
Date: Thu May 29 18:28:05 2014 -0500

C API: Property filtering V3

Patch to add property filtering on some of the listing functions.
I tried a few different approaches, but ended up going with this.

V2: Code change reductions, memory leak fixes, added capability
constants and error code for invalid key.
V3: Re-name filtering functions to be closer to python name

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

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

Summary of changes:
c_binding/include/libstoragemgmt/libstoragemgmt.h | 58 ++-
.../libstoragemgmt/libstoragemgmt_capabilities.h | 14 +-
.../include/libstoragemgmt/libstoragemgmt_error.h | 5 +-
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 121 ++++-
c_binding/lsm_mgmt.cpp | 139 ++++-
c_binding/lsm_plugin_ipc.cpp | 314 +++++++++-
doc/man/lsmcli.1.in | 15 +-
plugin/nstor/nstor.py | 18 +-
plugin/ontap/ontap.py | 8 +-
plugin/sim/simarray.py | 14 +-
plugin/sim/simulator.py | 10 +-
plugin/simc/simc_lsmplugin.c | 74 ++-
plugin/smispy/smis.py | 17 +-
python_binding/lsm/_client.py | 9 +-
python_binding/lsm/_data.py | 4 +-
python_binding/lsm/_iplugin.py | 6 +-
test/cmdtest.py | 17 +-
test/tester.c | 647 ++++++++++++++++----
tools/lsmcli/cmdline.py | 35 +-
19 files changed, 1219 insertions(+), 306 deletions(-)


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