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

Martin Basti mbasti at redhat.com
Fri May 20 13:00:39 UTC 2016



On 19.05.2016 13:34, Stanislav Laznicka wrote:
>
> 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.
Shame, shame, shame on me.

>>
>> On 05/12/2016 04:34 PM, Martin Basti wrote:
>>> Patch attached.
>>>
>>> https://fedorahosted.org/freeipa/ticket/5868
>>>
>>>
>>>
>>
>>
>>
>

I moved starting of CA to the earlier phase and swapped start/stop to 
correct order.

Patch attached.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160520/02d7ab15/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: freeipa-mbasti-0477.2-Upgrade-always-start-CA.patch
Type: text/x-patch
Size: 1970 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/freeipa-devel/attachments/20160520/02d7ab15/attachment.bin>


More information about the Freeipa-devel mailing list