Comment 3 for bug 2042092

Revision history for this message
Luke Dearden (lukedearden) wrote (last edit ):

Ran into this issue just now.

Looks like new VMs in Azure North Europe are now being deployed with 6.2.0-1016-azure whereas earlier today it was 6.2.0-1015-azure

Our cifs mounts obviously fail now.

I was able to rollback using the following

## Install older kernel
sudo apt install linux-image-6.2.0-1015-azure

## Remove newer kernel (select NO when asked)
sudo apt remove linux-image-6.2.0-1016-azure

## Reboot
sudo reboot