-
Notifications
You must be signed in to change notification settings - Fork 0
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
Snapshot cloning e2e scenario 4 5 #146
base: main
Are you sure you want to change the base?
Conversation
…hot checksum validation
…napshot-cloning-e2e-scenario-1
…hot checksum validation
…napshot-cloning-e2e-scenario-4-5
e2e/e2e_tests/multi_lvol_run_fio.py
Outdated
self.sbcli_utils.add_lvol( | ||
lvol_name=lvol_name, | ||
pool_name=self.pool_name, | ||
size=self.lvol_size, | ||
distr_ndcs=2, | ||
distr_npcs=1 | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@RaunakJalan we shall provision all the LVOLs in this test on the same storage node.
e2e/__init__.py
Outdated
@@ -12,6 +14,8 @@ def get_all_tests(): | |||
TestSingleNodeOutage, | |||
TestSingleNodeMultipleFioPerfValidation, | |||
# TestSingleNodeFailure, | |||
# TestMultiLvolFio, - Enable when testing | |||
# TestMultiLvolFio, - Enable when testing snapshot and cloning | |||
# TestMultiLVOLRunFIO, - Enable when testing snapshot and cloning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestManyLvolSameNode
e2e/__init__.py
Outdated
# TestMultiLvolFio, - Enable when testing | ||
# TestMultiLvolFio, - Enable when testing snapshot and cloning | ||
# TestMultiLVOLRunFIO, - Enable when testing snapshot and cloning | ||
# TestSingleLvolMultipleCloneRunFIO, - Enable when testing snapshot and cloning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TestManyClonesFromSameSnapshot
Logs added for runs.
Scenario 4: https://simplyblock.atlassian.net/browse/SFAM-1155
Scenario 5: https://simplyblock.atlassian.net/browse/SFAM-1158