Bug #1995
Turn down non-btrfs warning in FileStore
% Done:
0%
Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):
Description
WARNING: not btrfs or ext3. We don't currently support file systems other than btrfs and ext3 (data=journal or data=ordered). Data may be lost in the event of a crash.
That's coming out of FileStore.cc. It should probably be turned down (removed?) and certainly needs to be extended to not warn on ext4 or xfs (and maybe warn on ext3, because seriously).
Associated revisions
filestore: remove obsolete fs type check
This isn't a useful check. xfs and ext4 work too.
Fixes: #1995
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
History
#1 Updated by Sage Weil almost 12 years ago
- Status changed from New to Resolved