[GH-ISSUE #5] [BUG] /LXC/Storage/BulkMoveDisk.sh does not work #3

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

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-disk is not a command, rather the correct command is pct move-volume which 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.

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-disk` is not a command, rather the correct command is `pct move-volume` which 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](https://pve.proxmox.com/pve-docs/pct.1.html) 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.
kerem 2026-03-03 01:17:18 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@coelacant1 commented on GitHub (Feb 2, 2025):

Fixed in commit: github.com/coelacant1/ProxmoxScripts@0b64cedd90

<!-- gh-comment-id:2629485431 --> @coelacant1 commented on GitHub (Feb 2, 2025): Fixed in commit: https://github.com/coelacant1/ProxmoxScripts/commit/0b64cedd9020576ad4e43b0ae6dff399ad94a6d7
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#3
No description provided.