[ovirt-users] Ovirt engine-setup fails, Cannot get JAVA_HOME
Hello folks, After a long, long time compiling permutations, I went to finish setup of ovirt-engine on my Gentoo testbed. Running engine-setup, I receive an error after answering all prompts: [ ERROR ] Failed to execute stage 'Setup validation': Cannot get JAVA_HOME ([u'\x1b[01m\x1b[31;06m!!! ERROR: The vm could not be found\x1b[0m']) This machine has icedtea-bin-7.2.5.3, and # echo $JAVA_HOME yields /etc/java-config-2/current-system-vm which is linked to the icedtea-bin VM directory. Any thoughts to get me started? Thanks, Carter Kindley Network Qualified Technician Deus Machine, LLC This email has been scanned for viruses and private content. This message has been secured for compliance with the DM Cloud Mail Filter Service. For details on inbound and outbound filtering please contact your account specialist or primary technician.___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Glusterfs storage
If you are managing the gluster volume through ovirt, you could just select the volume in the ui and click Optimize for virt store. It does the job of setting the required parameters for the volume. Thanks, Kanagaraj On 03/02/2015 10:44 PM, Jason Brooks wrote: - Original Message - From: supo...@logicworks.pt To: Aharon Canan aca...@redhat.com Cc: Users@ovirt.org Sent: Monday, March 2, 2015 8:25:13 AM Subject: Re: [ovirt-users] Glusterfs storage Thanks Aharon, After a couple of hours, the chown 36:36 did the trick, now I have the domain up. This is a good way to set those perms and make them stick: gluster volume set $yourvol storage.owner-uid 36 gluster volume set $yourvol storage.owner-gid 36 Jason Thanks a lot Jose - Mensagem original - De: Aharon Canan aca...@redhat.com Para: supo...@logicworks.pt Cc: Users@ovirt.org Enviadas: Segunda-feira, 2 De Março de 2015 16:00:40 Assunto: Re: [ovirt-users] Glusterfs storage Hi First, You need to create gluster volume. Do not forget to start the volume. then the chown 36:36 volume directory name now you need to create new glusterfs domain, and to point to the gluster server name:/volume name Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Mensagem original - From: supo...@logicworks.pt To: Users@ovirt.org Sent: Monday, March 2, 2015 5:55:33 PM Subject: [ovirt-users] Glusterfs storage Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ 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 ___ 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] Storage Domain ISCSI Inactive
Hi folks, I'm already searching on internet and any related documentation with ovirt, but i'm still facing the problem. I've 3 hosts and 1 storage using netapp. After create new LUN and deleting the new one. The Data Centers is down, but VM guests still running. Step to reproduce : 1. Create new LUN. 2. Attach new LUN to existing iscsi storage data (master) 3. The space on the existing iscsi storage would be increase 4. Remove the new LUN from existing iscsi storage 5. Storage domain would be Non-Responsive I've already reboot the rhev-m and also rhev-host. But the Data Centers status is still Non-Responsive. Below the related log : engine.log 2015-03-02 07:55:47,884 WARN [org.ovirt.engine.core.bll.storage.ExtendSANStorageDomainCommand] (ajp-/127.0.0.1:8702-4) [70555e6d] CanDoAction of action ExtendSANStorageDomain failed. Reasons:VAR__TYPE__STORAGE__DOMAIN,VAR__ACTION__EXTEND,ERROR_CANNOT_EXTEND_CONNECTION_FAILED,$lun 2015-03-02 08:05:35,214 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStatusVDSCommand] (DefaultQuartzScheduler_Worker-5) [241bd724] Failed in SpmStatusVDS method 2015-03-02 08:05:35,214 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStatusVDSCommand] (DefaultQuartzScheduler_Worker-5) [241bd724] Error code GeneralException and error message VDSGenericException: VDSErrorException: Failed to SpmStatusVDS, error = [Errno 19] Could not find dm device named `unknown device` 2015-03-02 08:05:35,214 ERROR [org.ovirt.engine.core.vdsbroker.vdsbroker.SpmStatusVDSCommand] (DefaultQuartzScheduler_Worker-5) [241bd724] Command SpmStatusVDS execution failed. Exception: VDSErrorException: VDSGenericException: VDSErrorException: Failed to SpmStatusVDS, error = [Errno 19] Could not find dm device named `unknown device` 2015-03-02 08:05:49,332 ERROR [org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] (DefaultQuartzScheduler_Worker-92) [65ea552c] SPM Init: could not find reported vds or not up - pool:ISCSI_DATA_CENTER vds_spm_id: 2 Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Ovirt engine-setup fails, Cannot get JAVA_HOME
- Original Message - From: Carter Kindley carter.kind...@deusmachine.com To: users@ovirt.org Sent: Tuesday, March 3, 2015 3:06:44 AM Subject: [ovirt-users] Ovirt engine-setup fails, Cannot get JAVA_HOME Hello folks, After a long, long time compiling permutations, I went to finish setup of ovirt-engine on my Gentoo testbed. Running engine-setup, I receive an error after answering all prompts: [ ERROR ] Failed to execute stage 'Setup validation': Cannot get JAVA_HOME ([u'\x1b[01m\x1b[31;06m!!! ERROR: The vm could not be found\x1b[0m']) This machine has icedtea-bin-7.2.5.3, and # echo $JAVA_HOME yields /etc/java-config-2/current-system-vm which is linked to the icedtea-bin VM directory. Any thoughts to get me started? The jre to use is determined by the script java-home (usually in /usr/share/ovirt-engine/bin, not sure about gentoo and/or your $PREFIX). IIRC only openjdk 1.7.0 is supported. If you look at this script, you see that if you put in its directory a script called java-home.local it will be called instead, thus letting you override that. Just add there a script outputting the JAVA_HOME you want and retry. Best, -- Didi ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing
On Mon, Mar 02, 2015 at 11:35:00AM +0100, Sandro Bonazzola wrote: Il 02/03/2015 11:30, Dan Kenigsberg ha scritto: On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote: Il 27/02/2015 23:43, Dan Kenigsberg ha scritto: On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote: - Original Message - From: Nir Soffer nsof...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org Sent: Friday, February 27, 2015 10:35:52 PM Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First ReleaseCandidate is nowavailable for testing - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org Sent: Friday, February 27, 2015 12:00:10 PM Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The oVirt team is pleased to announce that the 3.5.2 First Release Candidate is now available for testing as of Feb 27th 2015. The release candidate is available now for Fedora 20... Do we support Fedora 21? I don't recall a formal statement about it, but I surely WANT to support it, as nowadays it is the run-of-the-mill Fedora version. Please be sure that all relevant rpms for VDSM Fedora 21 support are published in ovirt-3.5-snapshot. Latest job run is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console Important point in deed: no Vdsm build is there or in http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/ What should be done to enabled f21 builds of Vdsm? change the vdsm build job for 3.5 in order to make it building for fedora 21 too (yaml code in jenkins repo) This https://gerrit.ovirt.org/#/c/38273/ would be a starat? change the publisher job for 3.5 in order to publish the artifacts from the fedora 21 vdsm build job (manual change in jenkins job, not yet migrated to yaml) Same for all the vdsm deps. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing
Il 02/03/2015 12:11, Dan Kenigsberg ha scritto: On Mon, Mar 02, 2015 at 11:35:00AM +0100, Sandro Bonazzola wrote: Il 02/03/2015 11:30, Dan Kenigsberg ha scritto: On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote: Il 27/02/2015 23:43, Dan Kenigsberg ha scritto: On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote: - Original Message - From: Nir Soffer nsof...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org Sent: Friday, February 27, 2015 10:35:52 PM Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First ReleaseCandidate is nowavailable for testing - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org Sent: Friday, February 27, 2015 12:00:10 PM Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The oVirt team is pleased to announce that the 3.5.2 First Release Candidate is now available for testing as of Feb 27th 2015. The release candidate is available now for Fedora 20... Do we support Fedora 21? I don't recall a formal statement about it, but I surely WANT to support it, as nowadays it is the run-of-the-mill Fedora version. Please be sure that all relevant rpms for VDSM Fedora 21 support are published in ovirt-3.5-snapshot. Latest job run is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console Important point in deed: no Vdsm build is there or in http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/ What should be done to enabled f21 builds of Vdsm? change the vdsm build job for 3.5 in order to make it building for fedora 21 too (yaml code in jenkins repo) This https://gerrit.ovirt.org/#/c/38273/ would be a starat? Yes, that's a start. change the publisher job for 3.5 in order to publish the artifacts from the fedora 21 vdsm build job (manual change in jenkins job, not yet migrated to yaml) Same for all the vdsm deps. -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] hosted-engine : how to shutdown hosts?
On Sun, Mar 01, 2015 at 02:26:12AM -0500, Yedidyah Bar David wrote: You wrote 'shutdown -h now on the hosts'. What happens if you shutdown just one of them and then wait a bit? Does it get started too? Are you certain that 'shutdown -h now' worked on these hosts before the setup - that it's not some kernel/bios/etc issue? I've seen similar issues on some CentOS 7 hosts running on desktop-class hardware. I haven't got time for extensive debugging, but I'd bet it's a kernel or hardware-related issue (or a combination of both). There's nothing indicating that this is related to oVirt, at least in my case. Regards - Frank ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] hosted-engine : how to shutdown hosts?
On 02/03/15 12:25, Frank Wall wrote: On Sun, Mar 01, 2015 at 02:26:12AM -0500, Yedidyah Bar David wrote: You wrote 'shutdown -h now on the hosts'. What happens if you shutdown just one of them and then wait a bit? Does it get started too? Are you certain that 'shutdown -h now' worked on these hosts before the setup - that it's not some kernel/bios/etc issue? I've seen similar issues on some CentOS 7 hosts running on desktop-class hardware. I haven't got time for extensive debugging, but I'd bet it's a kernel or hardware-related issue (or a combination of both). There's nothing indicating that this is related to oVirt, at least in my case. Regards - Frank Indeed so; there's no hardware level interaction in hosted engine. Once you put the setup in global maintenance the nodes will only monitor that state. So nothing is expected from the HA agent in case the VM or a node goes down. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing
Il 02/03/2015 11:30, Dan Kenigsberg ha scritto: On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote: Il 27/02/2015 23:43, Dan Kenigsberg ha scritto: On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote: - Original Message - From: Nir Soffer nsof...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org Sent: Friday, February 27, 2015 10:35:52 PM Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is nowavailable for testing - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org Sent: Friday, February 27, 2015 12:00:10 PM Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The oVirt team is pleased to announce that the 3.5.2 First Release Candidate is now available for testing as of Feb 27th 2015. The release candidate is available now for Fedora 20... Do we support Fedora 21? I don't recall a formal statement about it, but I surely WANT to support it, as nowadays it is the run-of-the-mill Fedora version. Please be sure that all relevant rpms for VDSM Fedora 21 support are published in ovirt-3.5-snapshot. Latest job run is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console Important point in deed: no Vdsm build is there or in http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/ What should be done to enabled f21 builds of Vdsm? change the vdsm build job for 3.5 in order to make it building for fedora 21 too (yaml code in jenkins repo) change the publisher job for 3.5 in order to publish the artifacts from the fedora 21 vdsm build job (manual change in jenkins job, not yet migrated to yaml) Same for all the vdsm deps. -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing
On Mon, Mar 02, 2015 at 08:46:51AM +0100, Sandro Bonazzola wrote: Il 27/02/2015 23:43, Dan Kenigsberg ha scritto: On Fri, Feb 27, 2015 at 03:48:22PM -0500, Nir Soffer wrote: - Original Message - From: Nir Soffer nsof...@redhat.com To: Sandro Bonazzola sbona...@redhat.com Cc: annou...@ovirt.org, Users@ovirt.org, de...@ovirt.org Sent: Friday, February 27, 2015 10:35:52 PM Subject: Re: [ovirt-users] [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is nowavailable for testing - Original Message - From: Sandro Bonazzola sbona...@redhat.com To: annou...@ovirt.org, de...@ovirt.org, Users@ovirt.org Sent: Friday, February 27, 2015 12:00:10 PM Subject: [ovirt-devel] [ANN] oVirt 3.5.2 First Release Candidate is now available for testing -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The oVirt team is pleased to announce that the 3.5.2 First Release Candidate is now available for testing as of Feb 27th 2015. The release candidate is available now for Fedora 20... Do we support Fedora 21? I don't recall a formal statement about it, but I surely WANT to support it, as nowadays it is the run-of-the-mill Fedora version. Please be sure that all relevant rpms for VDSM Fedora 21 support are published in ovirt-3.5-snapshot. Latest job run is:http://jenkins.ovirt.org/view/Publishers/job/publish_ovirt_rpms_nightly_3.5/298/console Important point in deed: no Vdsm build is there or in http://resources.ovirt.org/pub/ovirt-3.5-snapshot/rpm/fc21/noarch/ What should be done to enabled f21 builds of Vdsm? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
[ovirt-users] Get involved in oVirt project! March edition
Hi, do you want to get involved in oVirt project? Do you like Debian and do you have some programming skill? Help us getting VDSM running on it! You can follow the progress here: http://www.ovirt.org/VDSM_on_Debian Here are some bugs you can hopefully fix in less that one day or you can just try to reproduce providing info: Bug ID Whiteboard Status Summary 1059952 integration NEW hosted-engine --deploy (additional host) will fail if the engine is not using the default self-signed CA 1065350 integration NEW hosted-engine should prompt a question at the user when the host was already a host in the engine 1073421 integration NEW [RFE] allow additional parameter for engine-backup to omit audit_log data 1083104 integration NEW engine-setup --offline does not update versionlock Do you want something easier? Bug ID Whiteboard Status Summary 1174285 i18nNEW [de-DE] Live Snapshot Support reads Live Snapsnot Support 772931 infra NEW [RFE] Reports should include the name of the oVirt engine 1143817 integration NEW [TEXT ONLY] - Hosted Engine - Instructions for FQDN are not clear enough 1156060 integration NEW [text] engine admin password prompt consistency 1115059 network NEW Incomplete error message when adding VNIC profile to running VM 734120 storage NEW [RFE] VDSM: use virt-sparsify/zerofree to reduce image size Do you love DevOps?, you count stable builds in jenkins ci while trying to fall a sleep? Then oVirt infra team is looking for you!, join the infra team and dive in to do the newest and coolest devops tools today! Here are some of our open tasks you can help with: https://fedorahosted.org/ovirt/report/1 You don't have programming skills, not enough time for DevOps but you want still to contribute? Here are some bugs you can take care of, also without writing a line of code: https://bugzilla.redhat.com/buglist.cgi?quicksearch=product%3Aovirt%20whiteboard%3Adocs Do you prefer to test things? We have some test cases[5] you can try using nightly snapshots[6] Do you want to contribute test cases? Most of the features[7] included in oVirt are missing a test case, you're welcome to contribute one! Is this the first time you try to contribute to oVirt project? You can start from here [1][2]! Don't know gerrit very well? You can find some more docs here [3]. Any other question about development? Feel free to ask on de...@ovirt.org or on irc channel[4]. Let us know you're getting involved, present yourself and tell us what you're going to do, you'll be welcome! [1] http://www.ovirt.org/Develop [2] http://www.ovirt.org/Working_with_oVirt_Gerrit [3] https://gerrit-review.googlesource.com/Documentation [4] http://www.ovirt.org/Community [5] http://www.ovirt.org/Category:TestCase [6] http://www.ovirt.org/Install_nightly_snapshot [7] http://www.ovirt.org/Category:Feature -- Sandro Bonazzola Better technology. Faster innovation. Powered by community collaboration. See how it works at redhat.com ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Glusterfs storage
Hi First, You need to create gluster volume. Do not forget to start the volume. then the chown 36:36 volume directory name now you need to create new glusterfs domain, and to point to the gluster server name:/volume name Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Original Message - From: supo...@logicworks.pt To: Users@ovirt.org Sent: Monday, March 2, 2015 5:55:33 PM Subject: [ovirt-users] Glusterfs storage Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ 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] Glusterfs storage
Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Glusterfs storage
forget to mention, You need the glusterfs pkg on all hosts that should access the glusterfs domain, Also, you can check below link. http://www.ovirt.org/Features/GlusterFS_Storage_Domain Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Original Message - From: Aharon Canan aca...@redhat.com To: supo...@logicworks.pt Cc: Users@ovirt.org Sent: Monday, March 2, 2015 6:00:40 PM Subject: Re: [ovirt-users] Glusterfs storage Hi First, You need to create gluster volume. Do not forget to start the volume. then the chown 36:36 volume directory name now you need to create new glusterfs domain, and to point to the gluster server name:/volume name Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Original Message - From: supo...@logicworks.pt To: Users@ovirt.org Sent: Monday, March 2, 2015 5:55:33 PM Subject: [ovirt-users] Glusterfs storage Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ 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 ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Glusterfs storage
Thanks Aharon, After a couple of hours, the chown 36:36 did the trick, now I have the domain up. Thanks a lot Jose - Mensagem original - De: Aharon Canan aca...@redhat.com Para: supo...@logicworks.pt Cc: Users@ovirt.org Enviadas: Segunda-feira, 2 De Março de 2015 16:00:40 Assunto: Re: [ovirt-users] Glusterfs storage Hi First, You need to create gluster volume. Do not forget to start the volume. then the chown 36:36 volume directory name now you need to create new glusterfs domain, and to point to the gluster server name:/volume name Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Mensagem original - From: supo...@logicworks.pt To: Users@ovirt.org Sent: Monday, March 2, 2015 5:55:33 PM Subject: [ovirt-users] Glusterfs storage Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ 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] expanding a lun on the san side
Hi all, I've just expanded the lun used as master by the domain storage. fdisk on the SPM is able to see the multipath device with its new size, but engine reports the old size. How to refresh this? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] Glusterfs storage
- Original Message - From: supo...@logicworks.pt To: Aharon Canan aca...@redhat.com Cc: Users@ovirt.org Sent: Monday, March 2, 2015 8:25:13 AM Subject: Re: [ovirt-users] Glusterfs storage Thanks Aharon, After a couple of hours, the chown 36:36 did the trick, now I have the domain up. This is a good way to set those perms and make them stick: gluster volume set $yourvol storage.owner-uid 36 gluster volume set $yourvol storage.owner-gid 36 Jason Thanks a lot Jose - Mensagem original - De: Aharon Canan aca...@redhat.com Para: supo...@logicworks.pt Cc: Users@ovirt.org Enviadas: Segunda-feira, 2 De Março de 2015 16:00:40 Assunto: Re: [ovirt-users] Glusterfs storage Hi First, You need to create gluster volume. Do not forget to start the volume. then the chown 36:36 volume directory name now you need to create new glusterfs domain, and to point to the gluster server name:/volume name Regards, __ Aharon Canan int phone - 8272036 ext phone - +97297692036 email - aca...@redhat.com - Mensagem original - From: supo...@logicworks.pt To: Users@ovirt.org Sent: Monday, March 2, 2015 5:55:33 PM Subject: [ovirt-users] Glusterfs storage Hi, I have setup up 2 hosts, host1 with hosted engine, and on host 2, since I have a spare disk, I want to setup a glusterfs domain storage. I'm using Centos7 and ovirt 3.5.1. The 2 hosts and hosted engine are up and running. How can I configure the glusterfs storage? I installed glusterfs server on host2: glusterfs-api-3.6.2-1.el7.x86_64 glusterfs-fuse-3.6.2-1.el7.x86_64 glusterfs-libs-3.6.2-1.el7.x86_64 glusterfs-3.6.2-1.el7.x86_64 glusterfs-rdma-3.6.2-1.el7.x86_64 glusterfs-server-3.6.2-1.el7.x86_64 glusterfs-cli-3.6.2-1.el7.x86_64 Do I need first configure a Volume with a brick? I tried that but no success. Also tried to ad a Data domains of type glusterfs but no success. What am I missing? Thanks -- Jose Ferradeira http://www.logicworks.pt ___ 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 ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
[ovirt-users] Want to Be Mentor?
oVirt is pleased to announce it will be participating in the May-August 2015 round of Outreachy, organized by the GNOME Foundation, Software Freedom Conservancy, and Red Hat. Outreachy helps women (cis and trans) and genderqueer get involved in free and open source software. The program provides a supportive community for beginning to contribute any time throughout the year and offers focused internship opportunities twice a year with a number of free software organizations. If anyone has a project they'd like to add to the list of ideas at[1], there is still time. Applications will open tomorrow. Right now we are confirmed for at least one intern, but there should be funding for at least one more. Thanks! Brian [1] http://www.ovirt.org/Outreachy -- Brian Proffitt Community Liaison oVirt Open Source and Standards, Red Hat - http://community.redhat.com Phone: +1 574 383 9BKP IRC: bkp @ OFTC ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
Re: [ovirt-users] VM failed to start | Bad volume specification
- Original Message - From: Vered Volansky ve...@redhat.com To: Punit Dambiwal hypu...@gmail.com Cc: users@ovirt.org Sent: Monday, March 2, 2015 7:20:08 AM Subject: Re: [ovirt-users] VM failed to start | Bad volume specification - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Vered Volansky ve...@redhat.com Cc: users@ovirt.org Sent: Sunday, March 1, 2015 4:58:02 PM Subject: Re: [ovirt-users] VM failed to start | Bad volume specification Hi Vered, Please find the below required details :- hosts :- 8 Hosts domains :- Internal Do you mean local? Seems like 'internal' refers to the authentication domain instead of storage domain. vms :- more then 500 statuses :- running and some are down versions :- Ovirt :- 3.5.1 Glusterfs :- 3.6.1 Earlier it was working fine but after reboot one of the storage node...problem started I don't understand this sentence. What kind of storage is it? and now i am not able to create any VM...each time it throws the same error VM 2c810a8d40e1abf67aa6d94d430b9574 is down with error. Exit message: Bad volume specification {'index': 0, 'iface': 'virtio', 'type': 'disk', 'format': 'raw', 'bootOrder': '1', 'address': {'slot': '0x07', 'bus': '0x00', 'domain': '0x', 'type': 'pci', 'function': '0x0'}, 'volumeID': '70951592-ddd3-460f-a1d0-942f197120d7', 'apparentsize': '21474836480', 'imageID': '7247a929-6bc9-4267-9086-f643eeda7596', 'specParams': {}, 'readonly': 'false', 'domainID': 'e732a82f-bae9-4368-8b98-dedc1c3814de', 'reqsize': '0', 'deviceId': '7247a929-6bc9-4267-9086-f643eeda7596', 'truesize': '888942592', 'poolID': '0002-0002-0002-0002-0145', 'device': 'disk', 'shared': 'false', 'propagateErrors': 'off', 'optional': 'false'}. I still need logs in order to help out. Thanks, Punit On Thu, Feb 26, 2015 at 2:19 PM, Vered Volansky ve...@redhat.com wrote: Hi Punit, Engine log does not contain the snippet you quoted before. It does have an occurrence of the same issue with another vm, but with almost only logins and logout, making it, once again, impossible to understand the context. Please give me some information as to your environment - hosts, domains, vms, statuses, versions, I also need more context as to what actions you were performing before this failure, statuses before and after this specific action, but also some scenarion that led to this issue. I would still need the logs of the relevant timeframe. Pleas verify that what you send next time is indeed the relevant logs. Regards, Vered - Original Message - From: Punit Dambiwal hypu...@gmail.com To: Vered Volansky ve...@redhat.com Cc: users@ovirt.org Sent: Wednesday, February 25, 2015 2:15:02 PM Subject: Re: [ovirt-users] VM failed to start | Bad volume specification Hi Vered, Yes... it's new VM...even some of the old vm those can run previousely but now can not run now... On Wed, Feb 25, 2015 at 3:07 PM, Vered Volansky ve...@redhat.com wrote: - Original Message - From: Punit Dambiwal hypu...@gmail.com To: users@ovirt.org Sent: Wednesday, February 25, 2015 6:19:53 AM Subject: [ovirt-users] VM failed to start | Bad volume specification Hi, I try to start the VM but it's failed to start...and through the following error :- VM vm1 is down with error. Exit message: Bad volume specification {'index': 0, 'iface': 'virtio', 'type': 'disk', 'format': 'raw', 'bootOrder': '1', 'address': {'slot': '0x07', 'bus': '0x00', 'domain': '0x', 'type': 'pci', 'function': '0x0'}, 'volumeID': '60c73bf0-d190-420b-917c-04aa00e52f10', 'apparentsize': '1073741824', 'imageID': '8ca66096-bd47-460d-9e09-2966e45b471b', 'specParams': {}, 'readonly': 'false', 'domainID': 'e732a82f-bae9-4368-8b98-dedc1c3814de', 'reqsize': '0', 'deviceId': '8ca66096-bd47-460d-9e09-2966e45b471b', 'truesize': '1054048256', 'poolID': '0002-0002-0002-0002-0145', 'device': 'disk', 'shared': 'false', 'propagateErrors': 'off', 'optional': 'false'}. Please help me to solve this issue Thanks, Punit ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users Please send engine and vdsm logs, it's impossible to help you without context. What's the history of the VM you were unable to start? Is it a new VM? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users ___ Users mailing list Users@ovirt.org