Go to file
R Tyler Croy af58928c17 Add the rEADME 2023-12-06 22:47:30 -08:00
src initial commit 2023-12-06 22:18:41 -08:00
.gitignore initial commit 2023-12-06 22:18:41 -08:00
Cargo.toml initial commit 2023-12-06 22:18:41 -08:00
LICENSE.txt Add the rEADME 2023-12-06 22:47:30 -08:00
README.adoc Add the rEADME 2023-12-06 22:47:30 -08:00

README.adoc

<html lang="en"> <head> </head>

Zee Block Store

zbs provides local storage "auto-scaling" for EBS volumes on AWS EC2 instances. It works in concert with ZFS to dynamically add storage devices, such as EBS volumes, to the zpool as they become available. By doing so, zbs can be used to improve cost and performance of Linux or FreeBSD-based virtual machines.

Table of Contents

Design

zbs expects that a ZFS storage pool to already exist and be run with the permissions to interact with ZFS.

Licensing

This repository is licensed under the AGPL 3.0. If your organization is interested in re-licensing this function for re-use, contact me via email for commercial licensing terms: rtyler@buoyantdata.com

</html>