Re: [ovirt-users] Storage questions

2016-11-22 Thread Oscar Segarra
>
> Hi,
>
> As on oVirt is it possible to attach local storage I supose it can be used
> to run virtual machines:
>
> I have drawn a couple of diagrams in order to know if is it possible to
> set up this configuration:
>
> 1.- In on-going scenario:
> Every host runs 100 vdi virtual machines whose disks are placed on local
> storage. There is a common gluster volume shared between all nodes.
>
> [image: Imágenes integradas 1]
>

With local storage you end up losing many of the benefits of shared storage
- including migration and HA.
If you do have SSD on your physical hosts, have you considered building
gluster volume using these? This could give you improved performance.
Regarding performance, I think it is best that you run a test comparing
gluster storage performance with local storage and see if this is
acceptable to you. Please share the results in case you do.

Yes, but I want to avoid possible corruption problems due to possible
unrecoverable gluster bugs.
We have to make some developement and I don't want to spend money in this
process and then discover that the performance is not good enought and have
to do a

In the above diagram each host is in its own cluster - as all hosts in a
cluster should have access to the storage domain?

Yes, every host has ho have access to two storage domains: The local one
and the shared gluster one.

Is the gluster volume for backup served from a separate set of server?

No, each host will have 2 disks /dev/sdb1 (for runing vm on local storage)
and /dev/sdc1 (for shared gluster where store backups)


>
> 2.- If one node fails:
>
> [image: Imágenes integradas 2]
>
> oVirt has to be able to inventory the copy of machines (in our example
> vdi201 ... vdi300) and start them on remaining nodes.
>
> ¿Is it possible to reach this configuration with oVirt? ¿or something
> similar?
>

This is the use case for gluster volume shared storage - where volume is a
replica 3. If any host goes down, the data is available on the remaining 2
nodes, and the VMs can be migrated to other nodes.

Yes, I know, but I'm already worried about corruption issues due to
possible gluster bugs or performance problems under heavy load.

I don't think what you ask for is possible automatically. If you want local
storage to gluster volume backup, you would need 1-1 mapping. i.e each
local storage domain has its own gluster volume backup.You could then
import the storage domain that's backed up on the gluster volume and start
the VMs on the remaining hosts.

I don't want local storage for backup, I prefer gluster shared storage for
backup.


> Making backup with the import-export procedure based on snapshot can take
> lot of time and resources. Incremental rsync is cheaper in terms of
> resources.
>

Geo-replication based backup internally uses rsync, it also takes into
account that VM images are consistent on disk before being synced. It
however works as a backup option between two gluster volumes.

Do you know if is it possible to have multiple masters geo-replicating
against a single slave?

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


Re: [ovirt-users] Storage questions

2016-11-22 Thread Sahina Bose
On Wed, Nov 23, 2016 at 5:41 AM, Oscar Segarra 
wrote:

> Hi,
>
> As on oVirt is it possible to attach local storage I supose it can be used
> to run virtual machines:
>
> I have drawn a couple of diagrams in order to know if is it possible to
> set up this configuration:
>
> 1.- In on-going scenario:
> Every host runs 100 vdi virtual machines whose disks are placed on local
> storage. There is a common gluster volume shared between all nodes.
>
> [image: Imágenes integradas 1]
>

With local storage you end up losing many of the benefits of shared storage
- including migration and HA.
If you do have SSD on your physical hosts, have you considered building
gluster volume using these? This could give you improved performance.
Regarding performance, I think it is best that you run a test comparing
gluster storage performance with local storage and see if this is
acceptable to you. Please share the results in case you do.

In the above diagram each host is in its own cluster - as all hosts in a
cluster should have access to the storage domain?

Is the gluster volume for backup served from a separate set of server?


>
> 2.- If one node fails:
>
> [image: Imágenes integradas 2]
>
> oVirt has to be able to inventory the copy of machines (in our example
> vdi201 ... vdi300) and start them on remaining nodes.
>
> ¿Is it possible to reach this configuration with oVirt? ¿or something
> similar?
>

This is the use case for gluster volume shared storage - where volume is a
replica 3. If any host goes down, the data is available on the remaining 2
nodes, and the VMs can be migrated to other nodes.

I don't think what you ask for is possible automatically. If you want local
storage to gluster volume backup, you would need 1-1 mapping. i.e each
local storage domain has its own gluster volume backup.You could then
import the storage domain that's backed up on the gluster volume and start
the VMs on the remaining hosts.


>
> Making backup with the import-export procedure based on snapshot can take
> lot of time and resources. Incremental rsync is cheaper in terms of
> resources.
>

Geo-replication based backup internally uses rsync, it also takes into
account that VM images are consistent on disk before being synced. It
however works as a backup option between two gluster volumes.


>
> Thanks lot.
>
>
> 2016-11-22 10:49 GMT+01:00 Yaniv Dary :
>
>> I suggest you setup that environment and test for the performance and
>> report if you have issues.
>> Please note that currently there is no data locality guarantee, so a VM
>> might be running on a host that doesn't have its disks.
>>
>> We have APIs to do backup\restore and that is the only supported option
>> for backup:
>> https://www.ovirt.org/develop/release-management/features/st
>> orage/backup-restore-api-integration/
>> You can look at the Gluster DR option that was posted a while back, you
>> can look that up.
>> It used geo replication and import storage domain to do the DR.
>>
>>
>> Yaniv Dary
>> Technical Product Manager
>> Red Hat Israel Ltd.
>> 34 Jerusalem Road
>> Building A, 4th floor
>> Ra'anana, Israel 4350109
>>
>> Tel : +972 (9) 7692306
>> 8272306
>> Email: yd...@redhat.com
>> IRC : ydary
>>
>>
>> On Mon, Nov 21, 2016 at 5:17 PM, Oscar Segarra 
>> wrote:
>>
>>> Hi,
>>>
>>> I'm planning to deploy a scalable VDI infraestructure where each
>>> phisical host can run over 100 VDIs and I'd like to deploy 10 physical
>>> hosts (1000 VDIs).
>>>
>>> In order to avoid performance problems (replicating 1000VDIs changes
>>> over gluster network I think can provoque performance problems) I have
>>> thought to use local storage for VDI assuming that VDIs cannot be migrated
>>> between phisical hosts.
>>>
>>> ¿Is my worry founded in terms of performance?
>>> ¿Is it possible to utilize local SSD storage for VDIs?
>>>
>>> I'd like to configure a gluster volume for backup on rotational disks
>>> (tiered+replica 2+ stripe=2) just to provide HA if a physical host fails.
>>>
>>> ¿Is it possible to use rsync for backing up VDIs?
>>> If not ¿How can I sync/backup  the VDIs running on local storage on the
>>> gluster shared storage?
>>> If a physical host fails ¿How can I start the latest backup of the VDI
>>> on the shared gluster?
>>>
>>> Thanks a lot
>>>
>>> ___
>>> 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] Hook to add firewall rules

2016-11-22 Thread Yedidyah Bar David
On Tue, Nov 22, 2016 at 9:22 PM, Robert Story  wrote:
> On Tue, 22 Nov 2016 10:56:50 +0200 Yedidyah wrote:
> YBD> On Mon, Nov 21, 2016 at 9:45 PM, Claude Durocher
> YBD>  wrote:
> YBD> > Ok, i've configured my custom iptable rules with "engine-config --get
> YBD> > IPTablesConfigSiteCustom" on the engine. Now, how do I apply this on 
> already
> YBD> > deployed nodes?
> YBD>
> YBD> Move to maintenance, reinstall?
> YBD>
> YBD> I do not think there is another way. But I also do not think oVirt
> YBD> will overwrite your conf by any other process, so you can also simply
> YBD> do this manually. Didn't try this myself.
>
> I seem to recall the engine-config option being added because engine would
> overwrite iptables config on every upgrade.

I think you are right, for upgrades done from the engine - not 'yum update'.
'Move to maintenance and reinstall' and 'Upgrade from the engine' are actually
almost the exact same thing, from the engine's POV. Thanks for the comment.

Best,
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Storage questions

2016-11-22 Thread Oscar Segarra
Hi,

As on oVirt is it possible to attach local storage I supose it can be used
to run virtual machines:

I have drawn a couple of diagrams in order to know if is it possible to set
up this configuration:

1.- In on-going scenario:
Every host runs 100 vdi virtual machines whose disks are placed on local
storage. There is a common gluster volume shared between all nodes.

[image: Imágenes integradas 1]

2.- If one node fails:

[image: Imágenes integradas 2]

oVirt has to be able to inventory the copy of machines (in our example
vdi201 ... vdi300) and start them on remaining nodes.

¿Is it possible to reach this configuration with oVirt? ¿or something
similar?

Making backup with the import-export procedure based on snapshot can take
lot of time and resources. Incremental rsync is cheaper in terms of
resources.

Thanks lot.


2016-11-22 10:49 GMT+01:00 Yaniv Dary :

> I suggest you setup that environment and test for the performance and
> report if you have issues.
> Please note that currently there is no data locality guarantee, so a VM
> might be running on a host that doesn't have its disks.
>
> We have APIs to do backup\restore and that is the only supported option
> for backup:
> https://www.ovirt.org/develop/release-management/features/
> storage/backup-restore-api-integration/
> You can look at the Gluster DR option that was posted a while back, you
> can look that up.
> It used geo replication and import storage domain to do the DR.
>
>
> Yaniv Dary
> Technical Product Manager
> Red Hat Israel Ltd.
> 34 Jerusalem Road
> Building A, 4th floor
> Ra'anana, Israel 4350109
>
> Tel : +972 (9) 7692306
> 8272306
> Email: yd...@redhat.com
> IRC : ydary
>
>
> On Mon, Nov 21, 2016 at 5:17 PM, Oscar Segarra 
> wrote:
>
>> Hi,
>>
>> I'm planning to deploy a scalable VDI infraestructure where each phisical
>> host can run over 100 VDIs and I'd like to deploy 10 physical hosts (1000
>> VDIs).
>>
>> In order to avoid performance problems (replicating 1000VDIs changes over
>> gluster network I think can provoque performance problems) I have thought
>> to use local storage for VDI assuming that VDIs cannot be migrated between
>> phisical hosts.
>>
>> ¿Is my worry founded in terms of performance?
>> ¿Is it possible to utilize local SSD storage for VDIs?
>>
>> I'd like to configure a gluster volume for backup on rotational disks
>> (tiered+replica 2+ stripe=2) just to provide HA if a physical host fails.
>>
>> ¿Is it possible to use rsync for backing up VDIs?
>> If not ¿How can I sync/backup  the VDIs running on local storage on the
>> gluster shared storage?
>> If a physical host fails ¿How can I start the latest backup of the VDI on
>> the shared gluster?
>>
>> Thanks a lot
>>
>> ___
>> 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] Cloning a VM with Ceph/Cinder based disk leaves disk in locked state

2016-11-22 Thread Maor Lipchuk
Hi Thomas,

That does looks like a bug, can u please open a new bug in Bugzilla at
https://bugzilla.redhat.com/enter_bug.cgi?product=ovirt-engine
Please attach it also the engine logs.

Thanks,
Maor


On Mon, Nov 21, 2016 at 12:00 PM, Thomas Klute  wrote:

> Dear oVirt Users,
>
> we're using cinder (based on the Kolla setup) to provide storage for
> ovirt. Everything works fine except the clone process of a VM.
> Cloning a VM with NFS based storage works as expected, thus I think it's
> the cinder integration that causes the problem here.
>
> When cloning a VM with cinder/ceph-based storage we see, that the VM
> clone is created, the attached image is cloned as well, but the
> disk/image remains in locked state. We then need to issue a
>
> "update images set imagestatus=1 where imagestatus=2;"
>
> on the engine to make the VM clone work.
>
> Is this a bug in the cinder integration?
>
> Thanks and best regards,
>  Thomas
>
> engine.log:
> 2016-11-21 10:00:20,216 INFO  [org.ovirt.engine.core.bll.CloneVmCommand]
> (default task-19) [2dd83801] Lock Acquired to object
> 'EngineLock:{exclusiveLocks='[vm-vertr-kp-klon= ACTION_TYPE_FAILED_OBJECT_LOCKED>]',
> sharedLocks='[897d96c8-0ea9-4d06-b815-66a42b63c49b= ACTION_TYPE_FAILED_VM_IS_BEING_CLONED>,
> e5e06033-e099-4efe-a5cd-9de2ebc0238b= ACTION_TYPE_FAILED_DISK_IS_USED_FOR_CREATE_VM$VmName vm-vertr-kp-klon>]'}'
> 2016-11-21 10:00:21,290 INFO  [org.ovirt.engine.core.bll.CloneVmCommand]
> (default task-19) [] Running command: CloneVmCommand internal: false.
> Entities affected :  ID: 897d96c8-0ea9-4d06-b815-66a42b63c49b Type:
> VMAction group CREATE_VM with role type USER
> 2016-11-21 10:00:21,846 INFO
> [org.ovirt.engine.core.bll.storage.disk.cinder.
> CloneSingleCinderDiskCommand]
> (default task-19) [4c8e58b8] Running command:
> CloneSingleCinderDiskCommand internal: true. Entities affected :  ID:
> 1f342ea3-49f8-4f65-bf15-ce48514e9bd3 Type: StorageAction group
> CONFIGURE_VM_STORAGE with role type USER
> 2016-11-21 10:00:23,143 INFO
> [org.ovirt.engine.core.bll.AddGraphicsDeviceCommand] (default task-19)
> [420ca5bf] Running command: AddGraphicsDeviceCommand internal: true.
> Entities affected :  ID: b9f78fd2-9a55-42f0-9ae9-7bca4ae93d9a Type:
> VMAction group EDIT_VM_PROPERTIES with role type USER
> 2016-11-21 10:00:23,151 INFO
> [org.ovirt.engine.core.bll.AddGraphicsDeviceCommand] (default task-19)
> [7f72e8e4] Running command: AddGraphicsDeviceCommand internal: true.
> Entities affected :  ID: b9f78fd2-9a55-42f0-9ae9-7bca4ae93d9a Type:
> VMAction group EDIT_VM_PROPERTIES with role type USER
> 2016-11-21 10:00:23,222 INFO
> [org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
> (default task-19) [7f72e8e4] Correlation ID: 2dd83801, Job ID:
> a02e5069-a9ef-4b1b-8ec1-b1922d2e3135, Call Stack: null, Custom Event ID:
> -1, Message: VM vm-vertr-kp-klon was created by admin@internal-authz.
> 2016-11-21 10:00:23,240 INFO  [org.ovirt.engine.core.bll.CloneVmCommand]
> (default task-19) [7f72e8e4] Lock freed to object
> 'EngineLock:{exclusiveLocks='[vm-vertr-kp-klon= ACTION_TYPE_FAILED_OBJECT_LOCKED>]',
> sharedLocks='[897d96c8-0ea9-4d06-b815-66a42b63c49b= ACTION_TYPE_FAILED_VM_IS_BEING_CLONED>,
> e5e06033-e099-4efe-a5cd-9de2ebc0238b= ACTION_TYPE_FAILED_DISK_IS_USED_FOR_CREATE_VM$VmName vm-vertr-kp-klon>]'}'
> 2016-11-21 10:00:29,283 INFO
> [org.ovirt.engine.core.bll.storage.disk.cinder.
> CloneSingleCinderDiskCommandCallback]
> (DefaultQuartzScheduler9) [4c8e58b8] Command 'CloneSingleCinderDisk' id:
> 'a76696d7-f698-4591-9a26-888f47462888' child commands '[]' executions
> were completed, status 'SUCCEEDED'
> 2016-11-21 10:00:29,284 INFO
> [org.ovirt.engine.core.bll.storage.disk.cinder.
> CloneSingleCinderDiskCommandCallback]
> (DefaultQuartzScheduler9) [4c8e58b8] Command 'CloneSingleCinderDisk' id:
> 'a76696d7-f698-4591-9a26-888f47462888' Updating status to 'SUCCEEDED',
> The command end method logic will be executed by one of its parent
> commands.
>
> Packets:
> ovirt-engine-jboss-as-7.1.1-1.el7.centos.x86_64
> ovirt-vmconsole-proxy-1.0.4-1.el7.centos.noarch
> ovirt-engine-wildfly-overlay-10.0.0-1.el7.noarch
> ovirt-engine-setup-base-4.0.5.5-1.el7.centos.noarch
> ovirt-guest-agent-common-1.0.12-3.el7.noarch
> ovirt-engine-setup-plugin-ovirt-engine-4.0.5.5-1.el7.centos.noarch
> ovirt-host-deploy-1.5.3-1.el7.centos.noarch
> ovirt-engine-websocket-proxy-4.0.5.5-1.el7.centos.noarch
> ovirt-engine-extensions-api-impl-4.0.5.5-1.el7.centos.noarch
> ovirt-engine-wildfly-10.1.0-1.el7.x86_64
> ovirt-engine-dbscripts-4.0.5.5-1.el7.centos.noarch
> ovirt-engine-restapi-4.0.5.5-1.el7.centos.noarch
> ovirt-vmconsole-1.0.4-1.el7.centos.noarch
> ovirt-release36-3.6.6-1.noarch
> ovirt-engine-lib-4.0.5.5-1.el7.centos.noarch
> ovirt-setup-lib-1.0.2-1.el7.centos.noarch
> ovirt-engine-setup-plugin-ovirt-engine-common-4.0.5.5-1.el7.centos.noarch
> ovirt-engine-setup-plugin-vmconsole-proxy-helper-4.0.5.
> 5-1.el7.centos.noarch
> ovirt-engine-setup-plugin-websocket-proxy-4.0

[ovirt-users] Network usage in ovirt dashboard?

2016-11-22 Thread Derek Atkins

Is there a way to configure what data gets shown in the dashboard?
Specifically, I'd like to see network usage.
It would be nice to see total network usage on the dashboard, and have a
graph of per-VM network usage as well.
The closest I've found is the "Total" columns on the Network -> Virtual
Machines page.  I'd like to see something sort of like the CPU/RAM/Storage
(over)commit graphs.
Is there any way to do this?

-derek

-- 
   Derek Atkins 617-623-3745
   de...@ihtfp.com www.ihtfp.com
   Computer and Internet Security Consultant

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


Re: [ovirt-users] Hook to add firewall rules

2016-11-22 Thread Robert Story
On Tue, 22 Nov 2016 10:56:50 +0200 Yedidyah wrote:
YBD> On Mon, Nov 21, 2016 at 9:45 PM, Claude Durocher
YBD>  wrote:
YBD> > Ok, i've configured my custom iptable rules with "engine-config --get
YBD> > IPTablesConfigSiteCustom" on the engine. Now, how do I apply this on 
already
YBD> > deployed nodes?  
YBD> 
YBD> Move to maintenance, reinstall?
YBD> 
YBD> I do not think there is another way. But I also do not think oVirt
YBD> will overwrite your conf by any other process, so you can also simply
YBD> do this manually. Didn't try this myself.

I seem to recall the engine-config option being added because engine would
overwrite iptables config on every upgrade.


Robert

-- 
Senior Software Engineer @ Parsons


pgpG5EOUzg3nX.pgp
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] shutdown and kernel panic

2016-11-22 Thread Luigi Fanton
Hello to all,
I'm just playing with ovirt4, installed on HP server with CentOS 7, and a
virtual machine  as host engine.
I have a lot of problems with the server shutdown!
The server dosn't power off and will reboot after some "kernel panic" error.

To turn off the ovirt server:
1) Put ovirt in global maintinience (hosted-engine --set-maintenance
--mode=global)
2) Host engine shutdown and check vm-status
3) Finaly, shutdown server and wait ... wait ... wait

Whats wrong?! -_-

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


[ovirt-users] engine-setup failed on master on Centos 7

2016-11-22 Thread Martin Perina
Hi,

if you have recently tried to install master engine on Centos 7, you may
have encountered following error during engine-setup:

 Failed to execute stage 'Misc configuration': Command
'/usr/bin/ovirt-aaa-jdbc-tool' failed to execute

This is currently tracked by [1] and it's caused by faulty slfj4 1.7.10
package in virt7-ovirt-common-candidate repository. We have untagged faulty
package from the repository, but to fix the error you need to downgrade
package version to slf4j 1.7.4 provided by Centos [2].

Sorry for inconvenience

Martin Perina

[1] https://bugzilla.redhat.com/show_bug.cgi?id=1394656
[2]
http://mirror.centos.org/centos/7/os/x86_64/Packages/slf4j-1.7.4-3.el7.noarch.rpm
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] remote-viewer from admin vs user portal

2016-11-22 Thread Andy Michielsen
Hello,

I seem to have a simular issue but I can't open a console with Spice at
all. The console.vv file is not presenteer.

I simply get "Error while executing Action VmLogin : Internal Engine Error"

Where would I best start looking. In the Engine log or in the vdsm.

Kind regards.

Op 21 nov. 2016 9:26 a.m. schreef "Tomas Jelinek" :

>
>
> - Original Message -
> > From: "Gianluca Cecchi" 
> > To: "Simone Tiraboschi" 
> > Cc: "users" 
> > Sent: Thursday, October 13, 2016 9:03:04 PM
> > Subject: Re: [ovirt-users] remote-viewer from admin vs user portal
> >
> > On Thu, Oct 13, 2016 at 9:31 AM, Simone Tiraboschi < stira...@redhat.com
> >
> > wrote:
> >
> >
> >
> >
> > Ciao Gianluca,
> > Have you compared also the content of the two console.vv files?
> >
> >
> > It seems this:
> >
> > $ diff user_portal.txt admin_portal.txt
> > 5c5
> > < password=USuJCbk3UhzK
> > ---
> > > password=4ZAr/w23pFPV
> > 16c16
> > <
> > usb-filter=-1,60186,1,256,1|-1,1118,245,-1,1|-1,1133,
> 2245,-1,1|-1,1133,2242,5,1|8,-1,-1,-1,1|7,-1,-1,-1,1|-1,-1,-1,-1,0
> > ---
> > > usb-filter=-1,-1,-1,-1,0
>
> This is not related but looks like a bug. Could you please open a bug
> against user portal with the fact the usb-filter is not filled in user
> portal?
>
> > 19a20
> > > proxy= http://192.168.1.215:3128/
> > 27c28
>
> This looks like the most interesting difference. Where do you have your
> spice proxy defined? I guess on cluster.
> I have a suspicion that there is a bug that when the user does not have
> access to the cluster (e.g. basic user)
> than it can not see the spice proxy.
>
> Could you please try to connect to the console from user portal using an
> admin user and check if the
> proxy is filled correctly?
>
> > <
> > sso-token=f5PtHwvwE6erjVBfGpaLeUWmD9iEOeM3OXzAAocXDz4VQ-
> uYNsTUt1x9NXohbCalxFUw947sZfzZyvfevTEaBA
> > ---
> > > sso-token=pFNiF5viL6jiu9FZIdeEsvD74eA2OuPGjzZTFa_
> IfPoGXFMRkQSTmrGTB0J5lbTJ6Na_rKkGVMExxUsneLfhzw
> >
>
> The strange thing is also that there is no difference between the
> admin=1 in webadmin vs admin=0 for user portal.
>
> So, long story short, are you using the same user to test this from
> webadmin/userportal?
> If not, could you please try to connect from user portal with the same
> user as from webadmin and check if the
> diff between the two .vv files is smaller?
>
> Thanx,
> Tomas
>
> >
> >
> > ___
> > 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] Storage questions

2016-11-22 Thread Yaniv Dary
I suggest you setup that environment and test for the performance and
report if you have issues.
Please note that currently there is no data locality guarantee, so a VM
might be running on a host that doesn't have its disks.

We have APIs to do backup\restore and that is the only supported option for
backup:
https://www.ovirt.org/develop/release-management/features/storage/backup-restore-api-integration/
You can look at the Gluster DR option that was posted a while back, you can
look that up.
It used geo replication and import storage domain to do the DR.


Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Mon, Nov 21, 2016 at 5:17 PM, Oscar Segarra 
wrote:

> Hi,
>
> I'm planning to deploy a scalable VDI infraestructure where each phisical
> host can run over 100 VDIs and I'd like to deploy 10 physical hosts (1000
> VDIs).
>
> In order to avoid performance problems (replicating 1000VDIs changes over
> gluster network I think can provoque performance problems) I have thought
> to use local storage for VDI assuming that VDIs cannot be migrated between
> phisical hosts.
>
> ¿Is my worry founded in terms of performance?
> ¿Is it possible to utilize local SSD storage for VDIs?
>
> I'd like to configure a gluster volume for backup on rotational disks
> (tiered+replica 2+ stripe=2) just to provide HA if a physical host fails.
>
> ¿Is it possible to use rsync for backing up VDIs?
> If not ¿How can I sync/backup  the VDIs running on local storage on the
> gluster shared storage?
> If a physical host fails ¿How can I start the latest backup of the VDI on
> the shared gluster?
>
> Thanks a lot
>
> ___
> 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] oVirt 4 and Neutron

2016-11-22 Thread Yaniv Dary
We are working on a native path to SDN via OVN (experimental at this point):
https://www.ovirt.org/blog/2016/11/ovirt-provider-ovn/

Using Neutron is an option, but at some point the native option might be
easier to use (we want to add a UI for it and tighter integration).

Yaniv Dary
Technical Product Manager
Red Hat Israel Ltd.
34 Jerusalem Road
Building A, 4th floor
Ra'anana, Israel 4350109

Tel : +972 (9) 7692306
8272306
Email: yd...@redhat.com
IRC : ydary


On Tue, Nov 22, 2016 at 5:09 AM, Devin Acosta 
wrote:

> oVirt Users:
>
> My work is currently deploying oVirt 4.0.5 into our Development
> environment. I see there use to be a maintained Openstack Neutron image
> that could be used with oVirt to provide SDN functionality. I'm suspecting
> that the reason for the image no longer being maintained is because it
> became a hassle to keep updated and patched. From what I understand the
> current idea is to just point your oVirt installation to an already
> installed Openstack setup. I can easily install an image and install the
> latest Openstack (Keystone/Neutron) and then point oVirt to it, but I want
> to understand if that is the proper way to move forward. Is there a general
> consensus with the way oVirt is moving in regards to Software Defined
> Networking and Neutron in general? Just want to ensure I understand it
> clearly before just installing my own Neutron if there is going to be
> another method.
>
> Any feedback is appreciated.
>
> Devin Acosta RHCA
>
>
> ___
> 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] Hook to add firewall rules

2016-11-22 Thread Yedidyah Bar David
On Mon, Nov 21, 2016 at 9:45 PM, Claude Durocher
 wrote:
> Ok, i've configured my custom iptable rules with "engine-config --get
> IPTablesConfigSiteCustom" on the engine. Now, how do I apply this on already
> deployed nodes?

Move to maintenance, reinstall?

I do not think there is another way. But I also do not think oVirt
will overwrite your conf by any other process, so you can also simply
do this manually. Didn't try this myself.

>
>
>
>
> Le Dimanche, Novembre 20, 2016 02:51 EST, Yedidyah Bar David
>  a écrit:
>
>
> On Fri, Nov 18, 2016 at 1:42 AM, Claude Durocher
>  wrote:
>> I've implemented sucessfully a hook to edit the configuration of some of
>> my
>> nics on my ovirt hosts.
>>
>> Is there a way to add firewall rules (iptables) with vdsm hooks?
>
> Please search for 'IPTablesConfigSiteCustom'. Best,
> --
> Didi
>
>
>
>



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


Re: [ovirt-users] HELP ESXI SERVER UNDER OVIRT-ENGINE

2016-11-22 Thread Luca 'remix_tj' Lorenzetto
On Tue, Nov 22, 2016 at 9:24 AM, Ali Mumcu  wrote:
> I wanna to use esxi hosts as a ovirt nodes. Becouse esxi is free but vcentre
> is expensive.
> I wanna to learn can I create cluster with esxi ovirt-nodes on open
> virtulaztion manager console.

You can't.

-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] HELP ESXI SERVER UNDER OVIRT-ENGINE

2016-11-22 Thread Ali Mumcu
I wanna to use esxi hosts as a ovirt nodes. Becouse esxi is free but
vcentre is expensive.
I wanna to learn can I create cluster with esxi ovirt-nodes on open
virtulaztion manager console.


2016-11-22 11:16 GMT+03:00 Luca 'remix_tj' Lorenzetto <
lorenzetto.l...@gmail.com>:

> On Tue, Nov 22, 2016 at 9:11 AM, Ali Mumcu  wrote:
> > Hello,
> >
> > https://xrsa.net/2014/08/25/running-vmware-esxi-under-ovirt/
> > I found this guide it shows how to run esxi under ovirt .
> > ıs it possible for you?
> > I only wanna to use open source system to manage high avability (like
> > vcenter  but open source).
>
> The link you provided is for running ESXi as a guest on ovirt. Not for
> managing a vmware cluster through ovirt.
>
> If i can give you a suggestion, use vcenter if you want to use esxi as
> hypervisor or use ovirt completely.
>
> Ovirt, from my tests (i'm migrating from vmware) can provide all the
> performances you need.
>
>
> >
> >
> > Also does manageiq manage high avability for esxi servers vms?
>
> Don't know in detail but i suppose no, since is a management dashboard.
>
> Luca
>
> --
> "E' assurdo impiegare gli uomini di intelligenza eccellente per fare
> calcoli che potrebbero essere affidati a chiunque se si usassero delle
> macchine"
> Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)
>
> "Internet è la più grande biblioteca del mondo.
> Ma il problema è che i libri sono tutti sparsi sul pavimento"
> John Allen Paulos, Matematico (1945-vivente)
>
> Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , <
> lorenzetto.l...@gmail.com>
>



-- 
ALİ MUMCU
İSTANBUL ÜNİVERSİTESİ
BİLGİ İŞLEM DAİRE BAŞKANLIĞI
Dahili:11210
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] HELP ESXI SERVER UNDER OVIRT-ENGINE

2016-11-22 Thread Luca 'remix_tj' Lorenzetto
On Tue, Nov 22, 2016 at 9:11 AM, Ali Mumcu  wrote:
> Hello,
>
> https://xrsa.net/2014/08/25/running-vmware-esxi-under-ovirt/
> I found this guide it shows how to run esxi under ovirt .
> ıs it possible for you?
> I only wanna to use open source system to manage high avability (like
> vcenter  but open source).

The link you provided is for running ESXi as a guest on ovirt. Not for
managing a vmware cluster through ovirt.

If i can give you a suggestion, use vcenter if you want to use esxi as
hypervisor or use ovirt completely.

Ovirt, from my tests (i'm migrating from vmware) can provide all the
performances you need.


>
>
> Also does manageiq manage high avability for esxi servers vms?

Don't know in detail but i suppose no, since is a management dashboard.

Luca

-- 
"E' assurdo impiegare gli uomini di intelligenza eccellente per fare
calcoli che potrebbero essere affidati a chiunque se si usassero delle
macchine"
Gottfried Wilhelm von Leibnitz, Filosofo e Matematico (1646-1716)

"Internet è la più grande biblioteca del mondo.
Ma il problema è che i libri sono tutti sparsi sul pavimento"
John Allen Paulos, Matematico (1945-vivente)

Luca 'remix_tj' Lorenzetto, http://www.remixtj.net , 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] HELP ESXI SERVER UNDER OVIRT-ENGINE

2016-11-22 Thread Ali Mumcu
Hello,

https://xrsa.net/2014/08/25/running-vmware-esxi-under-ovirt/
I found this guide it shows how to run esxi under ovirt .
ıs it possible for you?
I only wanna to use open source system to manage high avability (like
vcenter  but open source).


Also does manageiq manage high avability for esxi servers vms?

Thanks.



2016-11-22 10:59 GMT+03:00 Barak Korren :

> On 22 November 2016 at 09:05, Ali Mumcu  wrote:
> > Hello Friends;
> > I wanna to learn something about  if it is possible or not.
> > Can we run esxı servers under the ovirt-engine ?
> > Thanks.
>
> No.
> For ESXi-like minimal hypervisor image you can try ovirt-node.
> If you want to manage multiple virtualization systems from the same UI
> you can try ManageIQ [1].
>
> [1]: http://manageiq.org/
>
> --
> Barak Korren
> bkor...@redhat.com
> RHEV-CI Team
>



-- 
ALİ MUMCU
İSTANBUL ÜNİVERSİTESİ
BİLGİ İŞLEM DAİRE BAŞKANLIĞI
Dahili:11210
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users