[GH-ISSUE #16] [BUG] qm set --pool invalid #12

Closed
opened 2026-03-03 01:17:21 +03:00 by kerem · 1 comment
Owner

Originally created by @raymondh2 on GitHub (Apr 3, 2025).
Original GitHub issue: https://github.com/coelacant1/ProxmoxScripts/issues/16

Description

--pool is not a valid option for the qm command. See in BulkClone.sh
pvesh can do this though https://pve.proxmox.com/pve-docs/api-viewer/index.html#/pools

Steps to Reproduce

Expected Behavior

A clear and concise description of what you expected to happen.

Screenshots/Logs

If applicable, add any relevant screenshots or error logs to help explain your problem.

Environment

  • Browser [if applicable]: [e.g. Chrome 80]
  • Version [if relevant]: [e.g. 1.0.0]

Additional Context

Add any other context about the problem here.

Originally created by @raymondh2 on GitHub (Apr 3, 2025). Original GitHub issue: https://github.com/coelacant1/ProxmoxScripts/issues/16 ## Description --pool is not a valid option for the qm command. See in BulkClone.sh pvesh can do this though https://pve.proxmox.com/pve-docs/api-viewer/index.html#/pools ## Steps to Reproduce 1. 2. 3. ## Expected Behavior A clear and concise description of what you expected to happen. ## Screenshots/Logs If applicable, add any relevant screenshots or error logs to help explain your problem. ## Environment - **Browser** [if applicable]: [e.g. Chrome 80] - **Version** [if relevant]: [e.g. 1.0.0] ## Additional Context Add any other context about the problem here.
kerem 2026-03-03 01:17:21 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@coelacant1 commented on GitHub (Apr 9, 2025):

Modified the clone script to add the pool within the qm line: qm clone $SOURCE_VM_ID $TARGET_VM_ID --name $VM_NAME --pool $POOL_NAME

Thanks for letting me know!

<!-- gh-comment-id:2791177174 --> @coelacant1 commented on GitHub (Apr 9, 2025): Modified the clone script to add the pool within the qm line: qm clone $SOURCE_VM_ID $TARGET_VM_ID --name $VM_NAME --pool $POOL_NAME Thanks for letting me know!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxScripts#12
No description provided.