summaryrefslogtreecommitdiff
path: root/common/populate
diff options
context:
space:
mode:
Diffstat (limited to 'common/populate')
-rw-r--r--common/populate6
1 files changed, 3 insertions, 3 deletions
diff --git a/common/populate b/common/populate
index 524e0c32..3d233073 100644
--- a/common/populate
+++ b/common/populate
@@ -89,7 +89,7 @@ __populate_create_dir() {
$here/src/popdir.pl --dir "${name}" --end "${nr}" "$@"
test -z "${missing}" && return
- $here/src/popdir.pl --dir "${name}" --start 1 --incr 2 --end "${nr}" --remove "$@"
+ $here/src/popdir.pl --dir "${name}" --start 1 --incr 19 --end "${nr}" --remove "$@"
}
# Create a large directory and ensure that it's a btree format
@@ -123,7 +123,7 @@ __populate_xfs_create_btree_dir() {
done
test -z "${missing}" && return
- $here/src/popdir.pl --dir "${name}" --start 1 --incr 2 --end "${nr}" --remove
+ $here/src/popdir.pl --dir "${name}" --start 1 --incr 19 --end "${nr}" --remove
}
# Add a bunch of attrs to a file
@@ -138,7 +138,7 @@ __populate_create_attr() {
${PYTHON3_PROG} $here/src/popattr.py --file "${name}" --end "${nr}"
test -z "${missing}" && return
- ${PYTHON3_PROG} $here/src/popattr.py --file "${name}" --start 1 --incr 2 --end "${nr}" --remove
+ ${PYTHON3_PROG} $here/src/popattr.py --file "${name}" --start 1 --incr 19 --end "${nr}" --remove
return
fi