VIDB/VCFA 9.0.2 install fails with "failed to create task for container" error
search cancel

VIDB/VCFA 9.0.2 install fails with "failed to create task for container" error

book

Article ID: 425929

calendar_today

Updated On:

Products

VCF Operations VCF Automation

Issue/Introduction

After patching VCF Fleet Management from 9.0.0 → 9.0.2, and subsequently deploying VIDB/VCFA, the deployment fails while creating registry docker container:

LCMVSPHERECONFIG1000095 with an error that contains "Error response from daemon: failed to create task for container: failed to start shim: start failed:"

Environment

VCF Operations 9.0.2

Cause

The upgrade of VCF Fleet Management from 9.0.x.0 to 9.0.2.0 completes successfully but fails to restart the containerd service on the appliance.

Resolution

Restart containerd on the VCF Operations Fleet Management appliance.

Steps:

  1. Connect to the Fleet Management instance via SSH as root.
    ssh root@<Fleet_ip>
  2. Restart the containerd
    systemctl restart containerd
  3. Ensure containerd is running
    systemctl status containerd
  4. Retry failing step from the Fleet Management UI