Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-13-g51f1d82
Tony Asleson
2014-07-18 18:57:45 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 51f1d823c2ba9b510cde1e261457dc1f93b3f400 (commit)
via 3648ea7f7615717747bf0e39de6ca4da97aab96c (commit)
via ba96b76bcc21e63a4bde22b80e88402a791a43cc (commit)
via 16929c3c67930c7f2d06dde098eb4e69275fadfc (commit)
via 454a13ebcbdd133e9a1dd4866ced98753b1a5b88 (commit)
via 21da10675ecba383e17f889ebf23ebc5ea0a289c (commit)
via d9e4b0fa7f3f6694e47a36ccc646948412e09dd7 (commit)
from 5b824aa1bd99cf63cc9ead41373b59221b019165 (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 51f1d823c2ba9b510cde1e261457dc1f93b3f400
Author: Gris Ge <***@redhat.com>
Date: Fri Jul 18 22:14:22 2014 +0800

Plugins: Return updated AccessGroup for access_group_initiator_add() and _delete()

* Updated these plugins for access_group_initiator_add() and
access_group_initiator_delete() return:
* nstor
* sim
* ontap

* Extra changes:
* ontap:
1. Use FilerError to ignore duplicate call of
access_group_initiator_add() and access_group_initiator_delete()
when initiator already added or removed.
2. Use FilerError to detect non-exist access group.
* nstor:
1. Check access group existence before making changes.
2. Check whether initiator already added or removed before making
changes.

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

commit 3648ea7f7615717747bf0e39de6ca4da97aab96c
Author: Gris Ge <***@redhat.com>
Date: Fri Jul 18 22:14:21 2014 +0800

lsmcli: display update AccessGroup for access_group_initiator_add() and _delete()

lsmcli: Display updated AccessGroup for 'access-group-add' and
'access-group-remove' command.

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

commit ba96b76bcc21e63a4bde22b80e88402a791a43cc
Author: Gris Ge <***@redhat.com>
Date: Fri Jul 18 22:14:20 2014 +0800

Python library: return updated AccessGroup for access_group_initiator_add() and _delete()

* Return updated AccessGroup instance for access_group_initiator_add()
and access_group_initiator_delete()

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

commit 16929c3c67930c7f2d06dde098eb4e69275fadfc
Author: Tony Asleson <***@redhat.com>
Date: Thu Jul 17 13:30:52 2014 -0500

C API: Access group add/del initiator, return update

To be consistent we will return an updated access group
when we add or remove an initiator from it. This makes
it consistent with other methods, like re-sizing a volume.

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

commit 454a13ebcbdd133e9a1dd4866ced98753b1a5b88
Author: Tony Asleson <***@redhat.com>
Date: Tue Jul 15 15:17:22 2014 -0500

C header: Fix typos

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

commit 21da10675ecba383e17f889ebf23ebc5ea0a289c
Author: Tony Asleson <***@redhat.com>
Date: Mon Jul 14 18:20:30 2014 -0500

C & PY API: Remove files parameter from fs ss create (V3)

Back in May we decided that we should remove this parameter.
I thought we had already did it, but we hadn't.

V2: Removed some references to capability constant that no
longer exists.

V3: Remove reference in cmdline.py

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

commit d9e4b0fa7f3f6694e47a36ccc646948412e09dd7
Author: Tony Asleson <***@redhat.com>
Date: Mon Jul 14 17:48:24 2014 -0500

Rename ag add/delete capabilities

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

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

Summary of changes:
c_binding/include/libstoragemgmt/libstoragemgmt.h | 34 ++++++----
.../libstoragemgmt/libstoragemgmt_capabilities.h | 5 +-
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 39 ++++++-----
c_binding/lsm_mgmt.cpp | 49 +++++++++-----
c_binding/lsm_plugin_ipc.cpp | 24 +++++--
plugin/nstor/nstor.py | 43 +++++++++++--
plugin/ontap/na.py | 7 ++-
plugin/ontap/ontap.py | 46 ++++++++++++--
plugin/sim/simarray.py | 25 ++++----
plugin/sim/simulator.py | 7 +-
plugin/simc/simc_lsmplugin.c | 26 ++++++--
plugin/smispy/smis.py | 8 +-
plugin/targetd/targetd.py | 2 +-
python_binding/lsm/_client.py | 15 +---
python_binding/lsm/_data.py | 5 +-
python_binding/lsm/_iplugin.py | 10 +--
test/plugin_test.py | 6 +-
test/tester.c | 69 +++++++++-----------
tools/lsmcli/cmdline.py | 25 ++-----
19 files changed, 267 insertions(+), 178 deletions(-)


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