diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..10df736 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# NEXT + +* `nvme-ebs-symlinks` hase been _deprecated_ and disabled by default. The **mdev-conf** package, as of v4.4 is now responsible for maintaining NVMe device symlinks for AWS. + + ***WARNING:*** The behavior of **mdev-conf** is slightly different -- only **/dev/sd** or **/dev/xvd** symlinks are created, *not both*! + +---- +_CHANGELOG begins 2023-04-29_ diff --git a/README.md b/README.md index 303ccf5..1715799 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ instance: the end of the **default** runlevel Optional features, which may not be universally necessary: -* manage symlinks from NVMe block devices to `/dev/xvd` and `/dev/sd` devices - (i.e. AWS Nitro instances) * manage hotpluggable network interfaces * sync IMDS-provided secondary IPv4 and IPv6 addresses network interfaces +* manage symlinks from NVMe block devices to `/dev/xvd` and `/dev/sd` devices + (i.e. AWS Nitro instances) Also included is a handy `imds` client script for easy access to an instance's IMDS data. @@ -167,6 +167,7 @@ configuration data. EBS volumes are attached to AWS EC2 Nitro instances using the NVMe driver. Unfortunately, the `/dev/nvme*` device names do not match the device name -assigned to the attached EBS volume. This hotplug module figures out what the -assigned device name is, and sets up `/dev/xvd*` and `/dev/sd*` symlinks to +assigned to the attached EBS volume. This hotplug module figures out what the assigned device name is, and sets up `/dev/xvd*` and `/dev/sd*` symlinks to the right NVMe devices for EBS volumes and their partitions. + +_(deprecated, see [CHANGELOG.md](CHANGELOG.md))_