debian: Change systemd service presets for nfs
This work is part of Debian integration effort. This work affects only Debian. This will unlock puppet manifest apply at unlock. Nfs utilities on Debian use different service names. Enable them to allow puppet manifest for unlock progress. Otherwise exportfs doesn't function without the services started. Tests: PASS: on an existing setup, manually enabled the services before unlock, did run unlock, progressed further than the error PASS: build-pkgs && build-image PASS: install iso PASS: check nfs services are enabled Story: 2009101 Task: 44380 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: I41de2471074ecd3805f1cb1a74cbe3b976c01f9d
This commit is contained in:
parent
0ebda405d8
commit
cd1d36e808
@ -49,10 +49,17 @@ enable mlx4-config.service
|
||||
# nfs-utils-config.spec
|
||||
disable rpc-statd.service
|
||||
disable rpc-statd-notify.service
|
||||
disable nfs-lock.service
|
||||
disable nfslock.service
|
||||
enable nfscommon.service
|
||||
enable nfsserver.service
|
||||
#disable nfs-lock.service
|
||||
#disable nfslock.service
|
||||
#enable nfscommon.service
|
||||
#enable nfsserver.service
|
||||
|
||||
# nfs debian
|
||||
enable nfs-blkmap.service
|
||||
enable nfs-idmapd.service
|
||||
enable nfs-mountd.service
|
||||
enable nfs-server.service
|
||||
enable nfs-client.target
|
||||
|
||||
# fm-rest-api.spec
|
||||
enable fm-api.service
|
||||
|
Loading…
Reference in New Issue
Block a user