]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/dev/filestore-filesystem-compatibliity: remove outdated xattr notes
authorSage Weil <sage@inktank.com>
Sat, 17 Aug 2013 18:04:47 +0000 (11:04 -0700)
committerSage Weil <sage@inktank.com>
Sat, 17 Aug 2013 19:34:11 +0000 (12:34 -0700)
Signed-off-by: Sage Weil <sage@inktank.com>
doc/dev/filestore-filesystem-compat.rst

index 622569245f1038615e630b5833e37a74a8d06e8d..c5f036edfee8f2565a26b7133857c63591bf6460 100644 (file)
@@ -7,26 +7,6 @@ http://marc.info/?l=ceph-devel&m=131942130322957&w=2
 Although running on ext4, xfs, or whatever other non-btrfs you want mostly
 works, there are a few important remaining issues:
 
-ext4 limits total xattrs for 4KB
-================================
-
-This can cause problems in some cases, as Ceph uses xattrs
-extensively. Most of the time we don't hit this. We do hit the limit
-with radosgw pretty easily, though, and may also hit it in exceptional
-cases where the OSD cluster is very unhealthy.
-
-There is a large xattr patch for ext4 from the Lustre folks that has been
-floating around for (I think) years. Maybe as interest grows in running
-Ceph on ext4 this can move upstream.
-
-Previously we were being forgiving about large setxattr failures on ext3,
-but we found that was leading to corruption in certain cases (because we
-couldn't set our internal metadata), so the next release will assert/crash
-in that case (fail-stop instead of fail-maybe-eventually-corrupt).
-
-XFS does not have an xattr size limit and thus does have this problem.
-
-
 OSD journal replay of non-idempotent transactions
 =================================================