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 Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2018, 2019 Delphix
2
+ # Copyright 2018, 2021 Delphix
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
5
5
# you may not use this file except in compliance with the License.
152
152
#
153
153
- command : systemctl mask systemd-journald-audit.socket
154
154
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
+
155
162
#
156
163
# By default, the ulimit for core files is set to 0, and the default
157
164
# filename and location for a core file is 'core' in the cwd. Update
You can’t perform that action at this time.
0 commit comments