[pve-devel] [PATCH ha-manager v2 1/2] add 'no_start' flag for resources
Dietmar Maurer
dietmar at proxmox.com
Thu Nov 3 18:40:22 CET 2016
> >> + return SUCCESS if $service_config->{no_start};
> > Why do we need this for stop? I mean it is called 'no_start',
> > as opposed to 'no_stop'?
>
> no_start implies no_stop for me (we cannot stop a resource which is
> guaranteed to never be started)
really? need to think about that this night ;-)
> With templates we get also in trouble else if its disabled.
what kind of troubles? I can see that it make no sense to
stop a template, but it is no problem because it never runs?
More information about the pve-devel
mailing list