Hi After updating to 8.3, my SR did not work anymore. I have created it like this: ``` mkdir /srv/NasDrives ln -s /dev/sda2 /srv/NasDrives/sda xe sr-create name-label="My Nas Storage" name-description="Nas Storage" type=udev content-type=disk device-config:location=/srv/NasDrives xe sr-scan uuid=id ``` This results in disks with an unrecognized bus type and 0B size. I am therefore not able to assign this sr to a vm. Recreating the SR in a similar manor did not help as well.