-
Notifications
You must be signed in to change notification settings - Fork 87
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
Can ZenFS support non-ZNS type SSDs? #291
Comments
Yes, it can be supported, but one would have to implement it and benchmark
it to measure the benefits.
Implementing this interface for conventional drives(somehow faking zone
operations) could work:
https://github.com/westerndigitalcorporation/zenfs/blob/master/fs/zbdlib_zenfs.h
Write amp could potentially be reduced a bit (delta conventional file
systems), but probably the biggest advantage
would be faster synced writes. ZenFS outperforms ext4 and xfs for small
synchronized buffered(e.g. WAL) writes by about 2x.
…On Thu, Apr 11, 2024 at 8:50 AM benqwu ***@***.***> wrote:
Can ZenFS support non-ZNS type SSDs, and what is the performance impact?
—
Reply to this email directly, view it on GitHub
<#291>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADNGOD7ZOIBI674YWRKRFDY4YXB3AVCNFSM6AAAAABGBW7QXOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTOMBSHAZDIMA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thank you for your reply. Does the ZenFS have a plan to support non-ZNS SSDs so that ZenFS can be applied to a wider range of scenarios? |
I have no plans to implement support for conventional devices, but would of
course happily review any pull requests in this direction :)
Thanks for your interest!
…On Mon, Apr 15, 2024 at 3:52 AM benqwu ***@***.***> wrote:
Thank you for your reply. Does the ZenFS have a plan to support non-ZNS
SSDs so that ZenFS can be applied to a wider range of scenarios?
—
Reply to this email directly, view it on GitHub
<#291 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADNGOEO3QQIMXDRJ47WMM3Y5MXEFAVCNFSM6AAAAABGBW7QXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJUGMYDENBYGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can ZenFS support non-ZNS type SSDs, and what is the performance impact?
The text was updated successfully, but these errors were encountered: