LCOW issue when running Chrome in ACI

Lukas Eichler 1 Reputation point
2022-09-14T03:47:33.103+00:00

I'm running a ACI container based on Ubuntu on execute some Chrome automation. Recently I'm facing an LCOW issue that I cannot reproduce outside of ACI:

Error: Failed to start container importer, Error response: to create containerd task: failed to mount container storage: failed to add LCOW layer: failed to add VPMEM layer: uvm::addVPMemMappedDevice: failed to modify utility VM configuration: guest modify: guest RPC failure: failed to create dm-linear target, device-mapper device create: device or resource busy: unknown

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
645 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Naninga Karunaratne 0 Reputation points
    2023-02-16T15:34:28.2166667+00:00

    Hello Lukas! This error message is related to the Linux Container on Windows (LCOW) feature in Azure Container Instances.<sup>[0]</sup> It occurs when the device mapper is busy and unable to create a new device. To resolve this issue, try restarting the Docker service on the host machine. that doesn't work, try rebooting the host machine.

    Hope it helps to achieve your goal

    Please "Accept as Answer" and Upvote if it helped, so that it can help others in the community looking for help on similar topics. Thank you!

    0 comments No comments