about summary refs log tree commit homepage
path: root/lib/mogilefs/mogilefs.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-12-02 16:33:05 -0800
committerEric Wong <normalperson@yhbt.net>2008-12-10 12:25:35 -0800
commitcb85f82e640762aea81b7ad2b8aec1efed0aa572 (patch)
treea37c1f9316b803d1e8c6bd85f1a06090efdb5e17 /lib/mogilefs/mogilefs.rb
parent83dfe9644cbbc83b0f3bd05537874eecc8ad0a8c (diff)
downloadmogilefs-client-cb85f82e640762aea81b7ad2b8aec1efed0aa572.tar.gz
Needs more tests, but it seems to work...

I seem to have discovered a bug in mogtool which causes it to
generate incorrect MD5 checksums when the --gzip flag is used
(and --gzip actually just does zlib deflate, not something that
gzip(1) can actually decrypt).

So right now MD5 checksums are only verified on non-zlib-deflated
files.
Diffstat (limited to 'lib/mogilefs/mogilefs.rb')
-rw-r--r--lib/mogilefs/mogilefs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/mogilefs/mogilefs.rb b/lib/mogilefs/mogilefs.rb
index fcb33d8..00149ec 100644
--- a/lib/mogilefs/mogilefs.rb
+++ b/lib/mogilefs/mogilefs.rb
@@ -16,6 +16,7 @@ class MogileFS::Timeout < Timeout::Error; end
 class MogileFS::MogileFS < MogileFS::Client
 
   include MogileFS::Util
+  include MogileFS::Bigfile
 
   ##
   # The path to the local MogileFS mount point if you are using NFS mode.