Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-150-g5d4bad4
Tony Asleson
2014-05-21 18:51:59 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 5d4bad43fc88a99c721d533abf2b2dbca69e3d81 (commit)
via 7370a7ed8ea61304c556716b2b7cabcfb8c2218f (commit)
via 08afac82eb84b44492f364e105741c7abd0fbfb5 (commit)
via 8cba95d0518fdf9068abf3cafa6d146973261f96 (commit)
via b4a155832080c46eb3c6cade067c377d60e0dc09 (commit)
via 77aedb7060596c18ff39a61554075c5fabc3b2f4 (commit)
via c57efd827311677a491ecec3e756b78eb26b67f1 (commit)
via f14e71faee31d8c4096c09e1a8444bd2961a9376 (commit)
via c72d5099e555eb6c2a7f7308b5d5a539eabb2eb9 (commit)
via 9c0daf602945c79b8318701f7432f549f1a78ccd (commit)
via 29c3f9548c1625dee6022a27a92f249c61279d50 (commit)
via b57acbe89637a93b64680161ff5a9bd20b9663f1 (commit)
from 98c6599d2f197447cffa165db61d7152d3ae0bf8 (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 5d4bad43fc88a99c721d533abf2b2dbca69e3d81
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 15:49:06 2014 -0500

python & C: Re-name access_group initiator add/delete

access_group_add_initiator -> access_group_initiator_add
access_group_del_initiator -> access_group_initiator_delete

Follow noun->verb and expand del to delete.

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

commit 7370a7ed8ea61304c556716b2b7cabcfb8c2218f
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 15:26:19 2014 -0500

python, C: use restore instead of revert

Block API will be using restore, not revert thus changing this
to match for snapshots.

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

commit 08afac82eb84b44492f364e105741c7abd0fbfb5
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 15:08:32 2014 -0500

python, C: Re-name file_clone to fs_file_clone

The naming was inconsistent with other methods.

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

commit 8cba95d0518fdf9068abf3cafa6d146973261f96
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 14:28:17 2014 -0500

python, C: Re-name start/shutdown JSON and methods

IRC discussions suggested changing this from:

startup -> plugin_startup
shutdown -> plugin_shutdown

However, the C API call backs were already called:

plugin_register, plugin_unregister

So I adopted that across the code base to make consistent.

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

commit b4a155832080c46eb3c6cade067c377d60e0dc09
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 13:54:39 2014 -0500

python: Rename access_group_del to access_group_delete

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

commit 77aedb7060596c18ff39a61554075c5fabc3b2f4
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 13:44:49 2014 -0500

ibmv7k: Remove unsupported/unimplemented methods

The base class will provide the default unsupported methods,
thus they don't need to exist here.

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

commit c57efd827311677a491ecec3e756b78eb26b67f1
Author: Tony Asleson <***@redhat.com>
Date: Tue May 20 13:36:26 2014 -0500

python: Rename get_available_plugins

get_available_plugins -> available_plugins

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

commit f14e71faee31d8c4096c09e1a8444bd2961a9376
Author: Tony Asleson <***@redhat.com>
Date: Mon May 19 18:28:17 2014 -0600

smis.py: Check SyncState & CopyType existence

Make sure they are present before trying to use.

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

commit c72d5099e555eb6c2a7f7308b5d5a539eabb2eb9
Author: Tony Asleson <***@redhat.com>
Date: Mon May 19 15:22:24 2014 -0600

plugin_test.py: Don't assume array has pools

Also check to make sure we have > 0 pools, volumes
etc. during testing.

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

commit 9c0daf602945c79b8318701f7432f549f1a78ccd
Author: Tony Asleson <***@redhat.com>
Date: Mon May 19 14:44:07 2014 -0600

smis.py: Exclude volumes reserved for system

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

commit 29c3f9548c1625dee6022a27a92f249c61279d50
Author: Tony Asleson <***@redhat.com>
Date: Mon May 19 10:56:18 2014 -0600

test_automated.py: Enforce test time limit

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

commit b57acbe89637a93b64680161ff5a9bd20b9663f1
Author: Tony Asleson <***@redhat.com>
Date: Mon May 19 09:15:41 2014 -0600

test_results.py: Comment out get/set tmo

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

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

Summary of changes:
c_binding/include/libstoragemgmt/libstoragemgmt.h | 10 +-
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 6 +-
c_binding/lsm_datatypes.cpp | 2 +-
c_binding/lsm_mgmt.cpp | 16 +-
c_binding/lsm_plugin_ipc.cpp | 26 ++--
daemon/lsm_rest.c | 8 +-
plugin/nstor/nstor.py | 14 +-
plugin/ontap/ontap.py | 20 ++--
plugin/sim/simarray.py | 34 ++--
plugin/sim/simulator.py | 26 ++--
plugin/simc/simc_lsmplugin.c | 12 +-
plugin/smispy/eseries.py | 4 +-
plugin/smispy/smis.py | 45 +++---
plugin/smispy/smisproxy.py | 4 +-
plugin/targetd/targetd.py | 4 +-
plugin/v7k/ibmv7k.py | 73 +---------
python_binding/lsm/_client.py | 44 +++---
python_binding/lsm/_cmdline.py | 14 +-
python_binding/lsm/_iplugin.py | 24 ++--
python_binding/lsm/_pluginrunner.py | 8 +-
test/cmdtest.py | 4 +-
test/plugin_test.py | 165 +++++++++++---------
test/tester.c | 14 +-
test/webtest/test_automated.py | 24 +++-
test/webtest/test_results.py | 2 +-
25 files changed, 287 insertions(+), 316 deletions(-)


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