-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot use ZFS ZVOL #34
Comments
The relevant code is here: https://github.com/thomas-krenn/TKperf/blob/master/src/perfTest/Devices.py#L233-L248 That being said, I think you can also use the Perhaps it may also be a good idea to add a dedicated ZVol driver, like there is for Linux md RAID and LSI controllers. |
Hey @onitake, I will give that a try, thx. |
THX for your comments!
|
You could grep the output of 'zfs mount' which lists currently mounted datasets, not sure how to tell with zvols. |
Hey,
as the warning is very clear ;) I thought it would be possible to use a zvol as I didn't find any option to use a file to test (like you do with fio)
"!!!Attention!!!
All data on /dev/sdXXX will be lost!"
Is it possible to use zvol?
➜ TKperf git:(master) ✗ sudo tkperf hdd tank /dev/zvol/tank/tkperf-zvol -nj 2 -iod 16 -rfb You are not using a valid device or partition!
The text was updated successfully, but these errors were encountered: