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

Mount btrfs fs with rescue= option #40

Merged
merged 1 commit into from
Mar 12, 2024
Merged

Conversation

jepio
Copy link
Member

@jepio jepio commented Mar 5, 2024

It looks like 'norecovery' is deprecated and has been removed in the v6.8-rc1 kernel. Replace it with 'rescue=nologreplay', which is a replacement implemented since v5.9. The standalone 'nologreplay' option is also deprecated.

See: https://lore.kernel.org/linux-btrfs/91c34f25266be07585b75fde0b580b9118f8786e.1700673401.git.josef@toxicpanda.com/

It looks like 'norecovery' is deprecated and has been removed in the v6.8-rc1
kernel. Replace it with 'rescue=nologreplay', which is a replacement
implemented since v5.9. The standalone 'nologreplay' option is also deprecated.

Signed-off-by: Jeremi Piotrowski <[email protected]>
@jepio jepio merged commit 541576a into flatcar-master Mar 12, 2024
1 check passed
@jepio jepio deleted the jepio/btrfs-opt branch March 12, 2024 09:53
jepio added a commit to flatcar/scripts that referenced this pull request Mar 12, 2024
'norecovery' was deprecated and has been removed in kernel v6.8 so switch to
the new way of doing things.

This pulls in flatcar/update_engine#40.

Signed-off-by: Jeremi Piotrowski <[email protected]>
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