We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PVE: 8.3.0 Scripts: 1.27
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.
pct move-disk
pct move-volume
pct move-volume <vmid> <volume (like rootfs)> <storage (the destination LVM)> This method accomplishes the intended goal.
pct move-volume <vmid> <volume (like rootfs)> <storage (the destination LVM)>
Here is a link to the pct man page documenting this command.
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.
The text was updated successfully, but these errors were encountered:
Fixed in commit: 0b64ced
Sorry, something went wrong.
No branches or pull requests
Version
PVE: 8.3.0
Scripts: 1.27
Description
pct move-disk
is not a command, rather the correct command ispct 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.
The text was updated successfully, but these errors were encountered: