Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 1.1.0
Tony Asleson
2014-12-04 22:09:17 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 b5594852db2253418c7bce0997ba166eaddc018e (commit)
via 826491f557bdc70afd85ff3e9602b6dc8c1ddc79 (commit)
via dea7eb918d4099b5974a947ce0cb1fb1a51a1953 (commit)
via b47f22c5cd18082f1b3fe79f485bbf750299fcdd (commit)
via b3547c46f4fc298f118f8acc201048fd81aaf762 (commit)
from 2b2ba1aba3a3e0d07df97a9c630a5f08cdb1f35f (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 b5594852db2253418c7bce0997ba166eaddc018e
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 4 14:24:52 2014 -0600

New release

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

commit 826491f557bdc70afd85ff3e9602b6dc8c1ddc79
Author: Tony Asleson <***@redhat.com>
Date: Thu Dec 4 11:49:46 2014 -0600

na.py: bugfix- Correctly check for reserved uid value

commit dea7eb918d4099b5974a947ce0cb1fb1a51a1953
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 3 15:45:35 2014 -0600

C API: Fix simc plugin and correct plugin header doxygen parameters

Plugin IPC for C plugins wasn't allowing some of the parameters to be NULL,
which they can be according to the header documentation. Fixed up code to
accomodate this valie use case. Also fixed a bug in ss_restore, we were
checking v_files twice instead of v_files and v_restore_file.

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

commit b47f22c5cd18082f1b3fe79f485bbf750299fcdd
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 3 15:41:19 2014 -0600

plugin_test.py: Call fs_child_dependency_rm regardless

In the case where it really isn't necessary we will check for a None
response which is expected in this case.

V2: Fix call arguments, doh!

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

commit b3547c46f4fc298f118f8acc201048fd81aaf762
Author: Tony Asleson <***@redhat.com>
Date: Wed Dec 3 15:39:57 2014 -0600

plugin_test.py: Remove test_close

This isn't needed as the tear down is exercising close. With this test
we hang when running against the simulator as we are trying to access the
state file which is already open.

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

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

Summary of changes:
NEWS | 35 ++++++++++++++++++
.../libstoragemgmt/libstoragemgmt_plug_interface.h | 2 +
c_binding/lsm_plugin_ipc.cpp | 21 +++++++----
configure.ac | 2 +-
packaging/libstoragemgmt.spec.in | 39 +++++++++++++++++++-
plugin/ontap/na.py | 2 +-
test/plugin_test.py | 7 ++--
7 files changed, 92 insertions(+), 16 deletions(-)


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