-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #56 from imjfckm/fix-core-info
Fix get_core_info trying to access already freed UUID
- Loading branch information
Showing
2 changed files
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ocf
updated
5 files
+4 −0 | README.md | |
+4 −1 | src/ocf_volume.c | |
+22 −12 | tests/functional/pyocf/types/core.py | |
+1 −3 | tests/functional/pyocf/types/ctx.py | |
+10 −9 | tests/functional/tests/management/test_start_stop.py |