-
Notifications
You must be signed in to change notification settings - Fork 5
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
More tests for zfs-ng SMAPIv3 driver #214
base: master
Are you sure you want to change the base?
Commits on Apr 4, 2024
-
lib/vdi: add shapshot and clone operations
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for e7326c7 - Browse repository at this point
Copy the full SHA e7326c7View commit details -
zfs-vol: add simple tests for cloning a VDI (xfail) and a VDI snapshot
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 25aafa1 - Browse repository at this point
Copy the full SHA 25aafa1View commit details -
zfs-vol: create tests for VDI destroy as we want it for the public proto
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 31a72ab - Browse repository at this point
Copy the full SHA 31a72abView commit details -
WIP zfs-vol: add basics setup for testing snapshot/clone chains
* this only tests clones of snapshots, as cloning without explicit snap is not supported yet FIXME: * vdi_and_snaps_chain is nothing specific to ZFS, should be moved to somewhere generic
Configuration menu - View commit details
-
Copy full SHA for c69a328 - Browse repository at this point
Copy the full SHA c69a328View commit details -
zfs-vol: test destroying each VDI in the chain independently from the…
… others Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 2fa842a - Browse repository at this point
Copy the full SHA 2fa842aView commit details -
zfs-vol: test destroying the chain in all remaining orders supported …
…by proto Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 6c216c3 - Browse repository at this point
Copy the full SHA 6c216c3View commit details -
WIP zfs-vol: add a test for destroying base of a snap with 2 clones
No failure should happen, but this can be used to check in the logs that we only perform the single required "zfs promote" and not one per clone. FIXME: automate this check
Configuration menu - View commit details
-
Copy full SHA for 1fb6d07 - Browse repository at this point
Copy the full SHA 1fb6d07View commit details -
zfs-vol: test chain of VDI clones and their destuction (xfail)
Cloning a VDI without a snapshot is not implemented yet. Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 46077e9 - Browse repository at this point
Copy the full SHA 46077e9View commit details -
zfs-vol: now implements "extra clones to unlock promotion"
... with side effect that some extra clones will now prevent destruction of some snapshots Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 4c7c21e - Browse repository at this point
Copy the full SHA 4c7c21eView commit details -
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for 2415229 - Browse repository at this point
Copy the full SHA 2415229View commit details -
zfs-vol: test chain of VDI clones and their destuction (xfail)
Cloning a VDI without a snapshot is just not implemented yet. Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for dd75e38 - Browse repository at this point
Copy the full SHA dd75e38View commit details -
zfs-vol: add a test for VDI resize
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Configuration menu - View commit details
-
Copy full SHA for cd35610 - Browse repository at this point
Copy the full SHA cd35610View commit details
Commits on Apr 25, 2024
-
WIP test_create_and_destroy_sr: make sure SR is destroyed if VM.creat…
…e fails TODO: all other SR
Configuration menu - View commit details
-
Copy full SHA for b1bc1f8 - Browse repository at this point
Copy the full SHA b1bc1f8View commit details