Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rebuild related changes based on metadata #28

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ env:
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=rebuild_test
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=txg_diff_test
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=fio_test
ZFS_BUILD_TAGS=0
- ZFS_TEST_TAGS=zrepl_test
Expand Down
4 changes: 1 addition & 3 deletions cmd/uzfs_test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@ uzfs_test_SOURCES = \
uzfs_test.c \
uzfs_test_sync.c \
uzfs_zvol_zap.c \
uzfs_txg_diff.c \
zrepl_utest.c \
uzfs_rebuilding.c

uzfs_test_rebuilding.c

uzfs_test_LDADD = \
$(top_builddir)/lib/libnvpair/libnvpair.la \
Expand Down
3 changes: 0 additions & 3 deletions cmd/uzfs_test/uzfs_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ uzfs_test_info_t uzfs_tests[] = {
{ uzfs_zvol_zap_operation, "uzfs zap operation test" },
{ replay_fn, "zvol replay test" },
{ unit_test_fn, "zvol read/write verification test"},
{ uzfs_txg_diff_verifcation_test,
"test to verify modified blocks between two txg for zvol" },
{ uzfs_txg_diff_tree_test, "txg_diff_tree functionality test" },
{ uzfs_rebuild_test, "uzfs rebuild pool test"},
{ zrepl_utest, "ZFS replication test" },
{ uzfs_test_get_metablk_details, "Tests offset,len calculations of"\
Expand Down
Loading