Bug 1301101

Summary: Add 'NotifyAccess=all' to systemd unit
Product: [Fedora] Fedora Reporter: Alexey Lebedeff <binarin>
Component: rabbitmq-serverAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: binarin, erlang, hubert.plociniczak, jeckersb, lemenkov, rjones, s
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-22 15:40:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Alexey Lebedeff 2016-01-22 15:23:38 UTC
Description of problem:

Change was recently merged into rabbitmq upstream (https://github.com/rabbitmq/rabbitmq-server/pull/574) that removes dependency on 'sd_notify' library. 

While this change will only land in RabbitMQ version 3.7.0, I suggest to add
'NotifyAccess=all', because otherwise service with 'Type=notify' will stop working.

Adding it as a bug so no time will be wasted on debugging this issue during packaging of 3.7.0 )

Comment 1 Peter Lemenkov 2016-01-22 15:40:22 UTC
(In reply to Alexey Lebedeff from comment #0)
> Description of problem:
> 
> Change was recently merged into rabbitmq upstream
> (https://github.com/rabbitmq/rabbitmq-server/pull/574) that removes
> dependency on 'sd_notify' library. 
> 
> While this change will only land in RabbitMQ version 3.7.0, I suggest to add
> 'NotifyAccess=all', because otherwise service with 'Type=notify' will stop
> working.

We already added NotifyAccess=all to our service-file couple of months ago. See this commit:

http://pkgs.fedoraproject.org/cgit/rpms/rabbitmq-server.git/commit/?id=ad7c119

Anyway, thanks for the tip.