-
Notifications
You must be signed in to change notification settings - Fork 378
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
[BUG] Cannot detect root partitions in /dev/disk/azure if OS disk is NVMe #2885
Comments
@anhvoms can you take a look? |
@anhvoms any progress on this ticket? |
apparently nvme data disk cannot be detected in /dev/disk/azure either |
is anyone working on waagent udev rules support on nvme disk? this is a issue blocking customers using v6 sku VM today, you could provision |
Find this rule in MSFT document: https://learn.microsoft.com/en-us/azure/virtual-machines/nvme-linux#421-manual-download-of-udev-file But may need to test it. |
bump! I'm seeing this too. It's quite annoying! |
@yuxisun1217 i tried out this udev rule file and didn't have much success checkout this device which is lun0 root@the-vm:/usr/lib/udev/rules.d# readlink /sys/class/block/nvme0n2/../device
../../../c05b:00:00.0
root@the-vm:/usr/lib/udev/rules.d# readlink /sys/class/block/nvme0n2/device
../../nvme0 the udev rule plays some games trying to bake the device id into the lun id
those did you have any success with anything else? |
Describe the bug: A clear and concise description of what the bug is.
For the VM sizes that use NVMe as OS disk(e.g Standard_E2bds_v5 and enable NVMe), the 66-azure-storage.rules cannot detect root partitions. No 'root' links under /dev/disk/azure:
For non-NVMe OS disk which is correct:
Distro and WALinuxAgent details (please complete the following information):
WALinuxAgent-2.7.0.6 running on rhel 9.2
Python: 3.9.16
Goal state agent: 2.9.1.1
Additional context
OS disk is NVMe.
The text was updated successfully, but these errors were encountered: