Skip to content

Support fractional totalGiB in kperf data ingest - #1311

Merged
xinWeiWei24 merged 3 commits into
v2from
xinwei/configmap_v2
Sep 4, 2026
Merged

Support fractional totalGiB in kperf data ingest#1311
xinWeiWei24 merged 3 commits into
v2from
xinwei/configmap_v2

Conversation

@xinWeiWei24

Copy link
Copy Markdown
Collaborator

Compute object count with awk instead of shell integer arithmetic so values like 0.5 GiB work; bash $(( )) rejects decimals.

Drop the -first/-retry name suffix so each batch uses a stable set name
"<name>-b<batch>", making object names predictable for kperf load
profiles to target by prefix. Replace the rename-based retry (which left
partial objects from the failed attempt as orphans) with a bounded retry
loop that deletes the partial batch before re-creating, so each batch
ends up with exactly COUNT objects and accurate progress accounting.
Compute object count with awk instead of shell integer arithmetic so
values like 0.5 GiB work; bash $(( )) rejects decimals.
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown

For reviewers only: reply /run-tf-integration to trigger the terraform integration pipeline before approving the PR.

@xinWeiWei24
xinWeiWei24 merged commit 616e081 into v2 Sep 4, 2026
4 checks passed
@xinWeiWei24
xinWeiWei24 deleted the xinwei/configmap_v2 branch September 4, 2026 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants