[Freeipa-devel] [PATCH 0477] upgrade: always start CA

Stanislav Laznicka slaznick at redhat.com
Thu May 19 11:34:23 UTC 2016


Also, I tried to upgrade from 4.2.4 to 4.3.1 and it seems that it might 
be necessary to start the service even earlier in the upgrade logic. 
Attached is the trace that occurred during the upgrade.

I sent the whole log earlier accidentally, hopefully it will not arrive 
here as well.

On 05/19/2016 11:10 AM, Stanislav Laznicka wrote:
>
> NACK, see my comments below
>
> +    # following upgrade steps require running CA
> This is a nitpicky nitpick but could you please change this comment 
> for # the following ...
> Took me a while to understand what you were trying to say here.
> +    if ca_running and not ca.is_running():
> +        ca.stop('pki-tomcat')
> +    elif not ca_running and ca.is_running():
> +        ca.start('pki-tomcat')
> +
> You should swap ca.stop and ca.start here, you're stopping the service 
> when it's stopped and starting it when it's already running.
>
> On 05/12/2016 04:34 PM, Martin Basti wrote:
>> Patch attached.
>>
>> https://fedorahosted.org/freeipa/ticket/5868
>>
>>
>>
>
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160519/a8cf1035/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ipaupgrade.log
Type: text/x-log
Size: 2150 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160519/a8cf1035/attachment.bin>


More information about the Freeipa-devel mailing list