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

[BUG] /LXC/Storage/BulkMoveDisk.sh does not work #5

Closed
omneex opened this issue Jan 16, 2025 · 1 comment
Closed

[BUG] /LXC/Storage/BulkMoveDisk.sh does not work #5

omneex opened this issue Jan 16, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@omneex
Copy link

omneex commented Jan 16, 2025

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.

@omneex omneex added the bug Something isn't working label Jan 16, 2025
@coelacant1
Copy link
Owner

coelacant1 commented Feb 2, 2025

Fixed in commit: 0b64ced

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants