Public bug reported:

[Impact]
========

In Gen2 VM, the 66-azure-storage.rules cannot create
/dev/disk/azure/resource and /dev/disk/azure/root softlinks. :(

[Test Plan]
===========

-> Untouched VM:
ssh -l ubuntu 20.119.40.77
disk tree:
/dev/disk/azure
└── scsi0
     ├── lun0 -> ../../../sda
     ├── lun0-part1 -> ../../../sda1
     ├── lun0-part14 -> ../../../sda14
     ├── lun0-part15 -> ../../../sda15
     ├── lun1 -> ../../../sdb
     └── lun1-part1 -> ../../../sdb1

-> VM with fixed /etc/udev/rules.d/66-azure-storage.rules:
ssh -l ubuntu 20.119.40.87
disk tree:
/dev/disk/azure
├── resource -> ../../sdb
├── resource-part1 -> ../../sdb1
├── root -> ../../sda
├── root-part1 -> ../../sda1
├── root-part14 -> ../../sda14
└── root-part15 -> ../../sda15

[Where Problems Could Occur]
============================

Right now the symlinks are broken and don't work as-is. With this fix,
they should start working again. The only part where this fix could
break stuff is where the users have done workarounds to make it work.
That shall be broken with this fix BUT either way, things would work.
Just not the way they'd have workaround'd it as. :)

** Affects: walinuxagent (Ubuntu)
     Importance: Undecided
     Assignee: Utkarsh Gupta (utkarsh)
         Status: Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1971141

Title:
   Cannot create /dev/disk/azure/resource softlinks in Gen2 VM

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/walinuxagent/+bug/1971141/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to