]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd_fsx: do not exceed 250GB for fsx image
authorSage Weil <sage@inktank.com>
Thu, 24 Oct 2013 02:24:06 +0000 (19:24 -0700)
committerSage Weil <sage@inktank.com>
Thu, 24 Oct 2013 02:24:20 +0000 (19:24 -0700)
commit705a77f5d1c3159ac61200283dd50c154fcc55aa
treef07237360eae93ac67aff0e6a832f9557b11ca92
parent6a2dd66d6bbb0439c6d7665b74e6dd48d7bc8dc9
rbd_fsx: do not exceed 250GB for fsx image

This breaks on 32-bit architectures because fsx can't allocate the
in-memory buffer or hit some other limit.  500MG also seems to run out of
memory (tho it at least does not segfault).

Fixes: #6576
Signed-off-by: Sage Weil <sage@inktank.com>
teuthology/task/rbd_fsx.py