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

mountUserDisks: Unable to mount non xfs volumes #9023

Closed
samip5 opened this issue Jul 16, 2024 · 2 comments
Closed

mountUserDisks: Unable to mount non xfs volumes #9023

samip5 opened this issue Jul 16, 2024 · 2 comments
Labels

Comments

@samip5
Copy link

samip5 commented Jul 16, 2024

Bug Report

Description

I have volumes that I want to mount to /var/mnt/disk*, but the task mountUserDisks skips them due to them being non xfs and having partitions already. It does succesfully only mount one of them that happens to be xfs formatted already.

Logs

192.168.2.129: user: warning: [2024-07-16T13:04:25.50399978Z]: [talos] phase userDisks (12/16): 1 tasks(s)
192.168.2.129: user: warning: [2024-07-16T13:04:25.50410178Z]: [talos] task mountUserDisks (1/1): starting
192.168.2.129: user: warning: [2024-07-16T13:04:25.50462578Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sdb", found existing partitions
192.168.2.129: user: warning: [2024-07-16T13:04:25.81249278Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sdc", found existing partitions
192.168.2.129: user: warning: [2024-07-16T13:04:25.92524178Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sdd", found existing partitions
192.168.2.129: user: warning: [2024-07-16T13:04:26.03776678Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sde", found existing partitions
192.168.2.129: user: warning: [2024-07-16T13:04:26.03838978Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sdf", found existing partitions
192.168.2.129: user: warning: [2024-07-16T13:04:26.26084178Z]: [talos] service[kubelet](Waiting): Waiting for service "cri" to be registered
192.168.2.129: user: warning: [2024-07-16T13:04:26.35882978Z]: [talos] task mountUserDisks (1/1): skipping setup of "/dev/sdg", found existing partitions
192.168.2.129: kern:  notice: [2024-07-16T13:04:26.36062878Z]: XFS (sdb1): Mounting V5 Filesystem 955fb884-ec04-4dcf-b234-a2480daa7411
192.168.2.129: kern:  notice: [2024-07-16T13:04:26.69872378Z]: XFS (sdb1): Starting recovery (logdev: internal)
192.168.2.129: kern:  notice: [2024-07-16T13:04:26.85271978Z]: XFS (sdb1): Ending recovery (logdev: internal)
192.168.2.129: kern: warning: [2024-07-16T13:04:26.91930278Z]: xfs filesystem being mounted at /var/mnt/disk2 supports timestamps until 2038-01-19 (0x7fffffff)
192.168.2.129: kern: warning: [2024-07-16T13:04:27.03824378Z]: XFS (sdc1): Invalid superblock magic number

Environment

  • Talos version: v1.8.0-alpha.1
  • Kubernetes version: None as it will not wanna bootstrap
  • Platform: Metal
samip5 added a commit to skyssolutions/talos that referenced this issue Jul 17, 2024
samip5 added a commit to skyssolutions/talos that referenced this issue Jul 17, 2024
samip5 added a commit to skyssolutions/talos that referenced this issue Jul 17, 2024
Copy link

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 13, 2025
@smira
Copy link
Member

smira commented Jan 13, 2025

Talos 1.9 should support extfs, but in general user disks will be reworked later.

@smira smira closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants