Skip to content

Commit

Permalink
[cstor#163]Rebuilding related functionality added.
Browse files Browse the repository at this point in the history
* Replica rebuilding related functionality added.

Signed-off-by: satbir <[email protected]>
  • Loading branch information
satbirchhikara authored and Jan Kryl committed Jun 26, 2018
1 parent a336e6c commit 085fedd
Show file tree
Hide file tree
Showing 11 changed files with 1,075 additions and 84 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=zrepl_test
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=zrepl_rebuild_test
ZFS_BUILD_TAGS=0
- ZFS_BUILD_TAGS=1
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
Expand Down
1 change: 1 addition & 0 deletions cmd/uzfs_test/uzfs_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ uzfs_test_info_t uzfs_tests[] = {
{ uzfs_test_get_metablk_details, "Tests offset,len calculations of"\
" metadata for given data block" },
{ unit_test_fn, "zvol random read/write verification with metadata" },
{ zrepl_rebuild_test, "ZFS rebuild test" },
};

uint64_t metaverify = 0;
Expand Down
Loading

0 comments on commit 085fedd

Please sign in to comment.