[ovirt-users] how to remove orphaned image

2015-10-09 Thread Jiří Sléžka

Hello,

I have some orphaned images on a storage domain which are not visible 
from manager and I would like to remove them.


I found one proposed feature which would be useful but seems not exists 
yet - http://www.ovirt.org/Features/Orphaned_Images


Also I found this feature http://www.ovirt.org/Features/Domain_Scan but 
there is no documentation how to use it.


Could you suggest me safe manual steps to remove an orphaned image?

btw. I know all info about this image - sdUUID, spUUID, imgUUID, 
volUUID, volume path, logical volume on which is stored,... I am using 
oVirt3.5.4


Thanks in advance,

Jiri Slezka

<>

smime.p7s
Description: Elektronicky podpis S/MIME
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] migration procedures

2015-10-09 Thread Brett Stevens
Hi Guys.

We've been using a single instance all in one ovirt 3.5 with local storage
with quite some success for about 6 months. We are a small school and have
managed to secure some funding for a decent setup 2 x compute and 2 x
storage clusters. I want a separate, non  vm manager (so as to provide a
host for gluster arbiter nodes ) along with some other functions (nagiso
etc)
So my real question, has anyone migrated a similar system? any ideas on how
to get the current vms over to the new infrastructure. I can do shutdown
and move, but it would be great if I can join the two and live migrate
somehow.

I'd like to use 3.6 when available if that is possible.

thanks

Brett Stevens
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] VM's in wrong state

2015-10-09 Thread Johan Kooijman
Hi all,

Since a couple of days I have one node with non responsive VM's. The node
is OK and the VM's are  working actually, just show the wrong state.

I'll find out why it happened, but for now I need to correct the state. Any
ideas on how to do that?

-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Admin internal inlog problems with clean install 3.6RC

2015-10-09 Thread Martin Perina
Hi,

there was bug in time zone handling in aaa-jdbc which was affecting only 
installation
of hosts in time zones west of Greenwich (negative time zone offset). The fix 
is already
merged [1] and will be provided in new oVirt release probably next week.

At the moment you can fix the issue by:

1. Install ovirt-engine-extension-aaa-jdbc 1.0.0-2 package for your platform 
[2], [3], [4] 

2. Fix admin account valid from date:

   ovirt-aaa-jdbc-tool user edit admin --account-valid-from="2015-10-01 
00:00:00Z"


Let me know if there are any other issues.

Thanks

Martin Perina

[1] https://gerrit.ovirt.org/47022
[2] 
http://jenkins.ovirt.org/job/ovirt-engine-extension-aaa-jdbc_3.6_create-rpms-el6-x86_64_created/22/artifact/exported-artifacts/ovirt-engine-extension-aaa-jdbc-1.0.0-2.el6.noarch.rpm
[3] 
http://jenkins.ovirt.org/job/ovirt-engine-extension-aaa-jdbc_3.6_create-rpms-el7-x86_64_created/22/artifact/exported-artifacts/ovirt-engine-extension-aaa-jdbc-1.0.0-2.el7.noarch.rpm
[4] 
http://jenkins.ovirt.org/job/ovirt-engine-extension-aaa-jdbc_3.6_create-rpms-fc22-x86_64_created/22/artifact/exported-artifacts/ovirt-engine-extension-aaa-jdbc-1.0.0-2.fc22.noarch.rpm


- Original Message -
> From: "Christopher Miersma" 
> To: "Ondra Machacek" , users@ovirt.org
> Sent: Thursday, October 8, 2015 6:51:27 PM
> Subject: Re: [ovirt-users] Admin  internal inlog problems with clean 
> install 3.6RC
> 
> I had to rebuild to test something else, and I ran into the same issue
> again. I successfully ran ovirt-aaa-jdbc-tool user edit admin
> --account-valid-to="2100-01-01 00:00:00Z", but id didn't resolve the
> issue. Here is the out put from the database:
> 
>   engine=# select id,name,valid_to,password_valid_to from aaa_jdbc.users;
>   id | name  |valid_to|   password_valid_to
> +---++
>1 | admin | 2100-01-01 00:00:00-07 | 2215-08-21 16:31:18-06
> (1 row)
> 
> engine=# select * from aaa_jdbc.users;
>   id | uuid | name |
> password   |
> password_valid_to |
> login_allowed | nopassw
> d | disabled | unlock_time | last_successful_login  |
> last_unsuccessful_login   | consecutive_failures | valid_from |
> valid_to
> +--+---+-++
> --+
> --+--+-+++--++
> 
>1 | 300abd4f-28d3-41a0-b235-61182be68f94 | admin |
> 1|PBKDF2WithHmacSHA1|VwFtVvQ/9XJNiPOSRF5f8fKaXvCFpFHTUjfrAt5g=|2000|BVWhUlrd8fjec8nmbL3zVawCZ3+fsS1wjyllWyro=
> | 2215-08-21 16:31:18-06 |
> 111
> 1
> |
> 0 |0 | 1970-01-01 00:00:00 | 1970-01-01 00:00:00-07 | 2015-10-08
> 16:36:40.279-06 |2 | 2015-10-08 16:31:17.267-06 |
> 2100-01-01 00:00:00-07
> (1 row)
> 
> engine=#
> 
> I also tired setting the field full of ones to just 1 and 0, but without
> success.
> 
> 
> 
> On 10/05/2015 12:52 PM, Christopher Miersma wrote:
> > Hi,
> >
> > Thanks for the suggestion. I had used this command already:
> > $ ovirt-aaa-jdbc-tool user edit admin --account-valid-to="2100-01-01
> > 00:00:00Z
> >
> > Unfortunately, it did not solve my problem. I had started poking
> > around in the database, but didn't find the field you mention.
> >
> > I have just rebuilt my setup again, and this time it suddenly worked.
> > The only difference I noticed this time was that I got the message "[
> > ERROR ] Failed to execute stage 'Closing up': Failed to stop service
> > 'ovirt-vmconsole-proxy-sshd'" So, while I've got it working, I still
> > don't have a good explanation of why it didn't work before and does
> > again now. I rebuild a few more times and see if I can get it to
> > happen again.
> >
> > Christopher
> >
> > On 10/05/2015 11:00 AM, Ondra Machacek wrote:
> >> Hi,
> >>
> >> I believe this should solve your problem:
> >>
> >> $ ovirt-aaa-jdbc-tool user edit admin --account-valid-to="2100-01-01
> >> 00:00:00Z"
> >>
> >> (feel free change the date 

Re: [ovirt-users] Hanging remove snapshot tasks

2015-10-09 Thread Arsène Gschwind
Could anybody tell me if I can just delete these entries without 
generating further problems?


Thanks for any hint,
Arsène

On 10/08/2015 05:49 PM, Arsène Gschwind wrote:
Yes they are in this table:engine=# select command_type, entity_type 
from business_entity_snapshot;

  command_type |  entity_type
-+
 org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
org.ovirt.engine.core.common.businessentities.Snapshot
 org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
org.ovirt.engine.core.common.businessentities.Snapshot
 org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
org.ovirt.engine.core.common.businessentities.Snapshot
 org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
org.ovirt.engine.core.common.businessentities.Snapshot

(4 rows)

engine=#

The doc says that taskcleaner.sh should be called by ovirt-setup, I 
can see it in the log, it is called but it doesn't clean that 
compensations.

Could I just remove these entries?

Thanks for your help,
Arsène


On 10/08/2015 04:48 PM, Simone Tiraboschi wrote:



On Thu, Oct 8, 2015 at 12:49 PM, Arsène Gschwind 
 wrote:


Did restart the service and tried to udate again but still the
same problem.
Are there some entries in the DB somewhere?


These are compensations so they should be in that table, please try 
executing this query:

select command_type, entity_type from business_entity_snapshot
to check if they are there.

You could use /usr/share/ovirt-engine/setup/dbutils/taskcleaner.sh 
utility to cleanup there.


Thanks,
Arsène


On 10/08/2015 12:33 PM, Raz Tamir wrote:

As part of the update process, the ovirt-engine service will
restart.
Can you try restart it manually with 'service ovirt-engine
restart' and try the update again?



Thanks,
Raz Tamir
Red Hat Israel

On Thu, Oct 8, 2015 at 1:27 PM, Arsène Gschwind
 wrote:

The update still fails with the same problems.
Running that command on the spm host returns nothing.

Thanks,
Arsène


On 10/08/2015 12:08 PM, Raz Tamir wrote:

Ok, so try to update again, and if you fail, please run
'vdsClient -s 0 getAllTasks' from your spm host and provide
the output



Thanks,
Raz Tamir
Red Hat Israel

On Thu, Oct 8, 2015 at 12:55 PM, Arsène Gschwind
 wrote:

Hi Raz,

The table is empty:

engine=# select * from async_tasks;
 task_id | action_type | status | result | step_id |
command_id | started_at | storage_pool_id | task_type |
vdsm_task_id | root_comm
and_id | user_id

-+-+++-+++-+---+--+--
---+-
(0 rows)

Thanks for your help,
Arsène



On 10/07/2015 08:59 PM, Raz Tamir wrote:

Hi Arsène,
From the engine run the following commands:
1. # su - postgres
2. # psql -d engine
3. please, provide the output of this command:
# select * from async_tasks ;



Thanks,
Raz Tamir
Red Hat Israel

On Wed, Oct 7, 2015 at 6:34 PM, Arsène Gschwind
 wrote:

Any idea how to get ride of those tasks?

Thanks a lot
Arsène


On 10/06/2015 02:43 PM, Arsène Gschwind wrote:

Hi,

I would like to update ovirt to 3.5.4 from
3.5.3 but engine-setup fails due to remove
snapshot tasks.

[ INFO  ] Cleaning async tasks and compensations
  The following system tasks have been
found running in the system:
  The following commands have been
found running in the system:
  The following compensations have
been found running in the system:
org.ovirt.engine.core.bll.RemoveSnapshotCommand 
org.ovirt.engine.core.common.businessentities.Snapshot
org.ovirt.engine.core.bll.RemoveSnapshotCommand 
org.ovirt.engine.core.common.businessentities.Snapshot
org.ovirt.engine.core.bll.RemoveSnapshotCommand 
org.ovirt.engine.core.common.businessentities.Snapshot
org.ovirt.engine.core.bll.RemoveSnapshotCommand 
org.ovirt.engine.core.common.businessentities.Snapshot
Would you like to try to wait for that?

This tasks are not showing up 

Re: [ovirt-users] Support for windows10

2015-10-09 Thread Michal Skrivanek

On 8 Oct 2015, at 09:07, Budur Nagaraju wrote:

> any updates ??

OS selection in VM dialog is not a big deal, you can use Windows 8, there's no 
difference really.
There were many pre-release builds of Windows 10 which didn't run at all…make 
sure you have the latest

I would recommend to try this on EL7 (or Fedora) based host, please include 
more details about your environment

> 
> On Wed, Oct 7, 2015 at 12:00 PM, Budur Nagaraju  wrote:
> I'm using ovirt version "oVirt Engine Version: 3.5.4.2-1.el6" and my win10 
> build is  "6851156.iso" ,
> let me if this doesn't support in the mentioned ovirt version ..
> 
> On Wed, Oct 7, 2015 at 11:51 AM, Vinzenz Feenstra  wrote:
> On 10/06/2015 01:10 PM, Budur Nagaraju wrote:
>> I selected win8 64bit  under "opeartating system " field ,unable to install 
>> successfully,
>> Do I need to select win2012  but  it's a server version ,pls suggest.
> Well first of all its recommended to use ovirt 3.5.5, which might even have 
> windows 10 for selection, at least I was told to. Secondly.
> Please tell me the exact build version you're using of Windows 10?
> 
> Thanks
> 
> 
>> 
>> 
>> 
>> 
>> On Tue, Oct 6, 2015 at 4:08 PM, Vinzenz Feenstra  wrote:
>> On 10/06/2015 12:37 PM, Budur Nagaraju wrote:
>>> I'm using Ovirt3.5 and unable to find the windows 10 in the field 
>>> "operation system.
>> Because there was no Windows 10 when we release ovirt 3.5 :-)
>> You should choose the latest Windows version available, that should be ok 
>> then.
>> 
>>> 
>>> On Tue, Oct 6, 2015 at 3:57 PM, Vinzenz Feenstra  
>>> wrote:
>>> On 10/06/2015 11:15 AM, Eli Mesika wrote:
>>> CCing Vinzenz
>>> 
>>> - Original Message -
>>> From: "Budur Nagaraju" 
>>> To: "users" 
>>> Sent: Tuesday, October 6, 2015 8:59:50 AM
>>> Subject: [ovirt-users] Support for windows10
>>> 
>>> Hi
>>> 
>>> Does Ovirt supports windows 10 OS ?
>>> From our latest tests we can confirm that the latest builds of Win10 are 
>>> working on oVirt, some earlier releases had problems which have been 
>>> addressed already by Microsoft before the release.
>>> HTH
>>> 
>>> 
>>> Thanks,
>>> Nagaraju
>>> 
>>> 
>>> ___
>>> Users mailing list
>>> Users@ovirt.org
>>> http://lists.ovirt.org/mailman/listinfo/users
>>> 
>>> 
>>> 
>>> -- 
>>> Regards,
>>> 
>>> Vinzenz Feenstra | Senior Software Engineer
>>> RedHat Engineering Virtualization R & D
>>> Phone: +420 532 294 625
>>> IRC: vfeenstr or evilissimo
>>> 
>>> Better technology. Faster innovation. Powered by community collaboration.
>>> See how it works at redhat.com
>>> 
>>> 
>> 
>> 
>> -- 
>> Regards,
>> 
>> Vinzenz Feenstra | Senior Software Engineer
>> RedHat Engineering Virtualization R & D
>> Phone: +420 532 294 625
>> IRC: vfeenstr or evilissimo
>> 
>> Better technology. Faster innovation. Powered by community collaboration.
>> See how it works at redhat.com
>> 
> 
> 
> -- 
> Regards,
> 
> Vinzenz Feenstra | Senior Software Engineer
> RedHat Engineering Virtualization R & D
> Phone: +420 532 294 625
> IRC: vfeenstr or evilissimo
> 
> 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

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Hanging remove snapshot tasks

2015-10-09 Thread Michal Skrivanek

On 9 Oct 2015, at 13:32, Arsène Gschwind wrote:

> Could anybody tell me if I can just delete these entries without generating 
> further problems?

Well, I suppose they are not running anymore, right? You didn't start any 
snapshot operation recently…
Did you try all teh options of taskcleaner.sh?
If you're out of options…then I guess just remove them

> 
> Thanks for any hint,
> Arsène
> 
> On 10/08/2015 05:49 PM, Arsène Gschwind wrote:
>> Yes they are in this table:engine=# select command_type, entity_type from 
>> business_entity_snapshot;
>>   command_type   |  
>> entity_type   
>> -+
>>  org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>>  org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>>  org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>>  org.ovirt.engine.core.bll.RemoveSnapshotCommand | 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>> (4 rows)
>> 
>> engine=# 
>> 
>> The doc says that taskcleaner.sh should be called by ovirt-setup, I can see 
>> it in the log, it is called but it doesn't clean that compensations. 
>> Could I just remove these entries?
>> 
>> Thanks for your help,
>> Arsène
>> 
>> 
>> On 10/08/2015 04:48 PM, Simone Tiraboschi wrote:
>>> 
>>> 
>>> On Thu, Oct 8, 2015 at 12:49 PM, Arsène Gschwind 
>>>  wrote:
>>> Did restart the service and tried to udate again but still the same problem.
>>> Are there some entries in the DB somewhere?
>>> 
>>> These are compensations so they should be in that table, please try 
>>> executing this query:
>>> select command_type, entity_type from business_entity_snapshot
>>> to check if they are there.
>>> 
>>> You could use /usr/share/ovirt-engine/setup/dbutils/taskcleaner.sh utility 
>>> to cleanup there.
>>>  
>>> Thanks,
>>> Arsène
>>> 
>>> 
>>> On 10/08/2015 12:33 PM, Raz Tamir wrote:
 As part of the update process, the ovirt-engine service will restart.
 Can you try restart it manually with 'service ovirt-engine restart' and 
 try the update again?
 
 
 
 Thanks,
 Raz Tamir
 Red Hat Israel
 
 On Thu, Oct 8, 2015 at 1:27 PM, Arsène Gschwind 
  wrote:
 The update still fails with the same problems.
 Running that command on the spm host returns nothing.
 
 Thanks,
 Arsène
 
 
 On 10/08/2015 12:08 PM, Raz Tamir wrote:
> Ok, so try to update again, and if you fail, please run 'vdsClient -s 0 
> getAllTasks' from your spm host and provide the output
> 
> 
> 
> Thanks,
> Raz Tamir
> Red Hat Israel
> 
> On Thu, Oct 8, 2015 at 12:55 PM, Arsène Gschwind 
>  wrote:
> Hi Raz,
> 
> The table is empty:
> 
> engine=# select * from async_tasks;
>  task_id | action_type | status | result | step_id | command_id | 
> started_at | storage_pool_id | task_type | vdsm_task_id | root_comm
> and_id | user_id 
> -+-+++-+++-+---+--+--
> ---+-
> (0 rows)
> 
> Thanks for your help,
> Arsène
> 
> 
> 
> On 10/07/2015 08:59 PM, Raz Tamir wrote:
>> Hi Arsène,
>> From the engine run the following commands:
>> 1. # su - postgres
>> 2. # psql -d engine
>> 3. please, provide the output of this command:
>> # select * from async_tasks ;
>> 
>> 
>> 
>> Thanks,
>> Raz Tamir
>> Red Hat Israel
>> 
>> On Wed, Oct 7, 2015 at 6:34 PM, Arsène Gschwind 
>>  wrote:
>> Any idea how to get ride of those tasks?
>> 
>> Thanks a lot
>> Arsène
>> 
>> 
>> On 10/06/2015 02:43 PM, Arsène Gschwind wrote:
>> Hi,
>> 
>> I would like to update ovirt to 3.5.4 from 3.5.3 but engine-setup fails 
>> due to remove snapshot tasks.
>> 
>> [ INFO  ] Cleaning async tasks and compensations
>>   The following system tasks have been found running in the 
>> system:
>>   The following commands have been found running in the system:
>>   The following compensations have been found running in the 
>> system:
>>   org.ovirt.engine.core.bll.RemoveSnapshotCommand 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>>   org.ovirt.engine.core.bll.RemoveSnapshotCommand 
>> org.ovirt.engine.core.common.businessentities.Snapshot
>>   org.ovirt.engine.core.bll.RemoveSnapshotCommand 
>> 

Re: [ovirt-users] VM's in wrong state

2015-10-09 Thread Michal Skrivanek

On 9 Oct 2015, at 09:48, Johan Kooijman wrote:

> Hi all,
> 
> Since a couple of days I have one node with non responsive VM's. The node is 
> OK and the VM's are  working actually, just show the wrong state. 
Hi,
so what state does it show? Not Responding host? Is there a problem of only one 
VM or all the VMs on that host are Unknown and host state is Not Responding?
> 
> I'll find out why it happened, but for now I need to correct the state. Any 
> ideas on how to do that?

depends on the above., If there is an issue with only one or few VMs it 
typically means libvirt (or vdsm while talking to libvirt) have some issues 
accessing monitoring data of that VM.
if it's the whole host then communication between engine and host is 
problematic, or storage issues - you should see something in the log (or post 
it here, both vdsm.log and engine.log)

Thanks,
michal
> 
> -- 
> Met vriendelijke groeten / With kind regards,
> Johan Kooijman
> ___
> 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] VM's in wrong state

2015-10-09 Thread Johan Kooijman
Ok, thanks. Turned out that restart vdsm did the trick.

On Fri, Oct 9, 2015 at 1:23 PM, Michal Skrivanek <
michal.skriva...@redhat.com> wrote:

>
> On 9 Oct 2015, at 09:48, Johan Kooijman wrote:
>
> > Hi all,
> >
> > Since a couple of days I have one node with non responsive VM's. The
> node is OK and the VM's are  working actually, just show the wrong state.
> Hi,
> so what state does it show? Not Responding host? Is there a problem of
> only one VM or all the VMs on that host are Unknown and host state is Not
> Responding?
> >
> > I'll find out why it happened, but for now I need to correct the state.
> Any ideas on how to do that?
>
> depends on the above., If there is an issue with only one or few VMs it
> typically means libvirt (or vdsm while talking to libvirt) have some issues
> accessing monitoring data of that VM.
> if it's the whole host then communication between engine and host is
> problematic, or storage issues - you should see something in the log (or
> post it here, both vdsm.log and engine.log)
>
> Thanks,
> michal
> >
> > --
> > Met vriendelijke groeten / With kind regards,
> > Johan Kooijman
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
>
>


-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] upgrade path from Ovirt 3.5x to 3.6x

2015-10-09 Thread Michal Skrivanek

On 8 Oct 2015, at 17:48, Andrea Ghelardi wrote:

> Hallo,
> I needed a quick confirmation on this subject.
>  
> Our environment is Ovirt 3.511 (yes, I’ll upgrade soon, I know) running on a 
> Centos 6.6 hosted engine VM on a cluster of Centos 6.6 physical servers.
>  
> Since Ovirt 3.6x will be compatible with Centos 7 hypervisor only, how I’m 
> supposed to upgrade hosted engine, VM and HOSTs?
>  
> i.e. readme tells us the well known procedure (put hosted eng in maintenance, 
> upgrade, etc) but I will eventually end in a scenario where my hosted engine 
> 3.6 will run on centos 7 VM running (on) a lot of centos 6.6 servers...
>  
> Please tell me I have not to create a totally different datacenter and export 
> -> import all VMs…

nono, the upgrade is live and all your VMs can keep humming. But there are 
manual steps involved:

Simone can probably update about Hosted Engine which would be somewhat special, 
but at least for regular VMs you can currently use:
1) create a new cluster with same settings as your existing cluster
2) remove one host from the old cluster (the one to be upgraded/reinstalled to 
EL7). While moving the host to maintenance your VMs will be migrated to other 
EL6 hosts in that cluster (make sure you have enough capacity to do that 
beforehand, of course:)
3) upgrade/reinstall the host with EL7. If youdon't have anything custom on the 
host reinstallation might be the best option
4) add it to the new cluster, installing/deploying it via UI, then it should 
come up - this is your EL7-based cluster now
5) manually migrate (Migrate To button) some of your VMs from the old cluster 
to the new one (there's an advanced section in the dialog, allowing you 
cross-cluster migrations
6) repeat until all your hosts and VMs are on EL7-based cluster, then you can 
decommission it, and perhaps rename the cluster back to its original name

Thanks,
michal

>  
> Thank you!
> Andrea Ghelardi
> ___
> 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] Support for windows10

2015-10-09 Thread Vinzenz Feenstra

On 10/07/2015 08:30 AM, Budur Nagaraju wrote:
I'm using ovirt version "oVirt Engine Version: 3.5.4.2-1.el6" and my 
win10 build is  "6851156.iso" ,

let me if this doesn't support in the mentioned ovirt version ..
Well this is the RTM that should have been working. Can you give a bit 
more details, what exactly is happening when you try to install Windows 10?


Another thing what is your Hypervisor operating system? Is it also el6? 
If so it might be the reason why it was working for me, however i 
haven't been checking win10 on a EL6 machine.




On Wed, Oct 7, 2015 at 11:51 AM, Vinzenz Feenstra > wrote:


On 10/06/2015 01:10 PM, Budur Nagaraju wrote:

I selected win8 64bit  under "opeartating system " field ,unable
to install successfully,
Do I need to select win2012  but  it's a server version ,pls suggest.

Well first of all its recommended to use ovirt 3.5.5, which might
even have windows 10 for selection, at least I was told to. Secondly.
Please tell me the exact build version you're using of Windows 10?

Thanks







On Tue, Oct 6, 2015 at 4:08 PM, Vinzenz Feenstra
> wrote:

On 10/06/2015 12:37 PM, Budur Nagaraju wrote:

I'm using Ovirt3.5 and unable to find the windows 10 in the
field "operation system.

Because there was no Windows 10 when we release ovirt 3.5 :-)
You should choose the latest Windows version available, that
should be ok then.



On Tue, Oct 6, 2015 at 3:57 PM, Vinzenz Feenstra
> wrote:

On 10/06/2015 11:15 AM, Eli Mesika wrote:

CCing Vinzenz

- Original Message -

From: "Budur Nagaraju" >
To: "users" >
Sent: Tuesday, October 6, 2015 8:59:50 AM
Subject: [ovirt-users] Support for windows10

Hi

Does Ovirt supports windows 10 OS ?

From our latest tests we can confirm that the latest
builds of Win10 are working on oVirt, some earlier
releases had problems which have been addressed already
by Microsoft before the release.
HTH


Thanks,
Nagaraju


___
Users mailing list
Users@ovirt.org 
http://lists.ovirt.org/mailman/listinfo/users



-- 
Regards,


Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625 
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by
community collaboration.
See how it works at redhat.com 





-- 
Regards,


Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone:+420 532 294 625 
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community 
collaboration.
See how it works atredhat.com 





-- 
Regards,


Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone:+420 532 294 625 
IRC: vfeenstr or evilissimo

Better technology. Faster innovation. Powered by community collaboration.
See how it works atredhat.com 





--
Regards,

Vinzenz Feenstra | Senior Software Engineer
RedHat Engineering Virtualization R & D
Phone: +420 532 294 625
IRC: vfeenstr or evilissimo

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


[ovirt-users] oVirt Community Newsletter: September 2015

2015-10-09 Thread Mikey Ariel
There was a lot of activity in the oVirt community this September, with 
so many talks and presentations given to the community at large, you'll 
have hours to watch this month!


Videos, though, aren't the only thing happening in the oVirt Community 
this past month. Check out our newsletter to learn more:


-
Software Releases
-

oVirt 3.5.4 Final Released
http://www.ovirt.org/OVirt_3.5.4_Release_Notes

oVirt 3.5.5 Second Release Candidate is now available for testing
http://lists.ovirt.org/pipermail/announce/2015-September/000196.html

oVirt 3.6.0 First Release Candidate is now available for testing
http://lists.ovirt.org/pipermail/announce/2015-September/000197.html

moVirt is Currently Available in the Google Play Store
https://play.google.com/store/apps/details?id=org.ovirt.mobile.movirt


In the Community


Welcome to the New oVirt Community Lead
http://red.ht/1Ksb0yd

Event Report--LinuxCon NA 2015
http://community.redhat.com/blog/2015/09/event-report-linuxcon-na-2015/

QEMU Maintainers on the 2.4 Release
http://bit.ly/1Pka0OZ

Event Report--LinuxCon NA 2015
http://community.redhat.com/blog/2015/09/event-report-linuxcon-na-2015/

Examining IT Infrastructure (including oVirt) [Italian]
http://bit.ly/1Pk9OPJ

Importing KVM guests to oVirt or RHEV
http://bit.ly/1PkaDYD

RHEV: How to Import a VMware ESXi OVA Disk Image into RHEV-M
http://fatmin.com/2015/09/14/rhev-how-to-import-a-vmware-esxi-ova-disk-image-into-rhev-m/

Nested KVM virtualization with RHEV
http://www.willberg.fi/2015/08/nested-kvm-virtualization-with-rhev.html

Manage VM snapshots in RHEV/oVirt with ManageIQ
http://www.jung-christian.de/2015/06/manage-vm-snapshots-in-rhevovirt-with-manageiq/

How to import existing VM from virsh to ovirt
http://arm2armcos.blogspot.com/2015/09/how-to-import-exising-vm-from-virsh-to.html

Migrating from cPanel to a cheap “private cloud” – Part 1
http://hasaninter.net/2015/09/12/migrating-from-cpanel-to-a-cheap-private-cloud-part-1/

Create an oVirt Cluster Node First, Engine Later
http://serverfault.com/questions/725476/create-an-ovirt-cluster-node-first-engine-later

Installing oVirt 3.5.3 All in One on my fitlet-x
http://1337.tips/installing-ovirt-3-5-3-all-in-one-on-my-fitlet-x/

Get the most out of oVirt with moVirt app
https://www.udsenterprise.com/en/blog/2015/09/10/get-most-out-ovirt-movirt-app/


Deep Dives and Technical Discussions


moVirt Deep Dive
https://youtu.be/6w9t1wxNKBE (Video)

oVirt Tutorial Series, Part 1: Enable Nested KVM
https://youtu.be/MJCo9zzJdrg (Video)

oVirt Tutorial Series, Part 2: Download and Install QEMU
https://youtu.be/gHZx0aEUZf8 (Video)

oVirt Tutorial Series, Part 3: Set Fixed IP, FQDN and oVirt Download Engine
https://youtu.be/yKSrRSJvarc (Video)

oVirt Tutorial Series, Part 4: Creating NFS Share
https://youtu.be/WCyJJA10-rY (Video)

oVirt Tutorial Series, Part 5: Set oVirt Engine
https://youtu.be/PVhdbPZYflc (Video)

oVirt Tutorial Series, Part 6: Download, Create VM and Install oVirt Node
https://youtu.be/r4xNaLQH1jU (Video)

oVirt Tutorial Series, Part 7: Set oVirt Node
https://youtu.be/6S_B5cvAtjU (Video)

oVirt Tutorial Series, Part 8: Add Node and Shared Folder to Engine
https://youtu.be/tu0JoufSY_8 (Video)

oVirt Tutorial Series, Part 9: Add Shared Folder to ISO Files
https://youtu.be/OeqYvNqDIEU (Video)

oVirt Tutorial Series, Part 10: Create VM Within the oVirt and Install SPICE
https://youtu.be/Pl4OArmSko8 (Video)

oVirt 3.6 Deep Dive: Host Device Passthrough - Host View
https://youtu.be/Iog6J5WtWdg (Video)

oVirt 3.6 Deep Dive: Host Device Passthrough - VM View
https://youtu.be/WIo2NR2NvX4 (Video)

oVirt Deep Dive: oVirt Katello/Satellite Integration
https://youtu.be/H4M9B_z2FTs (Video)

oVirt 3.6 Deep Dive: AAA - Local User Management
https://youtu.be/CUsaqLQIkuQ (Video)

oVirt 3.6 Deep Dive: Power Management UI Changes
https://youtu.be/AkfAMpEykdU (Video)

oVirt 3.6 Deep Dive: Storage - LUN resize
https://youtu.be/VxvurM-8n5s (Video)

oVirt 3.6 Deep Dive: 'Console in use' feature
https://youtu.be/U0v1Q8Rrxww (Video)

--
Mikey Ariel
Community Lead, oVirt
www.ovirt.org

"To be is to do" (Socrates)
"To do is to be" (Jean-Paul Sartre)
"Do be do be do" (Frank Sinatra)

IRC: ThatDocsLady
Twitter: @ThatDocsLady
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Unable to import hosted engine storage domain in 3.6RC with FC storage

2015-10-09 Thread Christopher Miersma

Hi All,

I'm having an issue with the current release candidate for 3.6, running 
on CentOS 7. I'm trying to install the hosted engine on fibre channel 
storage. I can successfully install the VM, and get everything up and 
running, but the hosted engine VM itself does not appear in the web 
interface, nor does the storage domain on which the hosted engine's 
disks reside appear. When I create a new storage domain on the SAN, I 
can see the LUN on which the hosted engine resides, but it is greyed 
out. When I first started the cluster and got the host and engine VM 
installed and running, it gave me the message " The Hosted Engine 
Storage Domain doesn't exist. It shoudl be imported into the setup." 
I've tried importing and attaching the storage domain, but it simply 
doesn't appear in the interface to allow me to import it. I've tired 
every Attach/Import/Activate screen that I could find. I've also opened 
a bug report (https://bugzilla.redhat.com/show_bug.cgi?id=1267337), but 
with no success so far.


Has anyone else had a similar issue? Can you import the hosted engine 
storage domain after setup, and if so on what kind of storage? From some 
of the posts I've seen, it looks like people are getting it to work with 
NFS and maybe iSCSI, but I haven't seen anyone else mention Fibre Channel.


Christopher Miersma
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Get Involved in oVirt Project! October edition

2015-10-09 Thread Sandro Bonazzola
Hi,
Have you got some free time and do you want to get involved in oVirt
project?

Do you like the idea of having fresh disk images of recent distribution in
oVirt Glance repository?
You can help us by testing existing online images ensuring they works with
cloud-init
or creating one yourself and report your success to de...@ovirt.org.
We'll be happy to upload the images once these are ready.

Do you like Debian and do you have some programming skill?
Help us getting VDSM running on it! We started releasing highly
experimental packages and it's a good time for giving them a try.
You can follow the progress here: http://www.ovirt.org/VDSM_on_Debian

Here are some bugs you can try to help with:
Bug IDStatusWhiteboardTarget MilestoneSummary
1120588NEWdocsovirt-3.6.0-rcupdate log collector
documentation
1120585NEWdocsovirt-3.6.0-rcupdate image uploader
documentation
1120586NEWdocsovirt-3.6.0-rcupdate iso uploader
documentation
1159784NEWdocs---[RFE] Document when and where new features
are available when upgrading cluster / datacenters
1174285NEWi18novirt-3.6.0-rc[de-DE] "Live Snapshot Support"
reads "Live Snapsnot Support"
1074301NEWinfraovirt-4.0.0[RFE] ovirt-shell has no man page
1227019NEWintegrationovirt-3.6.1Require sos >= 3.3 when
available - ovirt sosreport plugin doesn't obfuscate password used in aaa
extensions
1237132NEWintegrationovirt-3.6.1[TEXT] New package listing
of engine-setup when upgrading packages is not user friendly
1156060NEWintegrationovirt-3.6.1[text] engine admin
password prompt consistency
1251965NEWintegrationovirt-3.6.1Appliance based setup
should default to using /var/tmp for unpacking the image
1065350POSTintegrationovirt-3.6.1hosted-engine should
prompt a question at the user when the host was already a host in the engine
1083104NEWintegrationovirt-4.0.0engine-setup --offline does
not update versionlock
1269182POSTintegrationovirt-3.6.1hosted-engine accepts
FQDNs with underscore while the engine correctly fails on that
1234257NEWintegrationovirt-3.5.6Test engine upgrade path
from EL6 with oVirt 3.5.z to EL7
1059952POSTintegrationovirt-3.6.1hosted-engine --deploy
(additional host) will fail if the engine is not using the default
self-signed CA
1247068POSTintegrationovirt-3.6.1[TEXT] Warn the
administrator that CD/DVD passthrough is disabled for RHEL7
1115059ASSIGNEDnetworkovirt-3.6.0-gaIncomplete error
message when adding VNIC profile to running VM
772931NEWreports---[RFE] Reports should include the name of
the oVirt engine

Are you great at packaging software? Do you prefer a distribution which is
currently unsupported by oVirt?
Do you want to have packages included in your preferred distribution? Help
getting oVirt ported there!

Fedora: http://lists.ovirt.org/pipermail/devel/2015-September/011426.html
CentOS: https://wiki.centos.org/SpecialInterestGroup/Virtualization
Gentoo: https://wiki.gentoo.org/wiki/OVirt
Debian Jessie: http://www.ovirt.org/Features/Debian_support_for_hosts
Archlinux: http://www.ovirt.org/OVirt_on_Arch_Linux
OpenSUSE: https://build.opensuse.org/project/show/Virtualization:oVirt


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://ovirt-jira.atlassian.net/secure/RapidBoard.jspa?rapidView=1=OVIRT


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=

classification

%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!

Do you want to contribute artworks? oVirt Live backgrounds and covers,
release banners, stickers,  Take a look at Fedora Artworks[9] as an
example of what you can do

Is this the first time you try to contribute to oVirt project?
You can start from here [1][2]!

You 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].

You don't really have time