Skip to content

Commit 4fd5b17

Browse files
author
Don Brady
authored
DLPX-75755 [Backport of DLPX-75754 to 6.0.11.0] nfs-blkmap.service is running when it should be disabled by default (#331)
1 parent fde5e48 commit 4fd5b17

File tree

1 file changed

+8
-1
lines changed
  • files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks

1 file changed

+8
-1
lines changed

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright 2018, 2019 Delphix
2+
# Copyright 2018, 2021 Delphix
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -152,6 +152,13 @@
152152
#
153153
- command: systemctl mask systemd-journald-audit.socket
154154

155+
#
156+
# The nfs-blkmap.service is disabled by default but since it is wanted
157+
# by nfs-client.target it will always get started. We don't use pNFS
158+
# so mask the nfs-blkmap.service to keep it from running.
159+
#
160+
- command: systemctl mask nfs-blkmap.service
161+
155162
#
156163
# By default, the ulimit for core files is set to 0, and the default
157164
# filename and location for a core file is 'core' in the cwd. Update

0 commit comments

Comments
 (0)