]> git.proxmox.com Git - pve-container.git/commitdiff
pct: drop completion helper for target storage on remote-migration
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Mar 2024 09:23:01 +0000 (10:23 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 Mar 2024 09:23:03 +0000 (10:23 +0100)
not much use to complete local storages here

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/CLI/pct.pm

index c2a110e082072d8a8ac4034b1d61edb16fd6f9f2..513bcbacfb1fc76f8306cb13092c68252b86cd98 100755 (executable)
@@ -885,7 +885,6 @@ __PACKAGE__->register_method({
                default => 0,
            },
            'target-storage' => get_standard_option('pve-targetstorage', {
-               completion => \&PVE::QemuServer::complete_migration_storage,
                optional => 0,
            }),
            'target-bridge' => {