Description of problem: The 'iscsi-initiator-utils' package would be installed as a dependency package of 'vdsm-gluster' package, if the fetch failure of the 'fence-agents' package is fixed (Bug 918896). However, if the 'iscsi-initiator-utils' package is installed, the 'iscsid' service would be automatically set to start at boot-time, which is not expected for a Red Hat Storage server, as per Bug 885574 . Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.Install RHS server through Red Hat Satellite server 2.The 'iscsi-initiator-utils' package would be installed as a dependency package of 'vdsm-gluster' package, if the fetch failure of the 'fence-agents' package is fixed (Bug 918896). 3.The 'chkconfig --list iscsid' command shows that the 'iscsid' service is set to start at boot-time. Actual results: If the 'iscsi-initiator-utils' package is installed due to being a dependent package, the 'iscsid' service would be automatically set to start at boot-time, which is not expected for a Red Hat Storage server. Expected results: If the 'iscsi-initiator-utils' package is installed due to being a dependent package, the Red Hat Storage packages/configuration must ensure that the 'iscsid' service should not be automatically set to start at boot-time. Additional info:
This should be resolved with installation of the redhat-storage-server package.
The new redhat-storage-server rpm does set iscsid to not start up at boot, but it is still running on a freshly installed RHS 2.1, off RH Satellite server. ---------------------------------------------------------------- # rpm -q --scripts redhat-storage-server | grep iscsi chkconfig iscsi off chkconfig iscsid off # chkconfig --list iscsid iscsid 0:off 1:off 2:off 3:off 4:off 5:off 6:off # service iscsid status iscsid (pid 2337) is running... # ps aux | grep iscsid | grep -v grep root 2336 0.0 0.0 4876 512 ? Ss 05:20 0:00 iscsid root 2337 0.0 0.0 5376 3328 ? S<Ls 05:20 0:00 iscsid ---------------------------------------------------------------- This is probably being started up by vdsmd (BZ 986229) ---------------------------------------------------------------- # grep iscsid /etc/init.d/vdsmd NEEDED_SERVICES="iscsid multipathd ntpd wdmd sanlock" /sbin/service iscsid force-start ---------------------------------------------------------------- Failed to qualify since iscsid still gets to be running on RHS 2.1, installed off RH Satellite.
Closing as per 986229