You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like below command is not working on the Ubuntu24.04 distro. Below command returns nothing when run on Ubuntu 24.04 OS. And as there is no output for below command , no alias is getting created and the script stuck its execution.
In Ubuntu24.04 , something has changed with /dev naming conventions as e.g link for /dev/xvdf is not present when installed.
Hi ,
Looks like below command is not working on the Ubuntu24.04 distro. Below command returns nothing when run on Ubuntu 24.04 OS. And as there is no output for below command , no alias is getting created and the script stuck its execution.
In Ubuntu24.04 , something has changed with /dev naming conventions as e.g link for /dev/xvdf is not present when installed.
ALIAS=$(nvme id-ctrl -v "$${VOLUME}"| grep -Po '/dev/(sd[b-z]|xvd[b-z])')
The text was updated successfully, but these errors were encountered: