-
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] udev path mappings for data disks broken in Rocky Linux 9.1 image #2987
Comments
@anhvoms Provisioning issue |
I'm seeing a similar issue on another Fedora 39 image created from the Azure specific cloud image, which was used to provision a VMSS with 2 data disks. 2 of the 3 VMSS instances are fine. But the 3rd one has an issue with the device mappings. So maybe this is not just Rocky Linux specific? [myuser@mysvr ~]$ waagent -version
WALinuxAgent-2.9.0.4 running on Fedora 39
Python: 3.12.0
Goal state agent: 2.9.0.4
[myuser@mysvr ~]$ sudo lsblk -a
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 150G 0 disk
└─sda1 8:1 0 150G 0 part /mnt
sdb 8:16 0 48G 0 disk
├─sdb1 8:17 0 100M 0 part /boot/efi
├─sdb2 8:18 0 1000M 0 part /boot
├─sdb3 8:19 0 4M 0 part
├─sdb4 8:20 0 1M 0 part
└─sdb5 8:21 0 46.9G 0 part /home
/
sdc 8:32 0 128G 0 disk
sdd 8:48 0 128G 0 disk
sr0 11:0 1 628K 0 rom
zram0 252:0 0 8G 0 disk [SWAP]
[myuser@mysvr ~]$ sudo ls -l /dev/disk/azure
lrwxrwxrwx. 1 root root 6 Nov 21 02:31 /dev/disk/azure -> ../sdc |
I have the same issue on RHEL 9.0 and 9.1 images I created myself that use two data disks.
|
I've found that using |
Describe the bug: A clear and concise description of what the bug is.
Firstly, I'm not sure if this is an image issue, or an issue with WALinuxAgent. Trying here first.
Summary: On image
erockyenterprisesoftwarefoundationinc1653071250513:rockylinux-9:rockylinux-9:9.1.20230215
(from the Azure marketplace), the mapping of data disks to paths under /dev/disk/azure/ is not happening. In the example below, /dev/sda is a 128GiB data disk which is not mapped under /dev/disk/azure/scsi1. Instead, it seems to map the disk directly to /dev/disk/azure. If there are multiple data disks, only one of them gets mapped, the others are not linked at all.Comparatively, here's the equivalent setup but with Rocky 8.7 (image urn:
erockyenterprisesoftwarefoundationinc1653071250513:rockylinux:free:8.7.20230215
)Distro and WALinuxAgent details (please complete the following information):
Additional context
Updating to Rocky Linux 9.2 (via.
sudo yum update && sudo yum upgrade
) does not help. Updating the WALinuxAgent to 2.9.1.1 (via.sudo python setup.py install --force
) also does not help.Log file attached
N/A
The text was updated successfully, but these errors were encountered: