Git Product home page Git Product logo

ezns's Introduction

Elastic ZNS Interface

OSDI 2023 paper (https://www.usenix.org/conference/osdi23/presentation/min)

Source Code

git clone https://github.com/jaehongm/eZNS
cd eZNS
git submodule update --init

Prerequisites

eZNS is currently only tested with the small-zone SSD described in the paper. You may use any small-zone SSD (regardless of real-hardware or software-emulated), but it must support all mandatory commands in the ZNS standard (e.g., Zone Reset, Get Zone Info, etc). Due to the lack of commands, eZNS does not support bdev_zone_block in SPDK.

eZNS bdev module

eZNS is implemented as a bdev module (bdev_detzone) in SPDK. Source codes are located at ./modules/bdev/detzone. You can run rpc.py to find available RPC commands.

./scripts/rpc.py --help
./scripts/rpc.py bdev_detzone_create --help
./scripts/rpc.py bdev_detzone_delete --help
./scripts/rpc.py bdev_detzone_ns_create --help
./scripts/rpc.py bdev_detzone_ns_delete --help

Sample Configuration JSON

We provide a sample configuration JSON file (ezns_rdma.json) used in the paper. It creates an NVMe-over-Fabrics RDMA target with four eZNS namespaces over a single small-zone SSD.

Enable/Disable features

You can enable/disable features in vbdev_detzone_internal.h. Most of the parameters are also configurable, but we recommend you read the paper and take some time with the codes before making a change.

Recovery after shutdown

This version DOES NOT guarantee full recovery after shutdown. (Current recovery procedure does not apply to the latest data structure.) We highly recommend users perform RESET for all zones before running eZNS.

ezns's People

Contributors

alekseymarchuk avatar changpe1 avatar comphix avatar cunyinch avatar danielverkamp avatar darsto avatar dong-liuliu avatar eugenekochetov avatar floatious avatar glodfish-zg avatar jessehui avatar jiangmaox avatar jimharris avatar jkalwas avatar karlatec avatar kkaras169169 avatar ksztyber avatar liang2yan avatar maciej-szwed avatar mmkaypl avatar nconnolly1 avatar nedved1 avatar optimistyzy avatar pawelkax avatar peluse avatar seth5141 avatar tomzawadzki avatar wanghailiangx avatar wmalikow avatar yidong0635 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.