From 0dec2f269b4c5c65cb59b8ae9d5909e0f6b55668 Mon Sep 17 00:00:00 2001 From: Mehran Kholdi Date: Thu, 23 Apr 2020 18:18:35 +0430 Subject: [PATCH] Add README --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..14097e3 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +RawFilePV +=== + +Kubernetes LocalPVs on Steroids + +Features +--- + +- [x] Near-zero disk performance overhead +- [x] Dynamic provisioning +- [x] Enforced volume size limit +- [x] Thin provisioned +- [x] Access Modes + - [x] ReadWriteOnce + - ~~ReadOnlyMany~~ + - ~~ReadWriteMany~~ +- [ ] Volume modes + - [x] `Filesystem` mode + - [ ] `Block` mode +- [ ] Volume metrics +- [ ] Supports fsTypes +- [ ] Online expansion: If fs supports it (e.g. ext4, btrfs) +- [ ] Online shrinking: If fs supports it (e.g. btrfs) +- [ ] Offline expansion/shrinking +- [ ] Ephemeral inline volume +- [ ] Snapshots: If the fs supports it (e.g. btrfs)