nvmefc-boot-connections.service は更新/アップグレード後に自動的に再有効化される
Issue
nvmefc-boot-connections.serviceは、nvme-cliパッケージの更新/アップグレード後に自動的に再有効化されます。
1. Install any previous version of nvme-cli package.
dnf install nvme-cli-1.12-4.el8_4 -y
2. Observe the service to be enabled.
systemctl status nvmefc-boot-connections.service
3. Disable the service:
systemctl disable nvmefc-boot-connections.service
4. Confirm the status
systemctl status nvmefc-boot-connections.service
5. Update the nvme-cli package.
dnf update nvme-cli -y
6. Observe the status:
systemctl status nvmefc-boot-connections.service
手順 6 では、nvmefc-boot-connections.service が "無効化" されていることが想定されますが、"有効化" されていることがわかります。
Environment
- Red Hat Enterprise Linux(RHEL) 8
- nvme-cli
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.