Cloud Director VM Snapshot shows details no name, type = external, timestamp = 31/12/1969 07:00, size = 0MB
search cancel

Cloud Director VM Snapshot shows details no name, type = external, timestamp = 31/12/1969 07:00, size = 0MB

book

Article ID: 397884

calendar_today

Updated On:

Products

VMware Cloud Director

Issue/Introduction

From the Cloud Director UI the following Snapshot details are shown:

- no name, type = external, timestamp = 31/12/1969 07:00, size = 0MB

API Request details show:

Request URL: https://[Cloud Director URL]/cloudapi/1.0.0/vm/urn:vcloud:vm:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/snapshots?page=1&pageSize=128&links=true

Returns: 

"values": [
 {
 "id": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
 "name": null,
 "isCurrent": false,
 "state": null,
 "storageConsumedMb": 0,
 "dateCreated": null,
 "memory": false,
 "quiesce": false,
 "vappSnapshotId": null,
 "parentSnapshotId": null,
 "vm": {
 "name": "[VM Name]",
 "id": "urn:vcloud:vm:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
 },
 "type": "External"
 }
 ]

Environment

Cloud Director 10.6.x

Cause

Unknown but possible causes:

1. Third Party creating and Deleting Snapshots quickly.
2. Temporary issue with Cloud Director receiving updates from vCenter leading to Cloud Director missing the update that this Snapshot was deleted.
3. Race condition in Cloud Director. With tasks from vCenter where the Snapshot is created and deleted within a rapid time. Leading to stale data.

Resolution

To resolve this issue, please open a Support Request with Broadcom Technical Support and reference this KB article 397884.

Database modifications may be required to resolve this issue and will require VMware Technical Support assistance.