]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/run_bench(): modify perform_write_test() to adopt Crimson's 67963/head
authorRonen Friedman <rfriedma@redhat.com>
Mon, 23 Mar 2026 16:25:24 +0000 (16:25 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Fri, 27 Mar 2026 12:14:28 +0000 (15:14 +0300)
commitfadc4526dcf8997d5577116ac0ce7f5c501dcfc2
tree7a997012743528b114b9988a20b13df8ccddc93a
parent28c3b68086a3cad72c560a5be90b7f3daa06cf47
osd/run_bench(): modify perform_write_test() to adopt Crimson's
randomness implementation.

Changed from memset with a single random byte to std::generate_n()
with per-byte randomness, matching Crimson.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/OSD.cc