Skip to content

vmware-iso: Using the snapshot_name option with ESXi, the VMX file does not refer the correct snapshot #68

@julien-lang

Description

@julien-lang

I use packer to generate virtual machines on ESXi.

I set a snapshot_name combined with "keep_registered": true and "skip_export": true.

Packer succeed to create the Virtual Machine and the snapshot is created indeed but the VMX file does refer the snapshot:

  • Actual result:

    scsi0:0.filename = "disk.vmdk"
    
  • Expected result:

    scsi0:0.filename = "disk-000001.vmdk"
    

Related to #20

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions