Skip to content

Commit

Permalink
handler: update ganesha.pid path
Browse files Browse the repository at this point in the history
Due to some changes [1] in nfs-ganesha-4, we now have to use `/var/run/ganesha/ganesha.pid`

[1] nfs-ganesha/nfs-ganesha@52e15c3

Signed-off-by: Guillaume Abrioux <[email protected]>
  • Loading branch information
guits committed Jul 5, 2022
1 parent 434793e commit 45ddbed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ceph-handler/templates/restart_nfs_daemon.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
RETRIES="{{ handler_health_nfs_check_retries }}"
DELAY="{{ handler_health_nfs_check_delay }}"
NFS_NAME="ceph-nfs@{{ ceph_nfs_service_suffix | default(ansible_facts['hostname']) }}"
PID=/var/run/ganesha.pid
PID=/var/run/ganesha/ganesha.pid
{% if containerized_deployment | bool %}
DOCKER_EXEC="{{ container_binary }} exec ceph-nfs-{{ ceph_nfs_service_suffix | default(ansible_facts['hostname']) }}"
{% endif %}
Expand Down

0 comments on commit 45ddbed

Please sign in to comment.