Issue
Description of problem:
If you remove iscsi-initiator-utils from a RHEL 7.7 system, it leaves behind a dangling symbolic link.
Version-Release number of selected component (if applicable): 6.2.0.874-11.el7
How reproducible: Always.
Steps to Reproduce:
1. yum install iscsi-initiator-utils
2. yum install iscsi-initiator-utils
3. ls -l /etc/systemd/system/sockets.target.wants/iscsid*
lrwxrwxrwx. 1 root root 37 Aug 21 09:28 /etc/systemd/system/sockets.target.wants/iscsid.socket -> /usr/lib/systemd/system/iscsid.socket
4. ls -l /usr/lib/systemd/system/iscsid.socket
ls: cannot access /usr/lib/systemd/system/iscsid.socket: No such file or directory
Actual results:
After removal of the iscsi-initiator-utils, a dangling symbolic link is left behind.
Expected results:
After removal of iscsi-initrator-utils, there are no dangling symbolic links.
Additional info:
Customer case will be attached!