[ovirt-users] can not use iscsi storage type on ovirt and Glusterfs hyper-converged environment

2016-10-31 Thread 胡茂荣
on ovirt and Glusterfs hyper-converged environment , can not use iscsi storage 
type , UI report error: "Could not retrieve LUNs, please check your storage." , 
vdsm report :"VDSM hosted_engine_3 command failed: Error block device action: 
()" .
but this block device alse login on centos 7 host :
=

## lsscsi 
 
[7:0:0:0]diskSCST_BIO DEVFOR_OVIRT_rbd  221  /dev/sdi

  ## dmesg :



[684521.131186] sd 7:0:0:0: [sdi] Attached SCSI disk

===---

   ###vdsm or supervdsm log  report :

MainProcess|jsonrpc.Executor/7::ERROR::2016-11-01 
11:07:00,178::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper) Error in 
getPathsStatus
 
MainProcess|jsonrpc.Executor/4::ERROR::2016-11-01 
11:07:20,964::supervdsmServer::96::SuperVdsm.ServerCallback::(wrapper) Error in 
getPathsStatus

   jsonrpc.Executor/4::DEBUG::2016-11-01 
11:07:04,251::iscsi::434::Storage.ISCSI::(rescan) Performing SCSI scan, this 
will take up to 30 seconds
 
jsonrpc.Executor/5::INFO::2016-11-01 
11:07:19,413::iscsi::567::Storage.ISCSI::(setRpFilterIfNeeded) iSCSI 
iface.net_ifacename not provided. Skipping.

11:09:15,753::iscsiadm::119::Storage.Misc.excCmd::(_runCmd) /usr/bin/taskset 
--cpu-list 0-7 /usr/bin/sudo -n /usr/sbin/iscsiadm -m session -R (cwd None)

==

 the other info please the attachment "bug-info.doc".

 this prolem on ovirt3.6 and 4.X  ovirt and Glusterfs hyper-converged 
environment . how can I use iscsi storage type on ovirt and Glusterfs 
hyper-converged environment .Please help me !

humaorong

   2016-11-1

bug-info.doc
Description: Binary data
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Setting DNS servers problem on ovirt

2016-10-31 Thread Thing
Hi,

I have installed IPA across 3 nodes.  In order to point the ovirt server at
the new IPA/DNS servers and to clean up I ran engine-cleanup aiming to
delte the ovirt setup.   However it seems even though I ran this something,
"vdsm?" is still running and controlling the networking.

So down under /etc/sysconfig/network-scripts I see,

=
/etc/sysconfig/network-scripts
[root@ovirt1 network-scripts]# ls -l
total 256
-rw-rw-r--. 1 root root   130 Nov  1 10:32 ifcfg-enp0s25
-rw-r--r--. 1 root root   254 Sep 16  2015 ifcfg-lo
-rw-rw-r--. 1 root root   252 Nov  1 10:32 ifcfg-ovirtmgmt
8><-
==

So my first Q is why when I run engine-cleanup isnt the networking cleaned
up?  should I file this as a bugzilla?

After that I can see that ifcfg-ovirtmgmt is still controlling DNS,

==
8><
[root@ovirt1 network-scripts]# tail ifcfg-ovirtmgmt
ONBOOT=yes
IPADDR=192.168.1.34
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
BOOTPROTO=none
MTU=1500
DEFROUTE=yes
NM_CONTROLLED=no
IPV6INIT=no
DNS1=192.168.1.240
[root@ovirt1 network-scripts]#
===

So I tried to set,

DNS1=192.168.1.31
DNS2=192.168.1.32
DNS3=192.168.1.33

rebooted and, no I see,

DNS1=192.168.1.240 again

So I also see that the vdsm service is still running,

==
[root@ovirt1 network-scripts]# systemctl status vdsm-network.service
● vdsm-network.service - Virtual Desktop Server Manager network restoration
   Loaded: loaded (/usr/lib/systemd/system/vdsm-network.service; enabled;
vendor preset: enabled)
   Active: active (exited) since Tue 2016-11-01 10:32:51 NZDT; 2h 0min ago
  Process: 2873 ExecStart=/usr/bin/vdsm-tool restore-nets (code=exited,
status=0/SUCCESS)
  Process: 2848 ExecStartPre=/usr/bin/vdsm-tool --vvverbose --append
--logfile=/var/log/vdsm/upgrade.log upgrade-unified-persistence
(code=exited, status=0/SUCCESS)
 Main PID: 2873 (code=exited, status=0/SUCCESS)
   CGroup: /system.slice/vdsm-network.service

Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5 client
step 2
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5
parse_server_challenge()
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5
ask_user_info()
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5 client
step 2
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5
ask_user_info()
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5
make_client_response()
Nov 01 10:32:45 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5 client
step 3
Nov 01 10:32:51 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5 client
mech dispose
Nov 01 10:32:51 ovirt1.ods.graywitch.co.nz python[2887]: DIGEST-MD5 common
mech dispose
Nov 01 10:32:51 ovirt1.ods.graywitch.co.nz systemd[1]: Started Virtual
Desktop Server Manager network restoration.
[root@ovirt1 network-scripts]#
===

why after cleaning up is this still active?

Next, I have grep'd under /etc/ and cannot find where its getting its
obsolete network DNS info info from.

So I need to know where this info is stored? so I can edit is via the CLI?
database?

There is no web ui running as engine-cleanup has removed that so I cant
work via the web ui.

Is there anything else I need to manually stop, disable and remove after
running engine-cleanup?

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


Re: [ovirt-users] mass upload of disks?

2016-10-31 Thread Ben De Luca
That's probably a little bit more brave than I am, so there is no way in
the current release? I don't mind jumping through a few hoops but sitting
for days loading them doesn't fill me joy.

If not it's great that feature is added.



On Monday, 31 October 2016, Amit Aviram  wrote:

> Hi Ben. Actually exactly today REST API for uploading disks was introduced
> to master. It is supposed to get into the next 4.0.Z version, so if you
> want you can update your version soon enough and use the API.
>
> When you'll have the right version, you can use examples from "/api/Model"
> to upload disks using oVirt's Python SDK.
>
> If you need any help, please feel free to keep asking on the list.
>
> Amit.
>
> On Mon, Oct 31, 2016 at 7:22 PM, Ben De Luca  > wrote:
>
>> Hi,
>> I was wondering if there was a method on the cli/script to mass
>> upload disks to ovirt. The web loader is great, but also I have 20 disks
>> that I really just want to upload via shell.
>>
>> I can't seem to find a tool to do it, I have found
>> ovirt-image-uploader (but that's for ovf files).
>>
>> I hoped that I could just pull the date directly off nfs but that
>> doesnt seem to be possible, or I am blind?
>>
>> Thanks
>> -Ben
>>
>>
>>
>>
>>
>> ___
>> 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] mass upload of disks?

2016-10-31 Thread Amit Aviram
Hi Ben. Actually exactly today REST API for uploading disks was introduced
to master. It is supposed to get into the next 4.0.Z version, so if you
want you can update your version soon enough and use the API.

When you'll have the right version, you can use examples from "/api/Model"
to upload disks using oVirt's Python SDK.

If you need any help, please feel free to keep asking on the list.

Amit.

On Mon, Oct 31, 2016 at 7:22 PM, Ben De Luca  wrote:

> Hi,
> I was wondering if there was a method on the cli/script to mass upload
> disks to ovirt. The web loader is great, but also I have 20 disks that I
> really just want to upload via shell.
>
> I can't seem to find a tool to do it, I have found
> ovirt-image-uploader (but that's for ovf files).
>
> I hoped that I could just pull the date directly off nfs but that
> doesnt seem to be possible, or I am blind?
>
> Thanks
> -Ben
>
>
>
>
>
> ___
> 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] Kill a failed VM import

2016-10-31 Thread Juan Pablo
Chris, which version are you using? I have the same issue running 4.0.4
importing a previously exported vm from export domain.
I have tried:

vdsClient -s 0 getAllTasksStatuses
found the task, did a stopTask and then let the engine clear the db.
no luck. the task is not shown anymore with vdsClient but it remains at the
engine web interface. I guess its a ddbb error...

ideas?


2016-10-26 13:31 GMT-03:00 Chris Cowley :

> Hello all
>
> I have just imported physical machine into my export datastore using
> virt-p2v. While I was importing it, my hosted-engine died (VM went into
> paused state) during the disk-copy stage.
>
> Now, that half-imported VM is in the status "image locked" and I am un
> able to do anything with it. The disk image does not seem to be in my
> master data store so I think I can safely delete the VM and re-import it.
> However, that is not available in the web GUI. How can I work around that
> and force the deletion?
>
>
>
> ___
> 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] mass upload of disks?

2016-10-31 Thread Ben De Luca
Hi,
I was wondering if there was a method on the cli/script to mass upload
disks to ovirt. The web loader is great, but also I have 20 disks that I
really just want to upload via shell.

I can't seem to find a tool to do it, I have found ovirt-image-uploader
(but that's for ovf files).

I hoped that I could just pull the date directly off nfs but that
doesnt seem to be possible, or I am blind?

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


Re: [ovirt-users] Local and Shared storage in same datacenter

2016-10-31 Thread Pavel Gashev
FTW, attaching physical local drives to VMs also works well.
Disks -> New -> Direct LUN -> Storage Type: Fibre Channel -> Use Host…
Your disk doesn't have to be Fibre Channel. Just any direct attached disk works 
well.

-Original Message-
From: Yedidyah Bar David 
Date: Monday 31 October 2016 at 17:13
To: Pavel Gashev 
Cc: Mike , "users@ovirt.org" 
Subject: Re: [ovirt-users] Local and Shared storage in same datacenter

On Mon, Oct 31, 2016 at 4:02 PM, Pavel Gashev  wrote:
> Mike,
>
> As workaround it's not very hard to create a mount command wrapper that 
> converts local NFS mounts to bind-mounts. The propper way I think is to patch 
> the VDSM service to handle local NFS mounts. In result, a NFS storage will 
> work like a local storage if it's local.

Or write your own hook [1] that will cleanly do whatever
you want without patching anything. Oh, I see we already have one
there [2]! I wonder how no-one mentioned it so far. Are there
known issues with it?

[1] http://www.ovirt.org/develop/developer-guide/vdsm/hooks/
[2] http://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/

>
> -Original Message-
> From: Mike 
> Date: Monday 31 October 2016 at 16:33
> To: Pavel Gashev , "users@ovirt.org" 
> Subject: Re: [ovirt-users] Local and Shared storage in same datacenter
>
> Hi Pavel,
>
> Op 31-10-2016 om 11:22 schreef Pavel Gashev:
>> Mike,
>>
>> You can share and use your local storage via NFS. So all your storages are 
>> shared, and can be used in the same datacenter.
> I installed a nfs server on the hypervisor and am using it that way at
> the moment.
> It feels 'wrong' but it seems to work okay and it is fast as far as I
> can tell.
> Still would like to see another solution without the added latency of
> nfs and be able to utilize directio, etc.
>>
>> -Original Message-
>> From:  on behalf of "Mike (maillinglists)" 
>> 
>> Date: Sunday 30 October 2016 at 13:02
>> To: "users@ovirt.org" 
>> Subject: [ovirt-users] Local and Shared storage in same datacenter
>>
>> Hi guys,
>>
>> There have been a few related questions already that I could find, but I
>> did not find anything relating to my specific use case.
>>
>> Currently it is not possible to mix local storage with shared storage in
>> the same datacenter.
>> The reason seems to be because of the storage pool manager (SPM).
>> This is a role in the datacenter provided to one specific host.
>>
>> While I understand that this makes having local storage impossible, I
>> believe there is a use case to have local storage in a shared storage
>> datacenter.
>> Consider the following:
>> I have a few applications that require 1 milli second latency and at
>> most 2 milli second.
>> That is not consistenly achievable with shared storage, to that end I
>> added flash storage to a few hypervisors.
>> About 5% of my servers require this and are not that resource hungry to
>> require a dedicated physical server.
>> That same 5% also has no requirement to be migrated if a host fails.
>>
>> So in short I have 5 heavy hosts running ovirt with a shared storage
>> domain on NFS for 95% of my servers.
>> All running fine, but I am now unable to run my remaining 5%.
>>
>> To finish up my summary I have been testing various virtualization
>> technologies, like VmWare and Hyper-V.
>> They allow such configurations as I mentioned.
>>
>> I already had some chat on irc with various guys and they suggested that
>> I put this on the mailing list, so here goes.
>>
>> My suggestion would be to evoluate from SPM to SDM.
>> SDM stands for Storage Domain Manager.
>> This would create the possibility to have all nodes in the datacenter
>> participate in the storage handling.
>> A extra benefit would be that local storage could be added.
>>
>> What do you think?
>>
>> Thanks for reading.
>>
>> Kind regards,
>> Mike van Goor
>> ___
>> 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



-- 
Didi


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


Re: [ovirt-users] Local and Shared storage in same datacenter

2016-10-31 Thread Pavel Gashev
I think it's all about online VM migration. oVirt doesn't support online VM 
migration together with online storage migration. So any storage has to be 
accessible from any hosts in a datacenter. That's why local storages are too 
restricted.

Converting Local storages to Shared removes the restriction. Avoiding NFS layer 
locally removes the NFS performance drawback. And both allow to adhere to the 
oVirt way.

-Original Message-
From: Fernando Frediani 
Date: Monday 31 October 2016 at 17:07
To: Pavel Gashev 
Subject: Re: [ovirt-users] Local and Shared storage in same datacenter

Why this 'workdaround' to share a local storage as NFS instead os just 
use it as a 'normal' Local storage ? Looks more like a chewing gum.

Is there any work in progress to change the way this storage pool 
manager works ?


On 31/10/2016 12:02, Pavel Gashev wrote:
> Mike,
>
> As workaround it's not very hard to create a mount command wrapper that 
> converts local NFS mounts to bind-mounts. The propper way I think is to patch 
> the VDSM service to handle local NFS mounts. In result, a NFS storage will 
> work like a local storage if it's local.
>
> -Original Message-
> From: Mike 
> Date: Monday 31 October 2016 at 16:33
> To: Pavel Gashev , "users@ovirt.org" 
> Subject: Re: [ovirt-users] Local and Shared storage in same datacenter
>
> Hi Pavel,
>
> Op 31-10-2016 om 11:22 schreef Pavel Gashev:
>> Mike,
>>
>> You can share and use your local storage via NFS. So all your storages are 
>> shared, and can be used in the same datacenter.
> I installed a nfs server on the hypervisor and am using it that way at
> the moment.
> It feels 'wrong' but it seems to work okay and it is fast as far as I
> can tell.
> Still would like to see another solution without the added latency of
> nfs and be able to utilize directio, etc.
>> -Original Message-
>> From:  on behalf of "Mike (maillinglists)" 
>> 
>> Date: Sunday 30 October 2016 at 13:02
>> To: "users@ovirt.org" 
>> Subject: [ovirt-users] Local and Shared storage in same datacenter
>>
>> Hi guys,
>>
>> There have been a few related questions already that I could find, but I
>> did not find anything relating to my specific use case.
>>
>> Currently it is not possible to mix local storage with shared storage in
>> the same datacenter.
>> The reason seems to be because of the storage pool manager (SPM).
>> This is a role in the datacenter provided to one specific host.
>>
>> While I understand that this makes having local storage impossible, I
>> believe there is a use case to have local storage in a shared storage
>> datacenter.
>> Consider the following:
>> I have a few applications that require 1 milli second latency and at
>> most 2 milli second.
>> That is not consistenly achievable with shared storage, to that end I
>> added flash storage to a few hypervisors.
>> About 5% of my servers require this and are not that resource hungry to
>> require a dedicated physical server.
>> That same 5% also has no requirement to be migrated if a host fails.
>>
>> So in short I have 5 heavy hosts running ovirt with a shared storage
>> domain on NFS for 95% of my servers.
>> All running fine, but I am now unable to run my remaining 5%.
>>
>> To finish up my summary I have been testing various virtualization
>> technologies, like VmWare and Hyper-V.
>> They allow such configurations as I mentioned.
>>
>> I already had some chat on irc with various guys and they suggested that
>> I put this on the mailing list, so here goes.
>>
>> My suggestion would be to evoluate from SPM to SDM.
>> SDM stands for Storage Domain Manager.
>> This would create the possibility to have all nodes in the datacenter
>> participate in the storage handling.
>> A extra benefit would be that local storage could be added.
>>
>> What do you think?
>>
>> Thanks for reading.
>>
>> Kind regards,
>> Mike van Goor
>> ___
>> 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] Local and Shared storage in same datacenter

2016-10-31 Thread Yedidyah Bar David
On Mon, Oct 31, 2016 at 4:02 PM, Pavel Gashev  wrote:
> Mike,
>
> As workaround it's not very hard to create a mount command wrapper that 
> converts local NFS mounts to bind-mounts. The propper way I think is to patch 
> the VDSM service to handle local NFS mounts. In result, a NFS storage will 
> work like a local storage if it's local.

Or write your own hook [1] that will cleanly do whatever
you want without patching anything. Oh, I see we already have one
there [2]! I wonder how no-one mentioned it so far. Are there
known issues with it?

[1] http://www.ovirt.org/develop/developer-guide/vdsm/hooks/
[2] http://www.ovirt.org/develop/developer-guide/vdsm/hook/vmdisk/

>
> -Original Message-
> From: Mike 
> Date: Monday 31 October 2016 at 16:33
> To: Pavel Gashev , "users@ovirt.org" 
> Subject: Re: [ovirt-users] Local and Shared storage in same datacenter
>
> Hi Pavel,
>
> Op 31-10-2016 om 11:22 schreef Pavel Gashev:
>> Mike,
>>
>> You can share and use your local storage via NFS. So all your storages are 
>> shared, and can be used in the same datacenter.
> I installed a nfs server on the hypervisor and am using it that way at
> the moment.
> It feels 'wrong' but it seems to work okay and it is fast as far as I
> can tell.
> Still would like to see another solution without the added latency of
> nfs and be able to utilize directio, etc.
>>
>> -Original Message-
>> From:  on behalf of "Mike (maillinglists)" 
>> 
>> Date: Sunday 30 October 2016 at 13:02
>> To: "users@ovirt.org" 
>> Subject: [ovirt-users] Local and Shared storage in same datacenter
>>
>> Hi guys,
>>
>> There have been a few related questions already that I could find, but I
>> did not find anything relating to my specific use case.
>>
>> Currently it is not possible to mix local storage with shared storage in
>> the same datacenter.
>> The reason seems to be because of the storage pool manager (SPM).
>> This is a role in the datacenter provided to one specific host.
>>
>> While I understand that this makes having local storage impossible, I
>> believe there is a use case to have local storage in a shared storage
>> datacenter.
>> Consider the following:
>> I have a few applications that require 1 milli second latency and at
>> most 2 milli second.
>> That is not consistenly achievable with shared storage, to that end I
>> added flash storage to a few hypervisors.
>> About 5% of my servers require this and are not that resource hungry to
>> require a dedicated physical server.
>> That same 5% also has no requirement to be migrated if a host fails.
>>
>> So in short I have 5 heavy hosts running ovirt with a shared storage
>> domain on NFS for 95% of my servers.
>> All running fine, but I am now unable to run my remaining 5%.
>>
>> To finish up my summary I have been testing various virtualization
>> technologies, like VmWare and Hyper-V.
>> They allow such configurations as I mentioned.
>>
>> I already had some chat on irc with various guys and they suggested that
>> I put this on the mailing list, so here goes.
>>
>> My suggestion would be to evoluate from SPM to SDM.
>> SDM stands for Storage Domain Manager.
>> This would create the possibility to have all nodes in the datacenter
>> participate in the storage handling.
>> A extra benefit would be that local storage could be added.
>>
>> What do you think?
>>
>> Thanks for reading.
>>
>> Kind regards,
>> Mike van Goor
>> ___
>> 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



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


Re: [ovirt-users] Local and Shared storage in same datacenter

2016-10-31 Thread Pavel Gashev
Mike,

As workaround it's not very hard to create a mount command wrapper that 
converts local NFS mounts to bind-mounts. The propper way I think is to patch 
the VDSM service to handle local NFS mounts. In result, a NFS storage will work 
like a local storage if it's local.

-Original Message-
From: Mike 
Date: Monday 31 October 2016 at 16:33
To: Pavel Gashev , "users@ovirt.org" 
Subject: Re: [ovirt-users] Local and Shared storage in same datacenter

Hi Pavel,

Op 31-10-2016 om 11:22 schreef Pavel Gashev:
> Mike,
>
> You can share and use your local storage via NFS. So all your storages are 
> shared, and can be used in the same datacenter.
I installed a nfs server on the hypervisor and am using it that way at 
the moment.
It feels 'wrong' but it seems to work okay and it is fast as far as I 
can tell.
Still would like to see another solution without the added latency of 
nfs and be able to utilize directio, etc.
>
> -Original Message-
> From:  on behalf of "Mike (maillinglists)" 
> 
> Date: Sunday 30 October 2016 at 13:02
> To: "users@ovirt.org" 
> Subject: [ovirt-users] Local and Shared storage in same datacenter
>
> Hi guys,
>
> There have been a few related questions already that I could find, but I
> did not find anything relating to my specific use case.
>
> Currently it is not possible to mix local storage with shared storage in
> the same datacenter.
> The reason seems to be because of the storage pool manager (SPM).
> This is a role in the datacenter provided to one specific host.
>
> While I understand that this makes having local storage impossible, I
> believe there is a use case to have local storage in a shared storage
> datacenter.
> Consider the following:
> I have a few applications that require 1 milli second latency and at
> most 2 milli second.
> That is not consistenly achievable with shared storage, to that end I
> added flash storage to a few hypervisors.
> About 5% of my servers require this and are not that resource hungry to
> require a dedicated physical server.
> That same 5% also has no requirement to be migrated if a host fails.
>
> So in short I have 5 heavy hosts running ovirt with a shared storage
> domain on NFS for 95% of my servers.
> All running fine, but I am now unable to run my remaining 5%.
>
> To finish up my summary I have been testing various virtualization
> technologies, like VmWare and Hyper-V.
> They allow such configurations as I mentioned.
>
> I already had some chat on irc with various guys and they suggested that
> I put this on the mailing list, so here goes.
>
> My suggestion would be to evoluate from SPM to SDM.
> SDM stands for Storage Domain Manager.
> This would create the possibility to have all nodes in the datacenter
> participate in the storage handling.
> A extra benefit would be that local storage could be added.
>
> What do you think?
>
> Thanks for reading.
>
> Kind regards,
> Mike van Goor
> ___
> 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] Local and Shared storage in same datacenter

2016-10-31 Thread Mike

Hi Pavel,

Op 31-10-2016 om 11:22 schreef Pavel Gashev:

Mike,

You can share and use your local storage via NFS. So all your storages are 
shared, and can be used in the same datacenter.
I installed a nfs server on the hypervisor and am using it that way at 
the moment.
It feels 'wrong' but it seems to work okay and it is fast as far as I 
can tell.
Still would like to see another solution without the added latency of 
nfs and be able to utilize directio, etc.


-Original Message-
From:  on behalf of "Mike (maillinglists)" 

Date: Sunday 30 October 2016 at 13:02
To: "users@ovirt.org" 
Subject: [ovirt-users] Local and Shared storage in same datacenter

Hi guys,

There have been a few related questions already that I could find, but I
did not find anything relating to my specific use case.

Currently it is not possible to mix local storage with shared storage in
the same datacenter.
The reason seems to be because of the storage pool manager (SPM).
This is a role in the datacenter provided to one specific host.

While I understand that this makes having local storage impossible, I
believe there is a use case to have local storage in a shared storage
datacenter.
Consider the following:
I have a few applications that require 1 milli second latency and at
most 2 milli second.
That is not consistenly achievable with shared storage, to that end I
added flash storage to a few hypervisors.
About 5% of my servers require this and are not that resource hungry to
require a dedicated physical server.
That same 5% also has no requirement to be migrated if a host fails.

So in short I have 5 heavy hosts running ovirt with a shared storage
domain on NFS for 95% of my servers.
All running fine, but I am now unable to run my remaining 5%.

To finish up my summary I have been testing various virtualization
technologies, like VmWare and Hyper-V.
They allow such configurations as I mentioned.

I already had some chat on irc with various guys and they suggested that
I put this on the mailing list, so here goes.

My suggestion would be to evoluate from SPM to SDM.
SDM stands for Storage Domain Manager.
This would create the possibility to have all nodes in the datacenter
participate in the storage handling.
A extra benefit would be that local storage could be added.

What do you think?

Thanks for reading.

Kind regards,
Mike van Goor
___
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] Local and Shared storage in same datacenter

2016-10-31 Thread Mike

Op 31-10-2016 om 07:57 schreef Yedidyah Bar David:

On Sun, Oct 30, 2016 at 8:49 PM, Mike  wrote:

Op 30-10-2016 om 12:50 schreef Yaniv Kaul:


Perhaps, if there are no HA requirements, those VMs with local
domain
needs can be in their own DC, a local one? If it's just 5%,
shouldn't be
much of an effort?

Can a host be in 2 datacenters?


No, I suggested to dedicate a host (or several) with their own local DC
for those 5%.
Y.


I have 5 hosts and dedicating 2 hosts for 5% seems a gigantic waste if you
ask me.
So I cannot do that.


Not real solutions, but you might consider:

Using nested-kvm and "virtual hosts"

Copying the data to a local scratchpad upon every reboot, and perhaps rsync
back to shared storage on shutdown.

Thanks, it might be an angle to look at.
I am not there yet :)


Best,


___
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] Updated ovirt-guest-agent puppet module

2016-10-31 Thread René Koch

Hi,

there's an updated version of scrat14/ovirt-guest-agent available at 
https://forge.puppet.com/scrat14/ovirt_guest_agent


Latest version includes support for installing oVirt guest agent on RHEV 
hypervisors in addition to oVirt nodes.
Furthermore this module will now use rhevm-guest-agent-common for RHEL 7 
machines from rhel-7-server-rh-common-rpms repository by default 
(instead of ovirt-guest-agent-common from EPEL).



Regards,
René



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


Re: [ovirt-users] quick way to see total RAM and CPU count on VM listing

2016-10-31 Thread Nelson Lameiras
thanks for the hint ! 

Let's hope this helps bring some usefull evolutions 

cordialement, regards, 
Nelson LAMEIRAS 

Lyra Network 
Service Projets et Processus 
Tel : +33 (0) 5 32 09 09 70 
109 rue de l’innovation 
31670 Labège - France 
www.lyra-network.com 


From: "Ernest Beinrohr"  
To: "Nelson Lameiras" , users@ovirt.org 
Sent: Tuesday, October 25, 2016 1:36:05 PM 
Subject: Re: [ovirt-users] quick way to see total RAM and CPU count on VM 
listing 

On 29.09.2016 16:46, Nelson Lameiras wrote: 



Hello oVirt community, 

When listing virtual machines, is there a quick way to see how much RAM/CPU 
each machine has? 

In oVirt 4.0.4, I can see ram/cpu usage in a very nice way, but I can not 
access easily the total RAM and number of CPUs. 
The only way to find this information in GUI is to edit a vm and see the system 
tab (and that's when the "edit" context menu is available, which is not always) 

Am I missing something? 
This information is very usefull and sometimes critical (when migrating VM to 
hosts which are already low on free RAM, specially when balloning is involved) 

I would like to see this information always on screen, like a (un)checkable 
column... does it seem doable ? 
Maybe it would be possible to show it while hoovering the memory/cpu 
information with the mouse ? 


You can vote for custom columns :) 
https://bugzilla.redhat.com/show_bug.cgi?id=1021338 

-- 
Ernest Beinrohr, AXON PRO 
Ing , RHCE , RHCVA , LPIC , VCA , 
+421-2-62410360 +421-903-482603 

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


Re: [ovirt-users] desktop version of client?

2016-10-31 Thread Amy Morrisson
Thanks.

Our thin clients are linux based so this should fit. Also managing power
and having access to a console is enough for us. We will deploy a few of
them and try the desktop client these days.

Amy

2016-10-29 10:23 GMT+01:00 James Michels :

> Hello Amy.
>
> We had the same needs back in July as we have some classrooms with thin
> clients and although we don't just offer the oVirt service we wanted
> something simple so users don't need to open a browser and just handle
> their machines in a simple way, so I found this project [1] that works
> quite fine for what we need. Manage virtual machine's power and start a
> viewer. Period. No more funcionalities (not sure if you need something more
> sophisticated...).
>
> The project has been stopped for a time but it seems that the maintainer
> is implementing new capabilities and fixing some things lately.
>
> As a side note, you didn't mention if your thin clients are linux or
> windows based but I believe this is for linux only.
>
> HTH,
>
> James
>
> [1] https://ovirt-desktop-client.click
>
> 2016-10-28 20:47 GMT+01:00 Amy Morrisson :
>
>> Hey there,
>>
>> I'm looking for some kind of desktop client for ovirt. I believe as per
>> what I've seen that there's nothing official so I'm looking for any other
>> options (even if it's an own development). As a last resource we can use
>> the web admin but the purpose is to have a few thin clients which would
>> start the client at boot time so it's more confortable for users, plus most
>> times the web admin becomes slow after a while.
>>
>> I'm not sure if something like this exists. In any case thanks for any
>> tip.
>>
>> By the way, we're using ovirt 3.6.7, fwiw.
>>
>> Amy Morrisson
>>
>> ___
>> 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] Local and Shared storage in same datacenter

2016-10-31 Thread Pavel Gashev
Mike,

You can share and use your local storage via NFS. So all your storages are 
shared, and can be used in the same datacenter.

-Original Message-
From:  on behalf of "Mike (maillinglists)" 

Date: Sunday 30 October 2016 at 13:02
To: "users@ovirt.org" 
Subject: [ovirt-users] Local and Shared storage in same datacenter

Hi guys,

There have been a few related questions already that I could find, but I 
did not find anything relating to my specific use case.

Currently it is not possible to mix local storage with shared storage in 
the same datacenter.
The reason seems to be because of the storage pool manager (SPM).
This is a role in the datacenter provided to one specific host.

While I understand that this makes having local storage impossible, I 
believe there is a use case to have local storage in a shared storage 
datacenter.
Consider the following:
I have a few applications that require 1 milli second latency and at 
most 2 milli second.
That is not consistenly achievable with shared storage, to that end I 
added flash storage to a few hypervisors.
About 5% of my servers require this and are not that resource hungry to 
require a dedicated physical server.
That same 5% also has no requirement to be migrated if a host fails.

So in short I have 5 heavy hosts running ovirt with a shared storage 
domain on NFS for 95% of my servers.
All running fine, but I am now unable to run my remaining 5%.

To finish up my summary I have been testing various virtualization 
technologies, like VmWare and Hyper-V.
They allow such configurations as I mentioned.

I already had some chat on irc with various guys and they suggested that 
I put this on the mailing list, so here goes.

My suggestion would be to evoluate from SPM to SDM.
SDM stands for Storage Domain Manager.
This would create the possibility to have all nodes in the datacenter 
participate in the storage handling.
A extra benefit would be that local storage could be added.

What do you think?

Thanks for reading.

Kind regards,
Mike van Goor
___
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] Local storage & shared in same cluster

2016-10-31 Thread Sebastian Greco
Thx for the advice Barak!

I was looking for a roadmap to follow, like the "trello" one used for the
openshift project https://trello.com/b/nlLwlKoz/atomicopenshift-roadmap but
I was not able to find one. I love to hear things like the "SPM was planned
to be removed" as it gives me a better understanding of the direction the
project has. Any good resource to follow this and other things to come?

Thanks again for the help!


Sebastián Greco
IT Consultant
Cloud Computing - Red Hat - VMware - Zimbra
www.essiprojects.com
*www.essiprojects.co.uk *

Pl. Prim, 4-5 Pral 2a · T:+34 977 221 182 · M: +34 619 985 161 F: +34 977
230 170 · 43001 Tarragona Spain
120 Pall Mall · T:+44 207 101 0778 · F: +44 843 538 3112 · SW1Y 5ED *London*
 UK

On Mon, Oct 31, 2016 at 9:36 AM, Barak Korren  wrote:

> On 31 October 2016 at 09:28, Sebastian Greco 
> wrote:
> >
> > On Sun, Oct 30, 2016 at 10:42 AM, Barak Korren 
> wrote:
> >>
> >> VMs are not
> >> very interesting as a use case for RHV customers. When y
> >
> >
> > Thx for the answsers. I see that it's the second time that someone from
> RH
> > points out that customers are not interested in this feature. While I
> can't
> > argue with that, what I do can say is that "non-customers" (most of
> > companies out there using vsphere or hyper-v) feel dissapointed towards
> this
> > solution for things like this one (for this case, 2 of my customers are
> > missing this, we are deploying RHV to one of them this week).
>
> Please don't take my statement as being official in any way. Despite
> writing from a @redhat.com address, I'm writing my personal thoughts.
>
> I have stated that I've no data to back what I've said. This is all
> just a guess based on what I know of oVirt/RHV development processes.
> I'm most certainly not someone who makes decisions about any of theses
> things.
>
> > I don't see how this lack of flexibility is something good, and so far
> from
> > my experience with customers which I'm trying to convince to start using
> > RHV, when they finally do agree to start with one or two servers
> (following
> > the RHCI roadmap evolution to the hybrid cloud), they see things like
> this
> > and dismiss this solution sooner than later.
>
> Please do not take my statement as indicating of any conscious design
> decision. I was just trying to gauge where oVirt/RHV development might
> head given that RedHat typically puts its resources where its current
> and potential customers tell it do. Case to point:
>
> 1. Ephemeral local state VMs are supported with the scrathcpad hook because
>its been shown to be useful for Build/Test/CI systems.
> 2. Singular host with local storage and non-migrating VMs is supported for
>cases where one simply wants resource convergence.
>
> The 3rd case we're discussing here where the same host can run both
> local persistent VMs and migrating ones had not been supported so far.
> I'm __guessing__ that this is because demand seen so far did not
> outweigh
> the technical difficulty to achieve this (Just to indicate the difficulty,
> the SPM was planned to be removed in 4.0, it did not make it).
>
> > Anyways, question has been answer "yes, is technically possible but by
> > design it is not going to happen", and I wouldn't like to convert this
> > thread or abuse your kindness deviating the subject :)
>
> This is definitely not the bottom line, I way trying to guess and
> explain why this __did_not__ happen __so_far__. I never meant to say
> it will not.
>
> If you are a RHV reseller or integrator, your input is very valuable
> for RedHat. While this list is one way to reach some RedHat
> developers, you should certainly make an effort to use other channels
> available to you to make your input known.
>
>
> --
> Barak Korren
> bkor...@redhat.com
> RHEV-CI Team
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Local storage & shared in same cluster

2016-10-31 Thread Barak Korren
On 31 October 2016 at 09:28, Sebastian Greco  wrote:
>
> On Sun, Oct 30, 2016 at 10:42 AM, Barak Korren  wrote:
>>
>> VMs are not
>> very interesting as a use case for RHV customers. When y
>
>
> Thx for the answsers. I see that it's the second time that someone from RH
> points out that customers are not interested in this feature. While I can't
> argue with that, what I do can say is that "non-customers" (most of
> companies out there using vsphere or hyper-v) feel dissapointed towards this
> solution for things like this one (for this case, 2 of my customers are
> missing this, we are deploying RHV to one of them this week).

Please don't take my statement as being official in any way. Despite
writing from a @redhat.com address, I'm writing my personal thoughts.

I have stated that I've no data to back what I've said. This is all
just a guess based on what I know of oVirt/RHV development processes.
I'm most certainly not someone who makes decisions about any of theses
things.

> I don't see how this lack of flexibility is something good, and so far from
> my experience with customers which I'm trying to convince to start using
> RHV, when they finally do agree to start with one or two servers (following
> the RHCI roadmap evolution to the hybrid cloud), they see things like this
> and dismiss this solution sooner than later.

Please do not take my statement as indicating of any conscious design
decision. I was just trying to gauge where oVirt/RHV development might
head given that RedHat typically puts its resources where its current
and potential customers tell it do. Case to point:

1. Ephemeral local state VMs are supported with the scrathcpad hook because
   its been shown to be useful for Build/Test/CI systems.
2. Singular host with local storage and non-migrating VMs is supported for
   cases where one simply wants resource convergence.

The 3rd case we're discussing here where the same host can run both
local persistent VMs and migrating ones had not been supported so far.
I'm __guessing__ that this is because demand seen so far did not
outweigh
the technical difficulty to achieve this (Just to indicate the difficulty,
the SPM was planned to be removed in 4.0, it did not make it).

> Anyways, question has been answer "yes, is technically possible but by
> design it is not going to happen", and I wouldn't like to convert this
> thread or abuse your kindness deviating the subject :)

This is definitely not the bottom line, I way trying to guess and
explain why this __did_not__ happen __so_far__. I never meant to say
it will not.

If you are a RHV reseller or integrator, your input is very valuable
for RedHat. While this list is one way to reach some RedHat
developers, you should certainly make an effort to use other channels
available to you to make your input known.


-- 
Barak Korren
bkor...@redhat.com
RHEV-CI Team
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Local storage & shared in same cluster

2016-10-31 Thread Sebastian Greco
Maybe I missread, sorry. I interpreted that by design this was not a
feature and that it was not in any roadmap as current customers don't need
it, or at least I understood that from previous posts.

Happy to know this is planned to be a feature! :)

Again guys, thanks a lot for the help!


Sebastián Greco
IT Consultant
Cloud Computing - Red Hat - VMware - Zimbra
www.essiprojects.com
*www.essiprojects.co.uk *

Pl. Prim, 4-5 Pral 2a · T:+34 977 221 182 · M: +34 619 985 161 F: +34 977
230 170 · 43001 Tarragona Spain
120 Pall Mall · T:+44 207 101 0778 · F: +44 843 538 3112 · SW1Y 5ED *London*
 UK

On Mon, Oct 31, 2016 at 8:59 AM, Yedidyah Bar David  wrote:

> On Mon, Oct 31, 2016 at 9:28 AM, Sebastian Greco
>  wrote:
> >
> > On Sun, Oct 30, 2016 at 10:42 AM, Barak Korren 
> wrote:
> >>
> >> VMs are not
> >> very interesting as a use case for RHV customers. When y
> >
> >
> > Thx for the answsers. I see that it's the second time that someone from
> RH
> > points out that customers are not interested in this feature. While I
> can't
> > argue with that, what I do can say is that "non-customers" (most of
> > companies out there using vsphere or hyper-v) feel dissapointed towards
> this
> > solution for things like this one (for this case, 2 of my customers are
> > missing this, we are deploying RHV to one of them this week).
> >
> > I don't see how this lack of flexibility is something good, and so far
> from
> > my experience with customers which I'm trying to convince to start using
> > RHV, when they finally do agree to start with one or two servers
> (following
> > the RHCI roadmap evolution to the hybrid cloud), they see things like
> this
> > and dismiss this solution sooner than later.
> >
> > Anyways, question has been answer "yes, is technically possible but by
> > design it is not going to happen",
>
> Not sure how you got this impression from current discussion. On the
> contrary - people are working on this, and it was planned to be completed
> in 4.0, but eventually postponed.
>
> Best,
>
> > and I wouldn't like to convert this
> > thread or abuse your kindness deviating the subject :)
> >
> > Thx again guys for the help,
> >
> >
> >
> > ___
> > Users mailing list
> > Users@ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> >
>
>
>
> --
> Didi
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Local storage & shared in same cluster

2016-10-31 Thread Yedidyah Bar David
On Mon, Oct 31, 2016 at 9:28 AM, Sebastian Greco
 wrote:
>
> On Sun, Oct 30, 2016 at 10:42 AM, Barak Korren  wrote:
>>
>> VMs are not
>> very interesting as a use case for RHV customers. When y
>
>
> Thx for the answsers. I see that it's the second time that someone from RH
> points out that customers are not interested in this feature. While I can't
> argue with that, what I do can say is that "non-customers" (most of
> companies out there using vsphere or hyper-v) feel dissapointed towards this
> solution for things like this one (for this case, 2 of my customers are
> missing this, we are deploying RHV to one of them this week).
>
> I don't see how this lack of flexibility is something good, and so far from
> my experience with customers which I'm trying to convince to start using
> RHV, when they finally do agree to start with one or two servers (following
> the RHCI roadmap evolution to the hybrid cloud), they see things like this
> and dismiss this solution sooner than later.
>
> Anyways, question has been answer "yes, is technically possible but by
> design it is not going to happen",

Not sure how you got this impression from current discussion. On the
contrary - people are working on this, and it was planned to be completed
in 4.0, but eventually postponed.

Best,

> and I wouldn't like to convert this
> thread or abuse your kindness deviating the subject :)
>
> Thx again guys for the help,
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>



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


[ovirt-users] Chinese oVirt community

2016-10-31 Thread Yedidyah Bar David
Hi all,

Recently, more and more questions are posted to users@ovirt.org in
what seems like a result of a google translation of Chinese to
English. These are usually hard to understand, and I expect the
replies are also hard to understand. A recent example is [1].

Two years ago there was a discussion [2] about this on
users@ovirt.org. Now, when searching, I find:
1. There seems to have been a domain ovirt-china.org , but it's dead
now (no info about it in dns or whois). The only version of it I can
find on archive.org is [3].
2. There is a github org [4].
3. There is a google group [5] , but it requires registration to view
(and I didn't try to register).

If there is an active Chinese community of oVirt users, perhaps we
should give it more publicity, to make it easier to find. Otherwise,
perhaps we can help by creating a list on lists.ovirt.org , or
something like that.

Best regards,

[1] http://lists.ovirt.org/pipermail/users/2016-October/043732.html

[2]
http://lists.ovirt.org/pipermail/users/2014-May/024585.html
http://lists.ovirt.org/pipermail/users/2014-May/024862.html
http://lists.ovirt.org/pipermail/users/2014-May/024668.html

[3] http://web.archive.org/web/20141203033820/http://www.ovirt-china.org/
[4] https://github.com/ovirt-china
[5] https://groups.google.com/forum/#!forum/ovirt-china
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] ovirt homeserver

2016-10-31 Thread Martin Polednik

On 28/10/16 17:46 +0100, david caughey wrote:

Hi,

I'm building a homeserver to run ovirt and wanted to get opinions on the
best approach.
The server will be used as a test/studybed for
ovirt/kvm/vcloud/openstack/ceph.
The server will be based around a Xeon E5 10 core with 128GB ram.
Option 1:
Build server with CentOS 7.2 and deploy ovirt directly on top.


Perfect if you have/expect multiple machines. How do you expect to
handle storage?


Option 2:
Build server with CentOS 7.2 and deploy multiple ovirt instances on top of
KVM.


Perfect for single machine setup.


Which will be the most stable versatile method?
If a GPU is used as a passthrough device can it be used on several vm's or
is it restricted to 1 vm?


Single card for single VM meaning 1:1 mapping only for now.


If 2 GPU's are used can 1 be used as a dedicated passthrough to 1 vm and
the other shared between the remaining vm's?


As stated above, no. Most typical home lab setup uses 2 GPUs, one for
hypervisor and other one to be assigned to a VM.


Is CentOS/RH the best platform for ovirt?


For playing around and general usage, yes (in my opinion :) ).


Is it okay/advisable to load the latest kernel, (4.8 ish), on to CentOS
before installing ovirt?


I wouldn't really do that, you'd have to bump up version of KVM,
possibly QEMU and libvirt -- in the end you'd end up running fedora.

mpolednik


Any and all comments/advice welcome,

David



___
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] Local storage & shared in same cluster

2016-10-31 Thread Sebastian Greco
On Sun, Oct 30, 2016 at 10:42 AM, Barak Korren  wrote:

> VMs are not
> very interesting as a use case for RHV customers. When y
>

Thx for the answsers. I see that it's the second time that someone from RH
points out that customers are not interested in this feature. While I can't
argue with that, what I do can say is that "non-customers" (most of
companies out there using vsphere or hyper-v) feel dissapointed towards
this solution for things like this one (for this case, 2 of my customers
are missing this, we are deploying RHV to one of them this week).

I don't see how this lack of flexibility is something good, and so far from
my experience with customers which I'm trying to convince to start using
RHV, when they finally do agree to start with one or two servers (following
the RHCI roadmap evolution to the hybrid cloud), they see things like this
and dismiss this solution sooner than later.

Anyways, question has been answer "yes, is technically possible but by
design it is not going to happen", and I wouldn't like to convert this
thread or abuse your kindness deviating the subject :)

Thx again guys for the help,
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Local and Shared storage in same datacenter

2016-10-31 Thread Yedidyah Bar David
On Sun, Oct 30, 2016 at 8:49 PM, Mike  wrote:
> Op 30-10-2016 om 12:50 schreef Yaniv Kaul:
>>
>> Perhaps, if there are no HA requirements, those VMs with local
>> domain
>> needs can be in their own DC, a local one? If it's just 5%,
>> shouldn't be
>> much of an effort?
>>
>> Can a host be in 2 datacenters?
>>
>>
>> No, I suggested to dedicate a host (or several) with their own local DC
>> for those 5%.
>> Y.
>
> I have 5 hosts and dedicating 2 hosts for 5% seems a gigantic waste if you
> ask me.
> So I cannot do that.

Not real solutions, but you might consider:

Using nested-kvm and "virtual hosts"

Copying the data to a local scratchpad upon every reboot, and perhaps rsync
back to shared storage on shutdown.

Best,

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



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


Re: [ovirt-users] 100% disk utilization on Hosted Engine

2016-10-31 Thread Yedidyah Bar David
On Sun, Oct 30, 2016 at 7:16 PM, Anantha Raghava
 wrote:
> Hello Didi,
>
> Apart form oVirt-engine, nothing else is running on the server. Engine is
> running on CentOS 7.2 minimal installation. We have 2 hosts, 1 iSCSI
> storage, about 19 VMs and 5 Networks. In this setup oVirt engine is running
> in a separate VM created on VMWare ESXi. In 20 odd days, it consumed around
> 70GB out of 100 GB!!!
>
> In another setup, we have only one host, hosted engine, 9 VMs, 2 Networks, 1
> FC Storage. In about 30 odd days, 100% of available 100 GB consumed!! It is
> in this setup CentOS is not allowing us to loginto engine VM as no space to
> create any temp files on the storage. We have ISO Domain created on this
> engine VM. But that's only about 3 GB in size.
>
> Both setup are not exposed to internet. Hence, any malware is ruled out.
>
> We have observed, the logs are also growing and we have not found that logs
> are not rotating. All logs right from day one are kept intact. Nothing in
> the user files. Because no user is allowed to use this VM.
>
> What else it could be? 100% consumption without even a warning, is very
> strange.

Please check/share output of 'du -x /'. Thanks.

>
> --
>
> Thanks & Regards,
>
>
> Anantha Raghava eXza Technology Consulting & Services
>
> Do not print this e-mail unless required. Save Paper & trees.
>
> On Sunday 30 October 2016 07:20 PM, Yedidyah Bar David wrote:
>
> On Sun, Oct 30, 2016 at 3:01 PM, Anantha Raghava
>  wrote:
>
> Hi,
>
> In another instance where the engine is on a different host, we have
> observed that out of 100 GB nearly 70% is consumed in just about 20 odd
> days.
>
> Is it that DWH database and the logs really take so much of space so fast?
>
> Are you sure that DWH database is the only thing using much space? Did you
> check disk space usage?
>
> DWH db size depends on the size of your setup - number of
> hosts/VMs/disks/NICs/etc.
>
> You can also affect this by configuring granularity and history
> length, check e.g.:
>
> https://www.mail-archive.com/search?l=users@ovirt.org=subject:%22Re\%3A+\[ovirt\-users\]+Limit+DWH+database+size%22=newest
>
> http://lists.ovirt.org/pipermail/users/2016-September/042419.html
>
> How do we reduce the disk utilization? This will be a major issue when
> compared to other hypervisors management platform.
>
> How do we address this and arrest this super fast disc consumption?
>
> --
>
> Thanks & Regards,
>
>
> Anantha Raghava eXza Technology Consulting & Services Do not print this
> e-mail unless required. Save Paper & trees.
> On Saturday 29 October 2016 08:32 AM, Anantha Raghava wrote:
>
> Hi,
>
> I have hit a unique problem. Using oVirt 4.0.2.7-1.el7.centos since last one
> month and I have hit a unique problem. The Engine is reporting that Disk
> space allocated to Hosted engine is full and is not allowing to login to
> engine's console to clear some files as well. When I try to add additional
> storage to Hosted engine, engine admin portal reports that as Engine VM is
> not managed by oVirt Engine, it cannot extend the storage.
>
> Now the questions are:
>
> 1. Is it that enabling advanced DWH on the engine host is the root cause for
> 100GB of disk getting filled in about 1 month?
>
> 2. How do we clear the disk of some unwanted files and extend the space?
>
> 3. How do we reset the DWH database to basic?
>
>
> Note: CentOS 7.2 is not even allowing us to login to console to do any
> action. Booting the Hosted Engine VM with Live CD etc., looks like is ruled
> out in this case.
> --
>
> Thanks & Regards,
>
>
> Anantha Raghava eXza Technology Consulting & Services
>
> Do not print this e-mail unless required. Save Paper & trees.
>
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>



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