Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error cloning template from shared storage #1387

Open
kverqus opened this issue Jun 11, 2024 · 0 comments
Open

Error cloning template from shared storage #1387

kverqus opened this issue Jun 11, 2024 · 0 comments
Labels
🐛 bug Something isn't working topic:clone

Comments

@kverqus
Copy link

kverqus commented Jun 11, 2024

Describe the bug
I'm attempting to clone a template assigned to node pve01 (and stored on a shared storage) to node pve02 or pve03 (a three node cluster). It works fine when cloning to pve01, and when manually doing it through the web GUI. When attempting to clone to pve02 I get hit by error cloning VM: received an HTTP 500 response - Reason: unable to f ind configuration file for VM 8000 on node 'pve02'

To Reproduce
Steps to reproduce the behavior:

  1. Create a template on pve01 in the cluster
  2. Create a resource using the template on node01 and the destination node pve02
  3. Run terraform apply
  4. See error
resource "proxmox_virutal_environment_vm" "test" {
  name = "test01"
  node_name = "pve02"

  clone {
    vm_id  = 8000  # template resides on node01
    full  = true
  }
}

Expected behavior
I'd expect the VM to be cloned to pve02 like when I perform the clone action through the web GUI.

Additional context

  • Clustered Proxmox version: 8.1.4
  • Provider version: 0.59.1
@kverqus kverqus added the 🐛 bug Something isn't working label Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working topic:clone
Projects
None yet
Development

No branches or pull requests

2 participants