mirror of
https://github.com/coelacant1/ProxmoxScripts.git
synced 2026-04-26 17:35:49 +03:00
[GH-ISSUE #5] [BUG] /LXC/Storage/BulkMoveDisk.sh does not work #3
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#3
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 @omneex on GitHub (Jan 16, 2025).
Original GitHub issue: https://github.com/coelacant1/ProxmoxScripts/issues/5
Version
PVE: 8.3.0
Scripts: 1.27
Description
pct move-diskis not a command, rather the correct command ispct move-volumewhich can be used to move an LXC volume to another LVM.Example
pct move-volume <vmid> <volume (like rootfs)> <storage (the destination LVM)>This method accomplishes the intended goal.
Documentation
Here is a link to the pct man page documenting this command.
Additional Comments
It would also be more correct to change wording for LXCs from "disk" to "volume" as that is how the official documentation refers to them.
@coelacant1 commented on GitHub (Feb 2, 2025):
Fixed in commit:
github.com/coelacant1/ProxmoxScripts@0b64cedd90