[ovirt-users] Re: Network/Storage design

2018-11-10 Thread Edward Haas
On Thu, Nov 8, 2018 at 4:57 PM Josep Manel Andrés Moscardó <
josep.mosca...@embl.de> wrote:

> Thanks for the tips,
> I have set up one NIC on VLAN 1 for storage,  one NIC on VLAN 1 for
> Migration , 1 NIC on VLAN 1 for MGMT and one NIV on multiples VLANs for
> VM's.
>
> Does it make sense or I will have routing issues for having multiple
> interfaces on the same VLAN with different IP's?
>

Having all networks on the same VLAN is almost the same as having one
network on multiple nics (using bond).
The later has the advantage of load balancing and redundancy options.
When networks are separated, usually that is maintained on the local LAN/s
as well (full L2 separation across your site).

Having multiple interfaces on the same subnet is not a problem in Linux,
but in some special scenarios you may encounter challenges. You will have
to try it out.

Thanks,
Edy.


> Thanks.
>
> On 7/11/18 21:31, Alastair Neil wrote:
> > fyi My config:
> > for storage each system has 2x10 GBe lacp bonded to two switches in an
> > mlag group
> > 1x1Gbe ovirtmgmnt
> > 1x1Gbe public VM netrwork
> > 1x1Gbe private VM nertwork
> > 1x1Gbe trunked to provide tagged vlans to VMs
> >
> >
> >
> > On Wed, 7 Nov 2018 at 13:10, Josep Manel Andrés Moscardó
> > mailto:josep.mosca...@embl.de>> wrote:
> >
> > Hi,
> > thanks for the info.
> > So management network is used to deploy new images, but if I deploy
> the
> > VM's from PXE server, I guess this is not needed, right?
> >
> > The storage network is clear.
> >
> > And then the entworks for the VM's I guess that are the networks with
> > VLAN's, in my case, that will be used by the VM's. But, Which is the
> > network for migrating VM's from one host to the other? Does it need
> to
> > be non usable by the the VM's?
> >
> > Thanks.
> >
> > On 7/11/18 16:53, Nir Soffer wrote:
> >  > On Wed, Nov 7, 2018 at 4:17 PM Josep Manel Andrés Moscardó
> >  > mailto:josep.mosca...@embl.de>
> > >>
> wrote:
> >  >
> >  > Hi,
> >  > I am new to oVirt and trying to deploy a cluster to see
> > whether we can
> >  > move from VMWare to oVirt, but my first stopper is how to do
> > a proper
> >  > design  for the infrastructure,
> >  >
> >  > how many networks do I need?, I have 2x10Gb SFP+ and 4x1Gb
> > ethernet.
> >  >
> >  > For storage we have NFS coming from Netapp and ceph.
> >  >
> >  > Could someone point me in the right direction?
> >  >
> >  >
> >  > You can use 1G nic for the management network, but note that if
> you
> >  > want to upload and download images we use this network, so best
> have
> >  > a fast enough network for management.
> >  >
> >  > You want separate network for storage (NFS/Ceph) - this your
> biggest
> >  > bottleneck.
> >  >
> >  > Then you want a fast network for VMs. Migrating VMs from host to
> host
> >  > needs also fast network, but is not very common.
> >  >
> >  > It depends also what the VMs are used for - database? desktops?
> >  > web servers? rendering nodes?
> >  >
> >  > I guess you can learn from other users.
> >  >
> >  > Nir
> >
> > --
> > Josep Manel Andrés Moscardó
> > Systems Engineer, IT Operations
> > EMBL Heidelberg
> > T +49 6221 387-8394
> >
> > ___
> > Users mailing list -- users@ovirt.org 
> > To unsubscribe send an email to users-le...@ovirt.org
> > 
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> > https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> >
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSQJI6KQT2HFJ3OAYCKYXO224TCA5MJ7/
> >
>
> --
> Josep Manel Andrés Moscardó
> Systems Engineer, IT Operations
> EMBL Heidelberg
> T +49 6221 387-8394
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/WOHSSUYR44YLJ44XI7XVNTJJTSRGCMZV/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OZNDLSDGH7W23HRL6AW4IUY4OZRLPH37/


[ovirt-users] Re: Network/Storage design

2018-11-08 Thread Josep Manel Andrés Moscardó

Thanks for the tips,
I have set up one NIC on VLAN 1 for storage,  one NIC on VLAN 1 for 
Migration , 1 NIC on VLAN 1 for MGMT and one NIV on multiples VLANs for 
VM's.


Does it make sense or I will have routing issues for having multiple 
interfaces on the same VLAN with different IP's?


Thanks.

On 7/11/18 21:31, Alastair Neil wrote:

fyi My config:
for storage each system has 2x10 GBe lacp bonded to two switches in an 
mlag group

1x1Gbe ovirtmgmnt
1x1Gbe public VM netrwork
1x1Gbe private VM nertwork
1x1Gbe trunked to provide tagged vlans to VMs



On Wed, 7 Nov 2018 at 13:10, Josep Manel Andrés Moscardó 
mailto:josep.mosca...@embl.de>> wrote:


Hi,
thanks for the info.
So management network is used to deploy new images, but if I deploy the
VM's from PXE server, I guess this is not needed, right?

The storage network is clear.

And then the entworks for the VM's I guess that are the networks with
VLAN's, in my case, that will be used by the VM's. But, Which is the
network for migrating VM's from one host to the other? Does it need to
be non usable by the the VM's?

Thanks.

On 7/11/18 16:53, Nir Soffer wrote:
 > On Wed, Nov 7, 2018 at 4:17 PM Josep Manel Andrés Moscardó
 > mailto:josep.mosca...@embl.de>
>> wrote:
 >
 >     Hi,
 >     I am new to oVirt and trying to deploy a cluster to see
whether we can
 >     move from VMWare to oVirt, but my first stopper is how to do
a proper
 >     design  for the infrastructure,
 >
 >     how many networks do I need?, I have 2x10Gb SFP+ and 4x1Gb
ethernet.
 >
 >     For storage we have NFS coming from Netapp and ceph.
 >
 >     Could someone point me in the right direction?
 >
 >
 > You can use 1G nic for the management network, but note that if you
 > want to upload and download images we use this network, so best have
 > a fast enough network for management.
 >
 > You want separate network for storage (NFS/Ceph) - this your biggest
 > bottleneck.
 >
 > Then you want a fast network for VMs. Migrating VMs from host to host
 > needs also fast network, but is not very common.
 >
 > It depends also what the VMs are used for - database? desktops?
 > web servers? rendering nodes?
 >
 > I guess you can learn from other users.
 >
 > Nir

-- 
Josep Manel Andrés Moscardó

Systems Engineer, IT Operations
EMBL Heidelberg
T +49 6221 387-8394

___
Users mailing list -- users@ovirt.org 
To unsubscribe send an email to users-le...@ovirt.org

Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:

https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSQJI6KQT2HFJ3OAYCKYXO224TCA5MJ7/



--
Josep Manel Andrés Moscardó
Systems Engineer, IT Operations
EMBL Heidelberg
T +49 6221 387-8394



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WOHSSUYR44YLJ44XI7XVNTJJTSRGCMZV/


[ovirt-users] Re: Network/Storage design

2018-11-07 Thread Alastair Neil
fyi My config:
for storage each system has 2x10 GBe lacp bonded to two switches in an mlag
group
1x1Gbe ovirtmgmnt
1x1Gbe public VM netrwork
1x1Gbe private VM nertwork
1x1Gbe trunked to provide tagged vlans to VMs



On Wed, 7 Nov 2018 at 13:10, Josep Manel Andrés Moscardó <
josep.mosca...@embl.de> wrote:

> Hi,
> thanks for the info.
> So management network is used to deploy new images, but if I deploy the
> VM's from PXE server, I guess this is not needed, right?
>
> The storage network is clear.
>
> And then the entworks for the VM's I guess that are the networks with
> VLAN's, in my case, that will be used by the VM's. But, Which is the
> network for migrating VM's from one host to the other? Does it need to
> be non usable by the the VM's?
>
> Thanks.
>
> On 7/11/18 16:53, Nir Soffer wrote:
> > On Wed, Nov 7, 2018 at 4:17 PM Josep Manel Andrés Moscardó
> > mailto:josep.mosca...@embl.de>> wrote:
> >
> > Hi,
> > I am new to oVirt and trying to deploy a cluster to see whether we
> can
> > move from VMWare to oVirt, but my first stopper is how to do a proper
> > design  for the infrastructure,
> >
> > how many networks do I need?, I have 2x10Gb SFP+ and 4x1Gb ethernet.
> >
> > For storage we have NFS coming from Netapp and ceph.
> >
> > Could someone point me in the right direction?
> >
> >
> > You can use 1G nic for the management network, but note that if you
> > want to upload and download images we use this network, so best have
> > a fast enough network for management.
> >
> > You want separate network for storage (NFS/Ceph) - this your biggest
> > bottleneck.
> >
> > Then you want a fast network for VMs. Migrating VMs from host to host
> > needs also fast network, but is not very common.
> >
> > It depends also what the VMs are used for - database? desktops?
> > web servers? rendering nodes?
> >
> > I guess you can learn from other users.
> >
> > Nir
>
> --
> Josep Manel Andrés Moscardó
> Systems Engineer, IT Operations
> EMBL Heidelberg
> T +49 6221 387-8394
>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSQJI6KQT2HFJ3OAYCKYXO224TCA5MJ7/
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/TQ5YTIJZFGGF37JG3QHFO5KAIHH2WAFH/


[ovirt-users] Re: Network/Storage design

2018-11-07 Thread Josep Manel Andrés Moscardó

Hi,
thanks for the info.
So management network is used to deploy new images, but if I deploy the 
VM's from PXE server, I guess this is not needed, right?


The storage network is clear.

And then the entworks for the VM's I guess that are the networks with 
VLAN's, in my case, that will be used by the VM's. But, Which is the 
network for migrating VM's from one host to the other? Does it need to 
be non usable by the the VM's?


Thanks.

On 7/11/18 16:53, Nir Soffer wrote:
On Wed, Nov 7, 2018 at 4:17 PM Josep Manel Andrés Moscardó 
mailto:josep.mosca...@embl.de>> wrote:


Hi,
I am new to oVirt and trying to deploy a cluster to see whether we can
move from VMWare to oVirt, but my first stopper is how to do a proper
design  for the infrastructure,

how many networks do I need?, I have 2x10Gb SFP+ and 4x1Gb ethernet.

For storage we have NFS coming from Netapp and ceph.

Could someone point me in the right direction?


You can use 1G nic for the management network, but note that if you
want to upload and download images we use this network, so best have
a fast enough network for management.

You want separate network for storage (NFS/Ceph) - this your biggest
bottleneck.

Then you want a fast network for VMs. Migrating VMs from host to host
needs also fast network, but is not very common.

It depends also what the VMs are used for - database? desktops?
web servers? rendering nodes?

I guess you can learn from other users.

Nir


--
Josep Manel Andrés Moscardó
Systems Engineer, IT Operations
EMBL Heidelberg
T +49 6221 387-8394



smime.p7s
Description: S/MIME Cryptographic Signature
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/WSQJI6KQT2HFJ3OAYCKYXO224TCA5MJ7/


[ovirt-users] Re: Network/Storage design

2018-11-07 Thread Nir Soffer
On Wed, Nov 7, 2018 at 4:17 PM Josep Manel Andrés Moscardó <
josep.mosca...@embl.de> wrote:

> Hi,
> I am new to oVirt and trying to deploy a cluster to see whether we can
> move from VMWare to oVirt, but my first stopper is how to do a proper
> design  for the infrastructure,
>
> how many networks do I need?, I have 2x10Gb SFP+ and 4x1Gb ethernet.
>
> For storage we have NFS coming from Netapp and ceph.
>
> Could someone point me in the right direction?
>

You can use 1G nic for the management network, but note that if you
want to upload and download images we use this network, so best have
a fast enough network for management.

You want separate network for storage (NFS/Ceph) - this your biggest
bottleneck.

Then you want a fast network for VMs. Migrating VMs from host to host
needs also fast network, but is not very common.

It depends also what the VMs are used for - database? desktops?
web servers? rendering nodes?

I guess you can learn from other users.

Nir
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/NXCRTUDN45P3JRTKY5HU4LLJM6QM2H7B/