mirror of
https://github.com/coelacant1/ProxmoxScripts.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #16] [BUG] qm set --pool invalid #12
Labels
No labels
bug
bug
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ProxmoxScripts#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Additional Context
Add any other context about the problem here.
@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!