Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Panic in block.VolumeManagerController #9350

Closed
maxpain opened this issue Sep 21, 2024 · 0 comments · Fixed by #9355
Closed

Panic in block.VolumeManagerController #9350

maxpain opened this issue Sep 21, 2024 · 0 comments · Fixed by #9355
Assignees

Comments

@maxpain
Copy link
Contributor

maxpain commented Sep 21, 2024

Bug Report

Hello. I'm trying to install Talos v1.8.0-beta.1 on the bare metal machine with 3 NVMe SSD disks using the following configuration, but getting a Panic error (see screenshot below). There is no such problem when installing v1.7.6 with the same configuration.

version: v1alpha1
debug: false
persist: true
machine:
    type: controlplane
    kubelet:
        image: ghcr.io/siderolabs/kubelet:v1.31.1
        extraConfig:
            maxPods: 512
        defaultRuntimeSeccompProfileEnabled: true
        disableManifestsDirectory: true
    network: {}
    install:
        diskSelector:
            size: <= 1TB
        extraKernelArgs:
            - cpufreq.default_governor=performance
        image: ghcr.io/siderolabs/installer:v1.8.0-beta.1
        wipe: false
    features:
        rbac: true
        stableHostname: true
        apidCheckExtKeyUsage: true
        diskQuotaSupport: true
        kubePrism:
            enabled: true
            port: 7445
        hostDNS:
            enabled: true
            forwardKubeDNSToHost: true
    nodeLabels:
        node.kubernetes.io/exclude-from-external-load-balancers: ""

Logs

image

Environment

  • Talos version: v1.8.0-beta.1
  • Platform: Bare metal
@smira smira self-assigned this Sep 23, 2024
smira added a commit to smira/talos that referenced this issue Sep 23, 2024
Fixes siderolabs#9350

Actual fix is siderolabs/go-blockdevice#111

Signed-off-by: Andrey Smirnov <[email protected]>
(cherry picked from commit 9b77698)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 23, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants