From e115d3f0e4f44a3de7fdb7a894cd88c48ca36460 Mon Sep 17 00:00:00 2001 From: Poornima G Date: Wed, 3 Apr 2019 12:47:47 +0530 Subject: [PATCH] Add support matrix of features supported of Ceph CSI version Signed-off-by: Poornima G --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 007b22e9f0a..0a44cf65ab8 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,23 @@ CephFS CSI plugins, see documentation in `docs/`. For example usage of RBD and CephFS CSI plugins, see examples in `examples/`. +## Support Matrix + +Here is the matrix that describes the features supported by the different +versions of Ceph CSI driver + +| | Features | CSI driver
Version |Kubernetes
Version | +|--------------|-----------------------------|-----------------------|----------------------| +| **CephFS** | Snapshot | 1.0 | 1.13 - 1.14 | +| | Clone from VolumeSnapshot | - | 1.13 - 1.14 | +| | Clone from VolumeSource | - | 1.13 - 1.14 | +| | Resize | - | 1.14 | +| | | | | +| **RBD** | Snapshot | 0.3, 1.0 | 1.13 - 1.14 | +| | Clone from VolumeSnapshot | 0.3, 1.0 | 1.13 - 1.14 | +| | Clone from VolumeSource | - | 1.13 - 1.14 | +| | Resize | - | 1.14 | + ## Troubleshooting Please submit an issue at: [Issues](https://github.com/ceph/ceph-csi/issues)