mirror of
https://github.com/GoodOlClint/PSProxmoxVE.git
synced 2026-08-29 16:37:02 +00:00
feat: add Move-PveContainer cmdlet for LXC migration
- New Move-PveContainer cmdlet with -Online and -Wait support - Uses existing ContainerService.MigrateContainer - Pester unit tests added to ContainerLifecycle.Tests.ps1 - README cmdlet reference updated Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -238,6 +238,7 @@ SDN management requires Proxmox VE 8.0 or later. Connected server is version 7.4
|
||||
| `Stop-PveContainer` | Stop a container |
|
||||
| `Restart-PveContainer` | Restart a container |
|
||||
| `Copy-PveContainer` | Clone a container |
|
||||
| `Move-PveContainer` | Migrate a container to another node |
|
||||
| `Get-PveContainerConfig` | Get container configuration |
|
||||
| `Set-PveContainerConfig` | Modify container configuration |
|
||||
| `Get-PveContainerSnapshot` | List container snapshots |
|
||||
|
||||
Reference in New Issue
Block a user