Created attachment 775234 [details] Attaching vdsm log Description of problem: Not able to start Swit services from rhsc console. Version-Release number of selected component (if applicable): rhsc-2.1.0-0.bb6.el6rhs.noarch How reproducible: Always. Steps to Reproduce: 1. Install rhsc . 2. Add the rhs nodes to the cluster. 3. click on the server , and go to Gluster Swift tab. 4. Click on Start Swift link. Actual results: It starts the services and stops it. Expected results: It should start the service sucessfully. Additional info:
Created attachment 775235 [details] Attaching engine.log
hread-1282::DEBUG::2013-07-18 05:41:01,584::BindingXMLRPC::920::vds::(wrapper) return servicesAction with {'services': [{'status': 'ERROR', 'message': '/etc/init.d/gluster-swift-account: line 18: /usr/share/openstack-swift/functions: No such file or directory\n', 'name': 'gluster-swift-account'}, {'status': 'ERROR', 'message': '/etc/init.d/gluster-swift-container: line 18: /usr/share/openstack-swift/functions: No such file or directory\n', 'name': 'gluster-swift-container'}, {'status': 'ERROR', 'message': '/etc/init.d/gluster-swift-object: line 18: /usr/share/openstack-swift/functions: No such file or directory\n', 'name': 'gluster-swift-object'}, {'status': 'ERROR', 'message': '/etc/init.d/gluster-swift-proxy: line 18: /usr/share/openstack-swift/functions: No such file or directory\n', 'name': 'gluster-swift-proxy'}, {'status': 'RUNNING', 'message': '', 'name': 'memcached'}], 'status': {'message': 'Done', 'code': 0}} Thread-1284::DEBUG::2013-07-18 05:41:03,500::BindingXMLRPC::913::vds::(wrapper) client [10.70.37.91]::call servicesGet with (['memcached', 'glusterd', 'gluster-swift-proxy', 'smb', 'gluster-swift-account', 'gluster-swift-object', 'gluster-swift-container'],) {}
What are the commands being executed on the gluster swift node? We need to make sure that the commands use are supported.
To get the service status - service status gluster-swift-account service status gluster-swift-object service status gluster-swift-container etc To start/stop - service start gluster-swift-account service start gluster-swift-object service start gluster-swift-container etc
Correction: service gluster-swift-account status --> returns /etc/init.d/gluster-swift-account: line 18: /usr/share/openstack-swift/functions: No such file or directory service gluster-swift-account start --> returns /etc/init.d/gluster-swift-account: line 18: /usr/share/openstack-swift/functions: No such file or directory
Please retry this with the latest RHS iso. use openstack-swift-* services instead of gluste-swift-* services.
Retargeting for 2.1.z U2 (Corbett) release.
Moving this out of Corbett, as Swift service management is disabled in RHSC for now.
Swift service management feature is not targeted for Denali...so changing the flags
Closing this bug, as the Swift service management is currently disabled and has to be re-architected