Bug 1005894

Summary: rhq storage service not-installed while installing storage with start=false
Product: [Other] RHQ Project Reporter: Armine Hovsepyan <ahovsepy>
Component: InstallerAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 4.9CC: ahovsepy, hrupp, jshaughn, mfoley
Target Milestone: ---   
Target Release: RHQ 4.10   
Hardware: x86_64   
OS: Windows   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-02-10 08:46:22 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 951619    
Attachments:
Description Flags
storage-install-start-false.png
none
storage-service-notInstalled.png none

Description Armine Hovsepyan 2013-09-09 15:44:34 UTC
Created attachment 795669 [details]
storage-install-start-false.png

Description of problem:
rhq storage service not-installed while installing storage with start=false

Version-Release number of selected component (if applicable):
48a76fe

How reproducible:
always

Steps to Reproduce:
1. run rhqctl.bat install --storage --storage-config ${path/to/rhq-storage.properties} - where rhq-storage.properties has start=false configuration  
2. run rhqctl.bat status
3. run rhqct.bat start --storage

Actual results:
after step1. storage with service-name installed with exit 0 present
after step2. storage node is not installed log is present
after step3.  the following log is printed: The rhqstorage-WIN-VGPR5DOPEJJ service is not installed - The specified service does not exist as an installed service. (0x424)

Expected results:
after step1. storage node service installed and not running
after step2. storage node not running log present
after step3. storage node should be started


Additional info:
screen-shots attached

Comment 1 Armine Hovsepyan 2013-09-09 15:45:58 UTC
Created attachment 795670 [details]
storage-service-notInstalled.png

workaround is possible: re-running rhqct.bat install --storage  -- which will install the service and start it, keeping the parameters given by previous installation operation

Comment 2 Jay Shaughnessy 2014-02-07 21:02:25 UTC
Hi Armine, I think this BZ is out of date and can be closed.  We no longer have the "start" option in the rhq-storage.properties because we now have the separate rhqctl "install" and "start" commands.

If you agree, please close, otherwise please update with more details. Thanks.

Comment 3 Armine Hovsepyan 2014-02-10 08:46:22 UTC
Hi Jay,

rhqctl install (start) covers this issue. Cosing as wontfix.

Thank you.