[pve-devel] applied: [PATCH container] switch to 'ha-manager set'
Thomas Lamprecht
t.lamprecht at proxmox.com
Sat Nov 19 11:26:57 CET 2016
On 19.11.2016 10:04, Dietmar Maurer wrote:
> 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'?
>
I am in favour of stopped too, but I did not want to change functionality here.
More information about the pve-devel
mailing list