Page MenuHomeFreeBSD

Set use_nvd=0 in EC2 AMIs
ClosedPublic

Authored by cperciva on Apr 26 2020, 11:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 25 2024, 1:56 AM
Unknown Object (File)
Jan 25 2024, 1:56 AM
Unknown Object (File)
Jan 25 2024, 1:55 AM
Unknown Object (File)
Jan 25 2024, 1:25 AM
Unknown Object (File)
Jan 9 2024, 4:35 PM
Unknown Object (File)
Dec 23 2023, 5:51 AM
Unknown Object (File)
Dec 20 2023, 6:46 AM
Unknown Object (File)
Nov 26 2023, 7:52 AM
Subscribers
None

Details

Reviewers
imp
gjb
Group Reviewers
releng
Commits
rS360396: Set use_nvd=0 in EC2 AMIs.
Summary

FreeBSD is in the process of switching from nvd(4) to nda(4) as the disk device front-end to NVMe. Changing the default in the kernel is tricky since existing systems may have /dev/nvd* hard-coded e.g. in /etc/fstab; however, there's no reason to not change the default in HEAD for *new* systems.

At present I have no intention of MFCing this to stable branches, since someone might reasonably expect scripts they use for launching and configuring FreeBSD 12.1 instances to work with FreeBSD 12.2 AMIs, for example.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 30744

Event Timeline

cperciva created this revision.

Warner: We discussed this on IRC; please confirm that the comment in the code and what I wrote in the "summary" above make sense.

Release engineers: This is under /release/ so I figured you'd want to look at it before I commit to HEAD...

This revision is now accepted and ready to land.Apr 27 2020, 1:22 PM
This revision was automatically updated to reflect the committed changes.