You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
Currently, In C5, C5d, i3.metal, M5, M5d, R5, R5d, T3, and z1d instances, EBS volumes are exposed as NVMe block devices. The device names are /dev/nvme0n1, /dev/nvme1n1, and so on.
But the current Official Rancher AMI image does not recognize this correctly when deploying on one of these instance, Say T3. As it still looks for and uses the previous block names (/dev/xvda and so on) and the rancher.resize_device is also set as /dev/xvda whereas it should be set as /dev/nvme0n1
The text was updated successfully, but these errors were encountered:
RancherOS Version:
v1.4.0
Where are you running RancherOS?
AWS
Currently, In
C5, C5d, i3.metal, M5, M5d, R5, R5d, T3, and z1d
instances, EBS volumes are exposed as NVMe block devices. The device names are/dev/nvme0n1
,/dev/nvme1n1
, and so on.Ref: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nvme-ebs-volumes.html
But the current Official Rancher AMI image does not recognize this correctly when deploying on one of these instance, Say
T3
. As it still looks for and uses the previous block names (/dev/xvda
and so on) and therancher.resize_device
is also set as/dev/xvda
whereas it should be set as/dev/nvme0n1
The text was updated successfully, but these errors were encountered: