From 601bfa2719d8c9be40982b8a6526c21cd0ea4966 Mon Sep 17 00:00:00 2001 From: Kaushal M Date: Wed, 20 Jan 2016 13:09:23 +0530 Subject: Rename in_progress to under_review `in_progress` is vague term, which could either mean the feature review is in progress, or that the feature implementation is in progress. Renaming to `under_review` gives a much better indication that the feature is under review and implementation hasn't begun yet. Refer https://review.gluster.org/13187 for the discussion which lead to this Change-Id: I3f48e15deb4cf5486d7b8cac4a7915f9925f38f5 Signed-off-by: Kaushal M Reviewed-on: http://review.gluster.org/13264 Reviewed-by: Raghavendra Talur Tested-by: Raghavendra Talur --- under_review/index.md | 82 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 under_review/index.md (limited to 'under_review/index.md') diff --git a/under_review/index.md b/under_review/index.md new file mode 100644 index 0000000..0a3d47d --- /dev/null +++ b/under_review/index.md @@ -0,0 +1,82 @@ +GlusterFS 4.0 Release Planning +------------------------------ + +Tentative Dates: + +Feature proposal for GlusterFS 4.0 +---------------------------------- + +This list has been seeded with features from +which provides some rationale and context. Feel free to add more. Some +of the individual feature pages are still incomplete, but should be +completed before voting on the final 4.0 feature set. + +### Node Scaling Features + +- [Features/thousand-node-glusterd](../GlusterFS 3.6/Thousand Node Gluster.md): + Glusterd changes for higher scale. + +- [Features/dht-scalability](./dht-scalability.md): + a.k.a. DHT2 + +- [Features/sharding-xlator](../GlusterFS 3.7/Sharding xlator.md): + Replacement for striping. + +- [Features/caching](./caching.md): Client-side caching, with coherency support. + +### Technology Scaling Features + +- [Features/data-classification](../GlusterFS 3.7/Data Classification.md): + Tiering, compliance, and more. + +- [Features/SplitNetwork](./Split Network.md): + Support for public/private (or other multiple) networks. + +- [Features/new-style-replication](../GlusterFS 3.6/New Style Replication.md): + Log-based, chain replication. + +- [Features/better-brick-mgmt](./Better Brick Mgmt.md): + Flexible resource allocation + daemon infrastructure to handle + (many) more bricks + +- [Features/compression-dedup](./Compression Dedup.md): + Compression and/or deduplication + +### Small File Performance Features + +- [Features/composite-operations](./composite-operations.md): + Reducing round trips by wrapping multiple ops in one message. + +- [Features/stat-xattr-cache](./stat-xattr-cache.md): + Caching stat/xattr information in (user-space) server memory. + +### Technical Debt Reduction + +- [Features/code-generation](./code-generation.md): + Code generation + +- [Features/volgen-rewrite](./volgen-rewrite.md): + Technical-debt reduction + +### Other Features + +- [Features/rest-api](../GlusterFS 3.7/rest-api.md): + Fully generic API sufficient to support all CLI operations. + +- Features/mgmt-plugins: + No more patching glusterd for every new feature. + +- Features/perf-monitoring: + Always-on performance monitoring and hotspot identification. + +Proposing New Features +---------------------- + +[New Feature Template](../Feature Template.md) + +Use the template to create a new feature page, and then link to it from the "Feature Proposals" section above. + +Release Criterion +----------------- + +- TBD -- cgit