westerndigitalcorporation / zenfs

ZenFS is a storage backend for RocksDB that enables support for ZNS SSDs and SMR HDDs.
GNU General Public License v2.0
243 stars 88 forks source link

fs: Provide shim for NewZenFS calls that don't know about zonefs #225

Closed jsvaerke closed 2 years ago

jsvaerke commented 2 years ago

External callers of NewZenFS may not be aware of the zonefs support, so make a shim that converts from the "old" signature to the new one.

Signed-off-by: Jorgen Hansen jorgen.hansen@wdc.com

jsvaerke commented 2 years ago

OK, needs more work.