[ovirt-users] Recommended for production environment

2014-06-25 Thread lucas castro
What's the OS recommended to use in production?
I make all my tests on fedora, but centos is stable, fedora update.
choosing centos or fedora, what changes, some important feature?

-- 
contatos:
Celular: ( 99 ) 9143-5954 - Vivo
skype: lucasd3castro
msn: lucascastrobor...@hotmail.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] How can I let others safely manage there own virtual machine

2014-06-25 Thread Andy Michielsen
Hello,

I'm new to this so I was wondering if anyone could give me some tips.

I work for a company and we deploy software which needs to work together
with other software, domain policies, proxy, etc.

For this we often set up a new virtual machine to simulate potential
problems and give us the opportunity to investigate.

So I was wondering how do I best go about doing this and give multiple
users the ability to create new machines from templates but put
restrictions on how many vm's they can create, the disk space they use and
the network bandwidth they use.

If there is a way to also limit in time how long the created vm's can exist
would also be very interesting.

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


Re: [ovirt-users] Kvm to ovirt

2014-06-25 Thread Sven Kieske


Am 24.06.2014 19:31, schrieb Joop:
 One way is to generate a VM in oVirt with the right disk size and then
 shut it down, shutdown your source VM on kvm and then dd the image over.
 Try it with a small VM. It should work.
 I have had good success with fsarchiver. Boot from systemrescue CD and
 backup using fsarchiver and restore on oVirt.

Just in case: you want to be sure to have virtio support inside your vms
before doing this. Any modern linux kernel has it, but for windows you'd
have to install them by hand or use virt-v2v.

HTH

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] logs and ovirt

2014-06-25 Thread Sven Kieske


Am 24.06.2014 21:33, schrieb Eli Mesika:
 
 
 - Original Message -
 From: Nathanaël Blanchet blanc...@abes.fr
 To: users users@ovirt.org
 Sent: Monday, June 23, 2014 1:46:13 PM
 Subject: [ovirt-users] logs and ovirt

 Hi,
 
 Hi
 

 Several questions today about logs.


 * what is ovirt-log-collector for?
 
 ovirt-log-collector is a tool that is used to collect all relevant logs and 
 help us analyze failures in oVirt
 
 * sometimes, I can't find the output of the event tab into
 /var/log/ovirt-engine. where can I find the whole content of the event
 tab?
 
 The content of the events tab resides in the database in a table named 
 audit_log, this content is different from the content we write to the engine 
 log file 

keep in mind that the events, by default, get rotated every 30 days.


 * is there a way for collecting both engine and host vdsm logs to a
 syslog server?
 
 AFAIK there is a RFE for that at least for the engine side 

That would be mine, which was accepted for ovirt 3.5
you can watch progress here:
https://bugzilla.redhat.com/show_bug.cgi?id=1078738

HTH

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ip spoofing

2014-06-25 Thread Sven Kieske
Here's a workaround:

define one logical network per vm
assign IPs to these networks from a central instance
assign one broadcast domain per logical network.

so in other words: do correct subnetting.
if you got a router who can't get spoofed you should be fine.

HTH

Am 25.06.2014 04:16, schrieb Punit Dambiwal:
 Hi Dan,
 
 I try the following way :-
 
 1. I placed your script in the following location
 :- /usr/libexec/vdsm/hooks/before_device_create/50_noipspoof 
 /usr/libexec/vdsm/hooks/before_nic_hotplug/50_noipspoof
 
 2. Then run this command on the ovirt-engine server (engine-config -s
 UserDefinedVMProperties=noipspoof=^[0-9.]*$)
 3. After that stop the VM and set a custom property named noipspoof with
 ip 10.10.10.6.
 4. Run the VM and login via ssh,configure another ethernet with eth0:0 with
 the ip address 10.10.10.9
 5. From another VM with ip 10.10.10.5 i can able to ping 10.10.10.9
 
 One strange thing is in VM xml still the filter is vdsm-no-mac-spoofing
 instead of noipspoof
 
 
  interface type='bridge'
   mac address='00:1a:4a:81:80:09'/
   source bridge='private'/
   target dev='vnet0'/
   model type='virtio'/
   filterref filter='vdsm-no-mac-spoofing'/
   link state='up'/
   alias name='net0'/
   address type='pci' domain='0x' bus='0x00' slot='0x05'
 function='0x0'/
 
 
 
 Please let me know if i am wrong here
 
 [image: Inline image 1]
 
 
 On Tue, Jun 24, 2014 at 8:06 PM, Dan Kenigsberg dan...@redhat.com wrote:
 
 On Tue, Jun 24, 2014 at 05:52:51PM +0800, Punit Dambiwal wrote:
 Hi Den,

 Thanks for the updates...but still the user can spoof the another ip
 address by manually edit the ifcfg-eth0:0 file

 Like if i assign the 10.0.0.5 ip address to one VM through
 cloud-int...once
 the VM bootup user can login to VM and create another virtual ethernet
 device and add another ip address 10.0.0.6 to this VM

 I want in anyhow the user can not spoof the ip addresseither they can
 edit but the new ip address can not boot up(should not active)...

 Thanks,
 Punit

 Have you placed my script properly? Could you share your domxml as
 visible to libvirt?

   virsh -r dumxml name-of-your-vm

 And as alluded by Sven - could you try to use the spooded IP address?
 Configuring is not blocked by the filter, only using it (try pinging
 outside of the VM).

 Regrads,
 Dan.

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

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mask the CPU model

2014-06-25 Thread Sven Kieske


Am 25.06.2014 04:46, schrieb Punit Dambiwal:
 Hi,
 
 Can i mask the CPU in Ovirt as we can do in the openstack
 /cloudstack...actually i don't want users to know the actual CPU modeli
 want it to modify actual CPU model with custom defined CPU like Virtual
 CPU instead of Nehalam/Sendybridge in the guest VM.

Currently this would just be possible via a custom vdsm hook
which alters the libvirt xml before the vm powers up.

ovirt uses the cpu models which are provided by libvirt.

HTH

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ISO_DOMAIN issue

2014-06-25 Thread Sven Kieske


Am 25.06.2014 06:54, schrieb Koen Vanoppen:
 Ok, thanx.
 Now when I try to remove the connection I get this:
 
 [oVirt shell (connec...@vega.brusselsairport.aero)]# remove
 storageconnection 91fca941-d9f3-496c-908f-
 92d31bce6a64
   == ERROR
 ===
   status: 404
   reason: Not Found
   detail: Entity not found: null
 

which ovirt and which ovirt shell version are you running?

the deletion of storage connections was one of the last features
to be completed for the management of storage connection and there
where some bugs regarding the returned status codes.

I can't remember the exact version where it worked but with ovirt 3.4.
you should be save (should also work in latest 3.3.z, but ymmv).

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Recommended for production environment

2014-06-25 Thread Sven Kieske


Am 25.06.2014 08:31, schrieb lucas castro:
 What's the OS recommended to use in production?
 I make all my tests on fedora, but centos is stable, fedora update.
 choosing centos or fedora, what changes, some important feature?


well if you can wait for centos 7 to become available you get something
in the middle between rockstable and more advanced features.

if you need live migration you're better off with newer versions in
general, but as you said, fedora is not _that_ stable
(see e.g. the latest python-cpopen breakage on this mailing list on
Fedora 20)

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How can I let others safely manage there own virtual machine

2014-06-25 Thread Sven Kieske


Am 25.06.2014 08:31, schrieb Andy Michielsen:
 Hello,
 
 I'm new to this so I was wondering if anyone could give me some tips.
 
 I work for a company and we deploy software which needs to work together
 with other software, domain policies, proxy, etc.
 
 For this we often set up a new virtual machine to simulate potential
 problems and give us the opportunity to investigate.
 
 So I was wondering how do I best go about doing this and give multiple
 users the ability to create new machines from templates but put
 restrictions on how many vm's they can create, the disk space they use and
 the network bandwidth they use.
 
 If there is a way to also limit in time how long the created vm's can exist
 would also be very interesting.
 
 Kind regards.

I'd suggest you read the docs engine-manage-domains, ovirt can use:
LDAP, AD, freeIPA for user provisioning, you can restrict them in ovirt.

HTH


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] How can I let others safely manage there own virtual machine

2014-06-25 Thread Oved Ourfali


- Original Message -
 From: Sven Kieske s.kie...@mittwald.de
 To: users@ovirt.org
 Sent: Wednesday, June 25, 2014 10:16:54 AM
 Subject: Re: [ovirt-users] How can I let others safely manage there own 
 virtual machine
 
 
 
 Am 25.06.2014 08:31, schrieb Andy Michielsen:
  Hello,
  
  I'm new to this so I was wondering if anyone could give me some tips.
  
  I work for a company and we deploy software which needs to work together
  with other software, domain policies, proxy, etc.
  
  For this we often set up a new virtual machine to simulate potential
  problems and give us the opportunity to investigate.
  
  So I was wondering how do I best go about doing this and give multiple
  users the ability to create new machines from templates but put
  restrictions on how many vm's they can create, the disk space they use and
  the network bandwidth they use.
  
  If there is a way to also limit in time how long the created vm's can exist
  would also be very interesting.
  
  Kind regards.
 
 I'd suggest you read the docs engine-manage-domains, ovirt can use:
 LDAP, AD, freeIPA for user provisioning, you can restrict them in ovirt.
 

Users can be granted with PowerUser role to allow them to create VMs.
Restricting the resources can be done using the Quota feature 
(http://www.ovirt.org/Features/Quota).
cc-ing also Gilad in case he has a better link describing the Quota feature.

Oved

 HTH
 
 
 --
 Mit freundlichen Grüßen / Regards
 
 Sven Kieske
 
 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 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] Recommended for production environment

2014-06-25 Thread Matt .
You don't have to wait for CentOS 7, just use 6 at the moment!

2014-06-25 9:15 GMT+02:00 Sven Kieske s.kie...@mittwald.de:


 Am 25.06.2014 08:31, schrieb lucas castro:
 What's the OS recommended to use in production?
 I make all my tests on fedora, but centos is stable, fedora update.
 choosing centos or fedora, what changes, some important feature?


 well if you can wait for centos 7 to become available you get something
 in the middle between rockstable and more advanced features.

 if you need live migration you're better off with newer versions in
 general, but as you said, fedora is not _that_ stable
 (see e.g. the latest python-cpopen breakage on this mailing list on
 Fedora 20)

 --
 Mit freundlichen Grüßen / Regards

 Sven Kieske

 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 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] Ip spoofing

2014-06-25 Thread Dan Kenigsberg
On Wed, Jun 25, 2014 at 10:16:12AM +0800, Punit Dambiwal wrote:
 Hi Dan,
 
 I try the following way :-
 
 1. I placed your script in the following location
 :- /usr/libexec/vdsm/hooks/before_device_create/50_noipspoof 
 /usr/libexec/vdsm/hooks/before_nic_hotplug/50_noipspoof
 
 2. Then run this command on the ovirt-engine server (engine-config -s
 UserDefinedVMProperties=noipspoof=^[0-9.]*$)
 3. After that stop the VM and set a custom property named noipspoof with
 ip 10.10.10.6.
 4. Run the VM and login via ssh,configure another ethernet with eth0:0 with
 the ip address 10.10.10.9
 5. From another VM with ip 10.10.10.5 i can able to ping 10.10.10.9
 
 One strange thing is in VM xml still the filter is vdsm-no-mac-spoofing
 instead of noipspoof
 
 
  interface type='bridge'
   mac address='00:1a:4a:81:80:09'/
   source bridge='private'/
   target dev='vnet0'/
   model type='virtio'/
   filterref filter='vdsm-no-mac-spoofing'/
   link state='up'/
   alias name='net0'/
   address type='pci' domain='0x' bus='0x00' slot='0x05'
 function='0x0'/
 
 
 
 Please let me know if i am wrong here

I can try to help you debug the issue. Could you attach vdsm.log from
the vmCreate command to the place where the VM turns to Up?

Can you verify that
/usr/libexec/vdsm/hooks/before_device_create/50_noipspoof is executable
to the vdsm user?

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


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Dan Kenigsberg
On Tue, Jun 24, 2014 at 07:00:17PM +, Markus Stockhausen wrote:
  Von: Bob Doolittle [b...@doolittle.us.com]
  Gesendet: Dienstag, 24. Juni 2014 15:56
  An: Dan Kenigsberg; Markus Stockhausen
  Cc: ovirt-users
  Betreff: Re: [ovirt-users] FC20 vdsmd broken after latest yum update
  
  Is there a bugID that can be tracked?
 
 Hopefully opened correctly:  
 https://bugzilla.redhat.com/show_bug.cgi?id=1112830

Thanks. I've closed it, as Douglas reports that he has built
python-cpopen-1.3-3.fc20 with a fix. Please reopen if it's still buggy.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] [QE][ACTION NEEDED] oVirt 3.4.3 RC status

2014-06-25 Thread Sandro Bonazzola
Hi,
We're going to start composing oVirt 3.4.3 RC on *2014-07-10 08:00 UTC* from 
3.4 branch.
A 3.4.3 branch will be created immediately after using the same hash of the 
build.

The bug tracker [1] shows no blocking bugs for the release

There are still 34 bugs [2] targeted to 3.4.3.
Excluding node and documentation bugs we still have 12 bugs [3] targeted to 
3.4.3.

Maintainers / Assignee:
- Please add the bugs to the tracker if you think that 3.4.3 should not be 
released without them fixed.
- Please update the target to any next release for bugs that won't be in 3.4.3:
  it will ease gathering the blocking bugs for next releases.
- Please fill release notes, the page has been created here [4]
- Please build packages before *2014-07-09 15:00 UTC*.

Community:
- If you're testing oVirt 3.4 nightly snapshot, please add yourself to the test 
page [5]

[1] bugzilla.redhat.com/1107968
[2] http://red.ht/1lBAw2R
[3] http://red.ht/1ly9hfA
[4] http://www.ovirt.org/OVirt_3.4.3_Release_Notes
[5] http://www.ovirt.org/Testing/oVirt_3.4.3_Testing


Thanks,
-- 
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


[ovirt-users] [QE][ACTION NEEDED] oVirt 3.5.0 Beta status

2014-06-25 Thread Sandro Bonazzola
Hi,
We're going to compose oVirt 3.5.0 Beta on Thu *2014-06-26 08:00 UTC*.
Maintainers:
- Please be sure that master snapshot allow to create VMs before today 
*2014-06-25 15:00 UTC*

The bug tracker [1] shows the following proposed blockers to be reviewed:

Bug ID  Whiteboard  Status  Summary
1073944 integration ASSIGNEDAdd log gathering for a new ovirt 
module (External scheduler)
1060198 integration NEW [RFE] add support for Fedora 20


About Add log gathering for a new ovirt module (External scheduler), patch have 
been merged on upstream sos master branch.
For Fedora = 19 sos-3.1 package includes the fix.
For EL 6 patches need to be backported to ovirt-log-collector.

Feature freeze is now effective, no more features should be pushed.
Features included in 3.5.0 Beta are marked in green on Features Status Table [2]

Some more features may be included since they were near to be completed on last 
sync meeting.
The table will be updated on next sync meeting scheduled for today 2014-06-25.

There are still 357 bugs [3] targeted to 3.5.0.
Excluding node and documentation bugs we still have 294 bugs [4] targeted to 
3.5.0.

Maintainers / Assignee:
- Please remember to rebuild your packages before today *2014-06-25 15:00* if 
needed, otherwise nightly snapshot will be taken.
- Please be sure that master snapshot allow to create VMs before today 
*2014-06-25 15:00 UTC*
- If you find a blocker bug please remember to add it to the tracker [1]
- Please start filling release notes, the page has been created here [5]
- Please review and add test cases to oVirt 3.5 Test Day [6]

Community:
- You're welcome to join us testing this beta release and getting involved in 
oVirt Quality Assurance[7]!


[1] http://bugzilla.redhat.com/1073943
[2] http://bit.ly/17qBn6F
[3] http://red.ht/1pVEk7H
[4] http://red.ht/1rLCJwF
[5] http://www.ovirt.org/OVirt_3.5_Release_Notes
[6] http://www.ovirt.org/OVirt_3.5_TestDay
[7] http://www.ovirt.org/OVirt_Quality_Assurance

Thanks,


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


[ovirt-users] status disks locked

2014-06-25 Thread Andy Michielsen
Hello,

I have a vm in my ovirt setup which has it's disks locked after I wanted to
take a snapshot.

I have a separate node and an engine and already rebooted them both but it
still keeps on telling me it's disks are locked. Where does this info come
from and what can I do to rectify the situation.

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


Re: [ovirt-users] [ovirt-devel] [QE][ACTION NEEDED] oVirt 3.5.0 Beta status

2014-06-25 Thread Dan Kenigsberg
On Wed, Jun 25, 2014 at 10:25:09AM +0200, Sandro Bonazzola wrote:
 Hi,
 We're going to compose oVirt 3.5.0 Beta on Thu *2014-06-26 08:00 UTC*.
 Maintainers:
 - Please be sure that master snapshot allow to create VMs before today 
 *2014-06-25 15:00 UTC*
 
 The bug tracker [1] shows the following proposed blockers to be reviewed:
 
 Bug IDWhiteboard  Status  Summary
 1073944   integration ASSIGNEDAdd log gathering for a new 
 ovirt module (External scheduler)
 1060198   integration NEW [RFE] add support for Fedora 20
 
 
 About Add log gathering for a new ovirt module (External scheduler), patch 
 have been merged on upstream sos master branch.
 For Fedora = 19 sos-3.1 package includes the fix.
 For EL 6 patches need to be backported to ovirt-log-collector.
 
 Feature freeze is now effective, no more features should be pushed.
 Features included in 3.5.0 Beta are marked in green on Features Status Table 
 [2]
 
 Some more features may be included since they were near to be completed on 
 last sync meeting.
 The table will be updated on next sync meeting scheduled for today 2014-06-25.
 
 There are still 357 bugs [3] targeted to 3.5.0.
 Excluding node and documentation bugs we still have 294 bugs [4] targeted to 
 3.5.0.
 
 Maintainers / Assignee:
 - Please remember to rebuild your packages before today *2014-06-25 15:00* if 
 needed, otherwise nightly snapshot will be taken.
 - Please be sure that master snapshot allow to create VMs before today 
 *2014-06-25 15:00 UTC*

I have bumped vdsm's version to 4.16.0 for this occasion, and have
created a new ovirt-3.5 branch.

Douglas, you may build from that branch whenever you want.

 - If you find a blocker bug please remember to add it to the tracker [1]
 - Please start filling release notes, the page has been created here [5]
 - Please review and add test cases to oVirt 3.5 Test Day [6]
 
 Community:
 - You're welcome to join us testing this beta release and getting involved in 
 oVirt Quality Assurance[7]!
 
 
 [1] http://bugzilla.redhat.com/1073943
 [2] http://bit.ly/17qBn6F
 [3] http://red.ht/1pVEk7H
 [4] http://red.ht/1rLCJwF
 [5] http://www.ovirt.org/OVirt_3.5_Release_Notes
 [6] http://www.ovirt.org/OVirt_3.5_TestDay
 [7] http://www.ovirt.org/OVirt_Quality_Assurance
 
 Thanks,
 
 
 -- 
 Sandro Bonazzola
 Better technology. Faster innovation. Powered by community collaboration.
 See how it works at redhat.com
 ___
 Devel mailing list
 de...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/devel
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mask the CPU model

2014-06-25 Thread Punit Dambiwal
Hi Sven,

Please let me know which VDSM hook can be used for the same,is there any
hook available for the same... ??

Thanks,
Punit


On Wed, Jun 25, 2014 at 3:10 PM, Sven Kieske s.kie...@mittwald.de wrote:



 Am 25.06.2014 04:46, schrieb Punit Dambiwal:
  Hi,
 
  Can i mask the CPU in Ovirt as we can do in the openstack
  /cloudstack...actually i don't want users to know the actual CPU
 modeli
  want it to modify actual CPU model with custom defined CPU like Virtual
  CPU instead of Nehalam/Sendybridge in the guest VM.

 Currently this would just be possible via a custom vdsm hook
 which alters the libvirt xml before the vm powers up.

 ovirt uses the cpu models which are provided by libvirt.

 HTH

 --
 Mit freundlichen Grüßen / Regards

 Sven Kieske

 Systemadministrator
 Mittwald CM Service GmbH  Co. KG
 Königsberger Straße 6
 32339 Espelkamp
 T: +49-5772-293-100
 F: +49-5772-293-333
 https://www.mittwald.de
 Geschäftsführer: Robert Meyer
 St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
 Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
 ___
 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] How can I let others safely manage there own virtual machine

2014-06-25 Thread Dave Neary
Hi Andy,

On 06/25/2014 08:31 AM, Andy Michielsen wrote:
 I work for a company and we deploy software which needs to work together
 with other software, domain policies, proxy, etc.
 
 For this we often set up a new virtual machine to simulate potential
 problems and give us the opportunity to investigate.
 
 So I was wondering how do I best go about doing this and give multiple
 users the ability to create new machines from templates but put
 restrictions on how many vm's they can create, the disk space they use
 and the network bandwidth they use.
 
 If there is a way to also limit in time how long the created vm's can
 exist would also be very interesting.

It sounds like you need the oVirt user portal. You can get more
information about defining permissions  user profiles, and accessing
the user portal, in the quick start guide (starting at the Using
virtual machines section):
http://www.ovirt.org/Quick_Start_Guide#Using_Virtual_Machines

There's a video here for defining quotas with the user quota:
https://www.youtube.com/watch?v=zazJ_fW05Qk

Cheers,
Dave.

-- 
Dave Neary - Community Action and Impact
Open Source and Standards, Red Hat - http://community.redhat.com
Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Ip spoofing

2014-06-25 Thread Dan Kenigsberg
On Wed, Jun 25, 2014 at 06:03:50PM +0800, Punit Dambiwal wrote:
 Hi Dan,
 
 Please find the attach logs.
 
 1. vdsm.log (VM Creation)
 2. vdsm1.log (when add custom property)
 3. vdsm2.log (Start the VM)

I see no reference there to /usr/libexec/vdsm/hooks/before_device_create
(but other hook scripts are mentioned).

Could you do

# su - vdsm -s /bin/bash
$ ls -l /usr/libexec/vdsm/hooks/before_device_create

so we can confirm that the scripts exists and are executable?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] status disks locked

2014-06-25 Thread Sven Kieske


Am 25.06.2014 10:33, schrieb Andy Michielsen:
 Hello,
 
 I have a vm in my ovirt setup which has it's disks locked after I wanted to
 take a snapshot.
 
 I have a separate node and an engine and already rebooted them both but it
 still keeps on telling me it's disks are locked. Where does this info come
 from and what can I do to rectify the situation.
 


Hi, afaik you can try 2 things:
1. in webadmin rightclick the rebooted node, and select host has been
rebooted
2. restart ovirt-engine

but ymmv

HTH

-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Mask the CPU model

2014-06-25 Thread Sven Kieske


Am 25.06.2014 11:43, schrieb Punit Dambiwal:
 Hi Sven,
 
 Please let me know which VDSM hook can be used for the same,is there any
 hook available for the same... ??

I don't know any hook that does this, it should be relatively simple,
though.
Maybe someone else can assist, CC'ing Dan:

Do you know of a hook that manipulates the emulated CPU model?


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Best way to define migration bandwidth

2014-06-25 Thread Markus Stockhausen
Hello,

right now we modify /etc/vdsm/vdsm.conf on each host to raise migration
bandwidth on our IPoIB network. Is there any place to set it permanently?
If not I'll file a RFE.

Markus

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


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


Re: [ovirt-users] [ovirt-devel] HA not working 3.4.2

2014-06-25 Thread mad Engineer
Thanks,
   I tried that and now the ! is gone and from control panel
 restarted that server and it rebooted but the reboot happened only in
Ovirt control panel and actual server hasn't rebooted nor got shutdown its
up time still hasn't changed.
Any idea whats wrong

Thanks


On Wed, Jun 25, 2014 at 12:46 AM, Joop jvdw...@xs4all.nl wrote:

  On 24-6-2014 21:02, mad Engineer wrote:

 Thanks Arik,
   I think that's the issue,i havent configured any
 power management but could you tell me what to specify in power management

  i see Address,Username,Password,SSH port and Type.

  Using HP server with ILO2 so i filled Type as ILO2 but its confusing
 what these

 * Address,Username,Password *are

  are these ILO credentials or My hypervisor credentials


  ILO credentials.

 Joop


 ___
 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] How can I let others safely manage there own virtual machine

2014-06-25 Thread Gilad Chaplik
- Original Message -
 From: Dave Neary dne...@redhat.com
 To: Andy Michielsen andy.michiel...@gmail.com, users@ovirt.org
 Sent: Wednesday, June 25, 2014 1:24:00 PM
 Subject: Re: [ovirt-users] How can I let others safely manage there own 
 virtual machine
 
 Hi Andy,
 
 On 06/25/2014 08:31 AM, Andy Michielsen wrote:
  I work for a company and we deploy software which needs to work together
  with other software, domain policies, proxy, etc.
  
  For this we often set up a new virtual machine to simulate potential
  problems and give us the opportunity to investigate.
  
  So I was wondering how do I best go about doing this and give multiple
  users the ability to create new machines from templates but put
  restrictions on how many vm's they can create, the disk space they use
  and the network bandwidth they use.
  
  If there is a way to also limit in time how long the created vm's can
  exist would also be very interesting.
 
 It sounds like you need the oVirt user portal. You can get more
 information about defining permissions  user profiles, and accessing
 the user portal, in the quick start guide (starting at the Using
 virtual machines section):
 http://www.ovirt.org/Quick_Start_Guide#Using_Virtual_Machines
 
 There's a video here for defining quotas with the user quota:
 https://www.youtube.com/watch?v=zazJ_fW05Qk

Thanks Dave and Oved, that's exactly my thoughts :-) 
Adding 2 more videos from that series:
https://www.youtube.com/watch?v=jExFWEojF4c
https://www.youtube.com/watch?v=y8qUoRImimY

Quota feature didn't change much since 3.1, only got stable, so no worries 
about version in the videos.

Andy, if you any questions/suggestions, feel free :-)

Since there are already 3 videos, and the fact we have a new lf in 3.5, 
thinking of doing a new series
(following 'Lord of the Rings' and 'The Hobbit' ;-) ).

 
 Cheers,
 Dave.
 
 --
 Dave Neary - Community Action and Impact
 Open Source and Standards, Red Hat - http://community.redhat.com
 Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
 ___
 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] Spam Re: Spam VDI setup

2014-06-25 Thread Maurice James
I found the video in the ovirtproject channel. No know how to do it? 
- Original Message -

From: Maurice James mja...@media-node.com 
To: users users@ovirt.org 
Sent: Monday, June 23, 2014 1:08:00 AM 
Subject: [ovirt-users] Spam VDI setup 

Does anyone have a setup similar to this, or at least know how this was 
accomplished? 
https://www.youtube.com/watch?v=3_8oYb_7VcA 

___ 
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] How can I let others safely manage there own virtual machine

2014-06-25 Thread andy . michielsen
Hello Dave, Oved, Gilad,

Thank you very much. This is very usefull.

Kind regards.

Sent from my iPad

 On 25 Jun 2014, at 17:19, Gilad Chaplik gchap...@redhat.com wrote:
 
 - Original Message -
 From: Dave Neary dne...@redhat.com
 To: Andy Michielsen andy.michiel...@gmail.com, users@ovirt.org
 Sent: Wednesday, June 25, 2014 1:24:00 PM
 Subject: Re: [ovirt-users] How can I let others safely manage there own 
 virtual machine
 
 Hi Andy,
 
 On 06/25/2014 08:31 AM, Andy Michielsen wrote:
 I work for a company and we deploy software which needs to work together
 with other software, domain policies, proxy, etc.
 
 For this we often set up a new virtual machine to simulate potential
 problems and give us the opportunity to investigate.
 
 So I was wondering how do I best go about doing this and give multiple
 users the ability to create new machines from templates but put
 restrictions on how many vm's they can create, the disk space they use
 and the network bandwidth they use.
 
 If there is a way to also limit in time how long the created vm's can
 exist would also be very interesting.
 
 It sounds like you need the oVirt user portal. You can get more
 information about defining permissions  user profiles, and accessing
 the user portal, in the quick start guide (starting at the Using
 virtual machines section):
 http://www.ovirt.org/Quick_Start_Guide#Using_Virtual_Machines
 
 There's a video here for defining quotas with the user quota:
 https://www.youtube.com/watch?v=zazJ_fW05Qk
 
 Thanks Dave and Oved, that's exactly my thoughts :-) 
 Adding 2 more videos from that series:
 https://www.youtube.com/watch?v=jExFWEojF4c
 https://www.youtube.com/watch?v=y8qUoRImimY
 
 Quota feature didn't change much since 3.1, only got stable, so no worries 
 about version in the videos.
 
 Andy, if you any questions/suggestions, feel free :-)
 
 Since there are already 3 videos, and the fact we have a new lf in 3.5, 
 thinking of doing a new series
 (following 'Lord of the Rings' and 'The Hobbit' ;-) ).
 
 
 Cheers,
 Dave.
 
 --
 Dave Neary - Community Action and Impact
 Open Source and Standards, Red Hat - http://community.redhat.com
 Ph: +33 9 50 71 55 62 / Cell: +33 6 77 01 92 13
 ___
 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] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Markus Stockhausen
Hello,

having no Fedora account a cannot give positive karma. So feedback this way:

- Installed python + libs 2.7.5-12 and python-cpopen 1.3-3
- started VDSM 
- host activated
- VM migrated to host and back
- host put into mainteneance mode

Everything without errors. So looks fine up to now.

Markus

Von: Douglas Schilling Landgraf [dougsl...@redhat.com]
Gesendet: Dienstag, 24. Juni 2014 23:23
An: Dan Kenigsberg; Markus Stockhausen
Cc: ovirt-users
Betreff: Re: [ovirt-users] FC20 vdsmd broken after latest yum update

On 06/24/2014 04:35 AM, Dan Kenigsberg wrote:
 On Tue, Jun 24, 2014 at 07:53:13AM +, Markus Stockhausen wrote:
 Hi,

 after a maintenance of one of our hosts, vdsmd does not start anymore.
 Error could be narrowed down to the following command:

 [root ~]# /usr/bin/vdsm-tool is-configured
 Traceback (most recent call last):
File /usr/bin/vdsm-tool, line 145, in module
  sys.exit(main())
File /usr/bin/vdsm-tool, line 142, in main
  return tool_command[cmd][command](*args[1:])
File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 251, in isconfigured
  if c.getName() in args.modules and not c.isconfigured()
File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 103, in isconfigured
  self._exec_libvirt_configure(check_if_configured)
File /usr/lib64/python2.7/site-packages/vdsm/tool/configurator.py, line 
 78, in _exec_libvirt_configure
  raw=True,
File /usr/lib64/python2.7/site-packages/vdsm/utils.py, line 645, in 
 execCmd
  deathSignal=deathSignal, childUmask=childUmask)
File /usr/lib64/python2.7/site-packages/cpopen/__init__.py, line 50, in 
 __init__
  stderr=PIPE)
File /usr/lib64/python2.7/subprocess.py, line 711, in __init__
  errread, errwrite)
 TypeError: _execute_child_v275() takes exactly 17 arguments (18 given)

 We are on Ovirt 3.4.2. FC20 Hypervisor node is fully patched (as mentioned 
 above).
 Any idea what is going wrong?

 Francesco knows, and he has posted a fix to cpopen yesterday
 (posted to the devel list under the subject F20 python 2.7.5-12 breaks
 cpopen).

 I hope Yaniv releases a quick fix. Until then, either fix cpopen locally
 or downgrade python.

Hi,

I have build the last python-cpopen available which includes the fix.

If possible please test and give karma to it so we can move to stable as
soon as possible.

python-cpopen-1.3-3.fc20 for Fedora 20
https://admin.fedoraproject.org/updates/python-cpopen-1.3-3.fc20

Thanks!

--
Cheers
Douglas

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


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


Re: [ovirt-users] gluster rpms not found

2014-06-25 Thread Timothy Asir Jeyasingh
There was an issue with that release 3.4
I sent a patch for review in http://gerrit.ovirt.org/#/c/29108/.
It has been backported from master branch.
Please create a bug for this issue.

Regards,
Tim

  Original Message 
 Subject:  Re: [ovirt-users] gluster rpms not found
 Date: Sat, 21 Jun 2014 13:27:21 -0400
 From: Nathan Stratton nat...@robotics.net
 To:   Andrew Lau and...@andrewklau.com
 CC:   users users@ovirt.org
 
 
 
 Is there a way to force vdsm to see gluster? Or a way to manually run
 the search so I can see why it fails?Â
 
 
  
 nathan stratton | vp technology | broadsoft, inc | +1-240-404-6580 |
 www.broadsoft.com http://www.broadsoft.com
 
 
 On Fri, Jun 20, 2014 at 11:01 AM, Nathan Stratton nat...@robotics.net
 mailto:nat...@robotics.net wrote:
 
 Actually I have vdsm-gluster, that is why vdsm tries to find the
 gluster packages. Is there a way I can run the vdsm gluster rpm
 search manually to see what is going wrong?
 
 [root@virt01a ~]# yum list installed |grep vdsm
 vdsm.x86_64 Â  Â  Â  Â  Â  Â 4.14.9-0.el6 Â  Â @ovirt-3.4-stable Â
 Â  Â  Â  Â  Â  Â  Â  Â  Â  Â Â
 vdsm-cli.noarch        4.14.9-0.el6    @ovirt-3.4-stable   Â
 Â  Â  Â  Â  Â  Â  Â  Â  Â Â
 vdsm-gluster.noarch    4.14.9-0.el6    @ovirt-3.4-stable   Â
 Â  Â  Â  Â  Â  Â  Â  Â  Â Â
 vdsm-python.x86_64     4.14.9-0.el6    @ovirt-3.4-stable   Â
 Â  Â  Â  Â  Â  Â  Â  Â  Â Â
 vdsm-python-zombiereaper.noarch
 vdsm-xmlrpc.noarch     4.14.9-0.el6    @ovirt-3.4-stable Â
 
 
 
  
 nathan stratton | vp technology | broadsoft, inc | +1-240-404-6580
 tel:%2B1-240-404-6580 | www.broadsoft.com http://www.broadsoft.com
 
 
 On Thu, Jun 19, 2014 at 8:39 PM, Andrew Lau and...@andrewklau.com
 mailto:and...@andrewklau.com wrote:
 
 You're missing vdsm-gluster
 
 yum install vdsm-gluster
 
 On Fri, Jun 20, 2014 at 6:24 AM, Nathan Stratton
 nat...@robotics.net mailto:nat...@robotics.net wrote:
   I am running ovirt 3.4 and have gluster installed:
  
   [root@virt01a]# yum list installed |grep gluster
   glusterfs.x86_64 Â  Â  Â  3.5.0-2.el6 Â Â
 Â @ovirt-glusterfs-epel
   glusterfs-api.x86_64 Â  3.5.0-2.el6 Â  Â Â @ovirt-glusterfs-epel
   glusterfs-cli.x86_64 Â  3.5.0-2.el6 Â  Â Â @ovirt-glusterfs-epel
   glusterfs-fuse.x86_64 Â 3.5.0-2.el6 Â  Â Â @ovirt-glusterfs-epel
   glusterfs-libs.x86_64 Â 3.5.0-2.el6 Â  Â Â @ovirt-glusterfs-epel
   glusterfs-rdma.x86_64 Â 3.5.0-2.el6 Â  Â Â @ovirt-glusterfs-epel
   glusterfs-server.x86_64 Â 3.5.0-2.el6 Â Â
 Â @ovirt-glusterfs-epel
  
   However vdsm can't seem to find them:
  
   Thread-13::DEBUG::2014-06-19
   16:15:57,250::caps::458::root::(_getKeyPackages) rpm package
 glusterfs-rdma
   not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,250::caps::458::root::(_getKeyPackages) rpm package
 glusterfs-fuse
   not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,251::caps::458::root::(_getKeyPackages) rpm package
 gluster-swift
   not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,252::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-object not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,252::caps::458::root::(_getKeyPackages) rpm package
 glusterfs not
   found
   Thread-13::DEBUG::2014-06-19
   16:15:57,252::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-plugin not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,254::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-account not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,254::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-proxy not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,254::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-doc not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,255::caps::458::root::(_getKeyPackages) rpm package
   glusterfs-server not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,255::caps::458::root::(_getKeyPackages) rpm package
   gluster-swift-container not found
   Thread-13::DEBUG::2014-06-19
   16:15:57,255::caps::458::root::(_getKeyPackages) rpm package
   glusterfs-geo-replication not found
  
   Any ideas?
  
  
   nathan stratton | vp technology | broadsoft, inc |
 +1-240-404-6580 tel:%2B1-240-404-6580 |
   www.broadsoft.com http://www.broadsoft.com
  
   ___
   Users mailing list
   

[ovirt-users] Convert vmware vm

2014-06-25 Thread Massimo Mad
Hello,
I downloaded an image .vmdk from a repository and wanted to import it into
my oVirt infrastructure.
Is it possible?
If it is possible how?
Thanks,
Massimo
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] FC20 vdsmd broken after latest yum update

2014-06-25 Thread Douglas Schilling Landgraf

On 06/25/2014 04:06 PM, Markus Stockhausen wrote:

Hello,

having no Fedora account a cannot give positive karma. So feedback this way:

- Installed python + libs 2.7.5-12 and python-cpopen 1.3-3
- started VDSM
- host activated
- VM migrated to host and back
- host put into mainteneance mode

Everything without errors. So looks fine up to now.


Thanks for the feedback Markus! Looking forward to receive the karmas 
and push it to stable branch in Fedora asap.


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


[ovirt-users] Spam Satellite/Spacewalk API

2014-06-25 Thread Maurice James
Are there any oVirt connectors or connections with Spacewalk/Satellite? 
Currently Satellite has api access with Susestudio, so I can push images from 
Susestudio to a virtulization host that is managed by Spacewalk. 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users