[pve-devel] applied: [PATCH container] switch to 'ha-manager set'

Dietmar Maurer dietmar at proxmox.com
Sat Nov 19 10:04:56 CET 2016


applied, but have a question:

> @@ -237,7 +237,7 @@ __PACKAGE__->register_method({
>  
>  		my $service = "ct:$vmid";
>  
> -		my $cmd = ['ha-manager', 'disable', $service];
> +		my $cmd = ['ha-manager', 'set', $service, '--state', 'disabled'];

Why not 'stopped'?




More information about the pve-devel mailing list