Re: [ovirt-users] hosted-engine setup Gluster fails to execute
Outstanding! Thank you Sahina! Your assistance is much appreciated. When I saw your email it reminded me that the versions were different and I was having an issue with reaching the internet from the engine storage servers. A DNS issue between my private DNS server and my organization's DNS server. I figured out a workaround and found that I had to install the ovirt release36 rpm repository also. Since my host server had 3.7 (since it had the oVirt release36 rpm repository) and my engine storage would only upgrade to the latest 3.6 GlusterFS version. All are now at Glusterfs 3.7.11 and working. I got past the storage configuration. From: Sahina Bose [mailto:sab...@redhat.com] Sent: Monday, May 2, 2016 11:24 PM To: Langley, Robert <robert.lang...@ventura.org>; users@ovirt.org Subject: Re: [ovirt-users] hosted-engine setup Gluster fails to execute Command that failed to execute from your hosted-engine node - "gluster volume info engine-vol --remote-host gsave0.engine.local" Can you check the glusterfs versions on the hosted-engine node and gsave0.engine.local node - are they the same? On 05/02/2016 11:08 PM, Langley, Robert wrote: Hi Sahina, Thank you for your response. Let me know if you'll need any of the log before the Storage Configuration section. I looked at this earlier and I was wondering why, after choosing to use GlusterFS, there is still reference to NFS (nfs.py)? I do believe NFS is disabled in my Gluster config for the engine cluster. -Robert 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND --== STORAGE CONFIGURATION ==-- 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND 2016-05-02 09:16:53 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._early_customization 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND During customization use CTRL-D to abort. 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1100 _check_existing_pools 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1101 getConnectedStoragePoolsList 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1103 {'status': {'message': 'OK', 'code': 0}, 'poollist': []} 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_TYPE 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVEglusterfs 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:510 ENV OVEHOSTED_STORAGE/domainType=str:'glusterfs' 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._brick_customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:148 condition False 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.nfs.Plugin._customization 2016-05-02 09:16:59 INFO otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:360 Please note that Replica 3 support is required for the shared storage. 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the full shared storage connection path to use (example: host:/path): 2016-05-02 09:17:22 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVEgsave0.engine.local:/engine-vol 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:828 execute: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), executable='None', cwd='None', env=None 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:878 execute-result: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--re
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
Thank you Simone! -Original Message- From: Simone Tiraboschi [mailto:stira...@redhat.com] Sent: Tuesday, May 3, 2016 12:34 AM To: Langley, Robert <robert.lang...@ventura.org> Cc: users@ovirt.org Subject: Re: [ovirt-users] hosted-engine setup Gluster fails to execute On Mon, May 2, 2016 at 7:38 PM, Langley, Robert <robert.lang...@ventura.org> wrote: > Hi Sahina, > > > > Thank you for your response. Let me know if you’ll need any of the log > before the Storage Configuration section. I looked at this earlier and > I was wondering why, after choosing to use GlusterFS, there is still > reference to NFS (nfs.py)? It's just an implementation detail of hosted-engine-setup: iSCSI an FC commands are define in blockd.py while commands for file based storage domains (NFS and gluster) are defined in nfs.py. > I do believe NFS is disabled in my Gluster config for the engine > cluster. -Robert > > > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND --== STORAGE > CONFIGURATION ==-- > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND > > 2016-05-02 09:16:53 DEBUG otopi.context context._executeMethod:142 > Stage customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._early_ > customization > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND During customization use > CTRL-D to abort. > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1100 _check_existing_pools > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1101 getConnectedStoragePoolsList > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1103 {'status': {'message': 'OK', > 'code': 0}, > 'poollist': []} > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_TYPE > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND Please specify the > storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:RECEIVEglusterfs > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:500 > ENVIRONMENT DUMP - BEGIN > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:510 > ENV OVEHOSTED_STORAGE/domainType=str:'glusterfs' > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:514 > ENVIRONMENT DUMP - END > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 > Stage customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._cust > omization > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 > Stage customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._bric > k_customization > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:148 > condition False > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 > Stage customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs.Plugin._customizat > ion > > 2016-05-02 09:16:59 INFO > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs > nfs._customization:360 Please note that Replica 3 support is required > for the shared storage. > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND Please specify the full > shared storage connection path to use (example: host:/path): > > 2016-05-02 09:17:22 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:RECEIVEgsave0.engine.local:/engine-vol > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs > plugin.executeRaw:828 > execute: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', > 'engine-vol', '--remote-host=gsave0.engine.local'), executable='None', > cwd='None', env=None > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs > plugin.executeRaw:878 > execute-result: ('/sbin/gluster', '--mode=script', '--xml', 'volume', > 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), rc=2 > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.o
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
On Mon, May 2, 2016 at 7:38 PM, Langley, Robertwrote: > Hi Sahina, > > > > Thank you for your response. Let me know if you’ll need any of the log > before the Storage Configuration section. I looked at this earlier and I was > wondering why, after choosing to use GlusterFS, there is still reference to > NFS (nfs.py)? It's just an implementation detail of hosted-engine-setup: iSCSI an FC commands are define in blockd.py while commands for file based storage domains (NFS and gluster) are defined in nfs.py. > I do believe NFS is disabled in my Gluster config for the > engine cluster. -Robert > > > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND --== STORAGE > CONFIGURATION ==-- > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND > > 2016-05-02 09:16:53 DEBUG otopi.context context._executeMethod:142 Stage > customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._early_customization > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND During customization use > CTRL-D to abort. > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1100 _check_existing_pools > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1101 getConnectedStoragePoolsList > > 2016-05-02 09:16:53 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.storage > storage._check_existing_pools:1103 {'status': {'message': 'OK', 'code': 0}, > 'poollist': []} > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_TYPE > > 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND Please specify the > storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:RECEIVEglusterfs > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:500 > ENVIRONMENT DUMP - BEGIN > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:510 ENV > OVEHOSTED_STORAGE/domainType=str:'glusterfs' > > 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:514 > ENVIRONMENT DUMP - END > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage > customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._customization > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage > customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._brick_customization > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:148 condition > False > > 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage > customization METHOD > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs.Plugin._customization > > 2016-05-02 09:16:59 INFO otopi.plugins.ovirt_hosted_engine_setup.storage.nfs > nfs._customization:360 Please note that Replica 3 support is required for > the shared storage. > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION > > 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:SEND Please specify the full > shared storage connection path to use (example: host:/path): > > 2016-05-02 09:17:22 DEBUG otopi.plugins.otopi.dialog.human > dialog.__logString:219 DIALOG:RECEIVEgsave0.engine.local:/engine-vol > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:828 > execute: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', > 'engine-vol', '--remote-host=gsave0.engine.local'), executable='None', > cwd='None', env=None > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:878 > execute-result: ('/sbin/gluster', '--mode=script', '--xml', 'volume', > 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), rc=2 > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:936 > execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', > 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stdout: > > > > > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:941 > execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', > 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stderr: > > > > > > 2016-05-02 09:17:22 DEBUG > otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:395 > exception > > Traceback (most recent call last): > > File >
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
Command that failed to execute from your hosted-engine node - "gluster volume info engine-vol --remote-host gsave0.engine.local" Can you check the glusterfs versions on the hosted-engine node and gsave0.engine.local node - are they the same? On 05/02/2016 11:08 PM, Langley, Robert wrote: Hi Sahina, Thank you for your response. Let me know if you’ll need any of the log before the Storage Configuration section. I looked at this earlier and I was wondering why, after choosing to use GlusterFS, there is still reference to NFS (nfs.py)? I do believe NFS is disabled in my Gluster config for the engine cluster. -Robert 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND --== STORAGE CONFIGURATION ==-- 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND 2016-05-02 09:16:53 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._early_customization 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND During customization use CTRL-D to abort. 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1100 _check_existing_pools 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1101 getConnectedStoragePoolsList 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1103 {'status': {'message': 'OK', 'code': 0}, 'poollist': []} 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_TYPE 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVEglusterfs 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:510 ENV OVEHOSTED_STORAGE/domainType=str:'glusterfs' 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._brick_customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:148 condition False 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.nfs.Plugin._customization 2016-05-02 09:16:59 INFO otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:360 Please note that Replica 3 support is required for the shared storage. 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the full shared storage connection path to use (example: host:/path): 2016-05-02 09:17:22 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVE gsave0.engine.local:/engine-vol 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:828 execute: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), executable='None', cwd='None', env=None 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:878 execute-result: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), rc=2 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:936 execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stdout: 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:941 execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stderr: 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:395 exception Traceback (most recent call last): File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/nfs.py", line 390, in _customization check_space=False, File
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
Correction; I verified and on the Gluster Volume "engine-vol" nfs.disable is off. Not sure if that is significant or not. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
Hi Sahina, Thank you for your response. Let me know if you'll need any of the log before the Storage Configuration section. I looked at this earlier and I was wondering why, after choosing to use GlusterFS, there is still reference to NFS (nfs.py)? I do believe NFS is disabled in my Gluster config for the engine cluster. -Robert 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND --== STORAGE CONFIGURATION ==-- 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND 2016-05-02 09:16:53 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.storage.Plugin._early_customization 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND During customization use CTRL-D to abort. 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1100 _check_existing_pools 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1101 getConnectedStoragePoolsList 2016-05-02 09:16:53 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.storage storage._check_existing_pools:1103 {'status': {'message': 'OK', 'code': 0}, 'poollist': []} 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_TYPE 2016-05-02 09:16:53 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the storage you would like to use (glusterfs, iscsi, fc, nfs3, nfs4)[nfs3]: 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVEglusterfs 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:500 ENVIRONMENT DUMP - BEGIN 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:510 ENV OVEHOSTED_STORAGE/domainType=str:'glusterfs' 2016-05-02 09:16:59 DEBUG otopi.context context.dumpEnvironment:514 ENVIRONMENT DUMP - END 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.glusterfs.Plugin._brick_customization 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:148 condition False 2016-05-02 09:16:59 DEBUG otopi.context context._executeMethod:142 Stage customization METHOD otopi.plugins.ovirt_hosted_engine_setup.storage.nfs.Plugin._customization 2016-05-02 09:16:59 INFO otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:360 Please note that Replica 3 support is required for the shared storage. 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human human.queryString:156 query OVEHOSTED_STORAGE_DOMAIN_CONNECTION 2016-05-02 09:16:59 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:SEND Please specify the full shared storage connection path to use (example: host:/path): 2016-05-02 09:17:22 DEBUG otopi.plugins.otopi.dialog.human dialog.__logString:219 DIALOG:RECEIVEgsave0.engine.local:/engine-vol 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:828 execute: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), executable='None', cwd='None', env=None 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.executeRaw:878 execute-result: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local'), rc=2 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:936 execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stdout: 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs plugin.execute:941 execute-output: ('/sbin/gluster', '--mode=script', '--xml', 'volume', 'info', 'engine-vol', '--remote-host=gsave0.engine.local') stderr: 2016-05-02 09:17:22 DEBUG otopi.plugins.ovirt_hosted_engine_setup.storage.nfs nfs._customization:395 exception Traceback (most recent call last): File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/nfs.py", line 390, in _customization check_space=False, File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/nfs.py", line 302, in _validateDomain self._check_volume_properties(connection) File "/usr/share/ovirt-hosted-engine-setup/scripts/../plugins/ovirt-hosted-engine-setup/storage/nfs.py", line 179, in _check_volume_properties raiseOnError=True File
Re: [ovirt-users] hosted-engine setup Gluster fails to execute
You will need to provide the hosted-engine setup log to see which gluster command failed to execute. On 04/30/2016 10:10 PM, Langley, Robert wrote: I’m attempting to host the engine within a GlusterFS Replica 3 storage volume. During setup, after entering the server and volume, I’m receiving the message that ‘/sbin/gluster’ failed to execute. Reviewing the gluster cmd log, it looks as though /sbin/gluster does execute. I can successfully mount the volume on the host outside of the hosted-engine setup. Any assistance would be appreciated. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
[ovirt-users] hosted-engine setup Gluster fails to execute
I'm attempting to host the engine within a GlusterFS Replica 3 storage volume. During setup, after entering the server and volume, I'm receiving the message that '/sbin/gluster' failed to execute. Reviewing the gluster cmd log, it looks as though /sbin/gluster does execute. I can successfully mount the volume on the host outside of the hosted-engine setup. Any assistance would be appreciated. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users