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
Due to NVMe devices using different naming conventions for disks/partition (/dev/nvmeXnYpN vice /dev/xvdXN), script fails when using ${CHROOTDEV}N as targeting-method. See:
Problem Description:
Due to NVMe devices using different naming conventions for disks/partition (
/dev/nvmeXnYpNvice/dev/xvdXN), script fails when using${CHROOTDEV}Nas targeting-method. See:Expected Behavior:
The
DiskSetup.shscript should work on both NVMe- and non NVME-enabled instance-typesFix recommendation:
Change targeting method used for the above-enumerated lines.