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
Description
After upgrading Docker Desktop to 2.3.0, containers do not have /dev/sda or /dev/sda1. We were relying on this for tests which broke in the CI due to Azure upgrading.
In the current upgraded version, containers now have /dev/vda and /dev/vda1.
@ChristineTChen thanks for your report. We changed the virtual hardware device used in hyperkit from AHCI to virtio-blk, hence the change from sda to vda. This ought to be an invisible change in most use-cases. However we also had some low-level internal tests which peeked at the underlying disk device which we had to modify to look for either sda or vda to remain backwards compatible. I recommend that approach, if possible. If not, could you explain your use-case a bit more?
Issues go stale after 90 days of inactivity.
Mark the issue as fresh with /remove-lifecycle stale comment.
Stale issues will be closed after an additional 30 days of inactivity.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so.
Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle stale
Description
After upgrading Docker Desktop to 2.3.0, containers do not have
/dev/sda
or/dev/sda1
. We were relying on this for tests which broke in the CI due to Azure upgrading.In the current upgraded version, containers now have
/dev/vda
and/dev/vda1
.Moved from moby/moby#40971
Steps to reproduce the issue:
docker run -it ubuntu bash
cat /proc/partitions
Describe the results you received:
No partitions called
sda
orsda1
.Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
If I downgrade to 2.2.0 , I see the expected results.
Output of
docker version
:Output of
docker info
:Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: