Merge https://github.com/topolvm/topolvm:main (225b01d) into main - #466
Merge https://github.com/topolvm/topolvm:main (225b01d) into main#466edge-enablement-team-rebase-bot[bot] wants to merge 413 commits into
Conversation
596fff7 to
d43a142
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: edge-enablement-team-rebase-bot[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @edge-enablement-team-rebase-bot[bot]. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
fix: re-enabling fips and trying brew golang builder test: switching to fedora because rhsm is giving issues
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev>
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
fix: re-enabling fips and trying brew golang builder test: switching to fedora because rhsm is giving issues
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Jeff Roche <jeroche@redhat.com>
Signed-off-by: red-hat-konflux <konflux@no-reply.konflux-ci.dev>
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
fix: re-enabling fips and trying brew golang builder test: switching to fedora because rhsm is giving issues
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Suleyman Akbas <sakbas@redhat.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Signed-off-by: Jeff Roche <jeroche@redhat.com>
RAID logical volumes consume more raw space than their usable size (e.g., raid1 doubles every write). Without RAID awareness, TopoLVM reports raw VG free space, overstating usable capacity and causing provisioning failures when the scheduler places pods on nodes that cannot actually fulfill the request. Add an overhead-factor field to the lvmd.yaml device class config. When set, reported available capacity is divided by this factor (available = vg_free / overhead_factor), giving the scheduler an accurate view of usable space. Defaults to 1.0 for backward compatibility. Signed-off-by: Bulat Zamalutdinov <13433317+qJkee@users.noreply.github.com>
- Merge latest upstream topolvm/topolvm:main - Bump k8s.io/* from v0.35.x to v0.36.2 - Bump controller-runtime to v0.24.1, controller-tools to v0.21.0 - Bump Go from 1.25 to 1.26.5 - Update Dockerfile to golang:1.26-bookworm - Fix duplicate Apply method in internal/client/client.go Signed-off-by: Bulat Zamalutdinov <13433317+qJkee@users.noreply.github.com>
d43a142 to
99db222
Compare
This is an automated rebase PR generated by RebaseBot.
Summary
https://github.com/topolvm/topolvm:mainhttps://github.com/openshift/topolvm:mainLogs
View job log