summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2016-03-21 06:51:34 +0100
committerKaleb KEITHLEY <kkeithle@redhat.com>2016-03-20 23:46:44 -0700
commit5706601e64d1b010828c5673b3bc7a44819372b3 (patch)
tree31961e8454739ee78e64bc1c3b687461fa552ec6
parent0c66ed43912ed13cb3bf3e5899918c9df9a72340 (diff)
SEEK-support: move to "done for 3.8"
Fixing a typo and added a link to the merged patches for completeness. Change-Id: Iae0155d23f8c16d6923be619bffa4da27dccc22e Signed-off-by: Niels de Vos <ndevos@redhat.com> Reviewed-on: http://review.gluster.org/13792 Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com> Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
-rw-r--r--done/GlusterFS 3.8/SEEK-support.md (renamed from accepted/SEEK-support.md)9
1 files changed, 5 insertions, 4 deletions
diff --git a/accepted/SEEK-support.md b/done/GlusterFS 3.8/SEEK-support.md
index 44599c3..9192211 100644
--- a/accepted/SEEK-support.md
+++ b/done/GlusterFS 3.8/SEEK-support.md
@@ -12,9 +12,10 @@ storage and network overhead when copies are made.
[Niels de Vos](mailto:ndevos@redhat.com)
## Current status
-Implemented. Only support for sharding ([bug 1301647]
-(https://bugzilla.redhat.com/1301647)) and stripe (support not planned) are
-missing.
+Implemented, all [relevant patches have been
+merged](http://review.gluster.org/#/q/status:merged+project:glusterfs+branch:master+topic:bug-1220173).
+Only support for sharding ([bug 1301647] (https://bugzilla.redhat.com/1301647))
+and stripe (support not planned) are missing.
## Related Feature Requests and Bugs
@@ -36,7 +37,7 @@ brick(s).
Sparse files are commonly used in environments with virtual machines. Improving
the support for sparse files helps users to reduce the storage needed for
backups and clones of VMs. In addition to that, creating a backup of a VM will
-become faster, because there is no need to transport the (zere filled) 'holes'
+become faster, because there is no need to transport the (zero filled) 'holes'
over the network anymore.