Support chunked resharding in OSD
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
GLOBAL_CONFIG=',"pg_reshard_chunk_size":100'
|
||||
OSD_COUNT=${OSD_COUNT:-6}
|
||||
PG_COUNT=16
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# Test the `no_same_sector_overwrites` mode
|
||||
|
||||
OSD_ARGS="--journal_no_same_sector_overwrites true --journal_sector_buffer_count 1024 --disable_data_fsync 1 --immediate_commit all $OSD_ARGS"
|
||||
GLOBAL_CONF='{"immediate_commit":"all"}'
|
||||
GLOBAL_CONFIG='{"immediate_commit":"all"}'
|
||||
|
||||
. `dirname $0`/run_3osds.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user