]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
filestore: (try to) warn if not btrfs or ext3
authorSage Weil <sage@newdream.net>
Tue, 2 Feb 2010 23:28:19 +0000 (15:28 -0800)
committerSage Weil <sage@newdream.net>
Tue, 2 Feb 2010 23:28:19 +0000 (15:28 -0800)
commit3a29b5c442da55ff1a05025b769ba8e384429d2e
tree0a7465059795610cc01b209d406fe34add196f81
parent6b09917ef91cae5387584b5749b815709ab8b370
filestore: (try to) warn if not btrfs or ext3

This can't distinguish between ext3 and ext4, still, and ext4 won't
work (because fsync(whatever) doesn't flush the whole journal).  Bleh.
src/os/FileStore.cc