[ovirt-users] Re: Can't ping gluster interfaces for HCI setup

2020-04-28 Thread Jayme
one > > DEFROUTE=yes > > IPV4_FAILURE_FATAL=no > > IPV6INIT=no > > IPV6_AUTOCONF=yes > > IPV6_DEFROUTE=yes > > IPV6_FAILURE_FATAL=no > > IPV6_ADDR_GEN_MODE=stable-privacy > > NAME=p1p1 > > UUID=1adb45d3-4dac-4bac-bb19-257fb9c7016b > > DEVIC

[ovirt-users] Re: Can't ping gluster interfaces for HCI setup

2020-04-28 Thread Jayme
Oh and also gluster interface should not be set as default route either. On Tue, Apr 28, 2020 at 7:19 PM Jayme wrote: > On gluster interface try setting gateway to 10.0.1.1 > > If that doesn’t work let us know where the process is failing currently > and with what errors etc. > &

[ovirt-users] Re: Gluster deployment fails with missing UUID

2020-04-28 Thread Jayme
Has the drive been used before, it might have existing partition/filesystem on it? If you are sure it's fine to overwrite try running wipefs -a /dev/sdb on all hosts. Also make sure there aren't any filters setup in lvm.conf (there shouldn't be on fresh install, but worth checking). On Tue, Apr 28

[ovirt-users] Re: ovirt-node-ng-installer-4.4.0-2020051507.el8.iso does not support PREC5 raid controller ?

2020-05-15 Thread Jayme
This is likely due to centos8 not node image in particular. Centos8 dropped support for many lsi raid controllers including older perc controllers. https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/hardware-enablement_considerations-in-a

[ovirt-users] Re: ovirt-websocket-proxy errors when trying noVNC

2020-05-28 Thread Jayme
If it’s the issue I’m thinking of it’s because Apple Mojave started rejecting carts that have a validity date shorter than a certain period of time which ovirt ca does not follow. I posted another message on this group about it a little while ago and I think a bug report was made. The only way I c

[ovirt-users] Re: ovirt-websocket-proxy errors when trying noVNC

2020-05-28 Thread Jayme
Here is the bug report: https://bugzilla.redhat.com/show_bug.cgi?id=1832210 On Thu, May 28, 2020 at 8:23 AM Jayme wrote: > If it’s the issue I’m thinking of it’s because Apple Mojave started > rejecting carts that have a validity date shorter than a certain period of > time which ovir

[ovirt-users] Re: basic infra and glusterfs sizing question

2020-05-29 Thread Jayme
Regarding Gluster question. The volumes would be provisioned with LVM on the same block device. I believe 100Gb is recommended for the engine volume. The other volumes such as data would be created on another logical volume and you can use up the rest of the available space there. Ex. 100gb engine,

[ovirt-users] Re: basic infra and glusterfs sizing question

2020-05-29 Thread Jayme
Also, I can't think of the limit off the top of my head. I believe it's either 75 or 100Gb. If the engine volume is set any lower the installation will fail. There is a minimum size requirement. On Fri, May 29, 2020 at 12:09 PM Jayme wrote: > Regarding Gluster question. The vol

[ovirt-users] Re: ovirt vm backup tool

2020-06-09 Thread Jayme
I wrote a simple un-official ansible playbook to backup full VMs here: https://github.com/silverorange/ovirt_ansible_backup -- it works great for my use case, but it is more geared toward smaller environments. For commercial software I'd take a look at vProtect (it's free for up to 10 VMs) I've

[ovirt-users] Re: What happens when shared storage is down?

2020-06-10 Thread Jayme
This is of course not recommended but there has been times where I have lost network access to storage or storage sever while vms were running. They paused and came back up when storage was available again without causing any problems. This doesn’t mean it’s 100% safe but from my experience it has

[ovirt-users] Re: oVirt install questions

2020-06-23 Thread Jayme
Yes this is the point of hyperconverged. You only need three hosts to setup a proper hci cluster. I would recommend ssds for gluster storage. You could get away with non raid to save money since you can do replica three with gluster meaning your data is fully replicated across all three hosts. On

[ovirt-users] Re: Ovirt 4.3.10 Glusterfs SSD slow performance over 10GE

2020-06-28 Thread Jayme
I’ve tried various methods to improve gluster performance on similar hardware and never had much luck. Small file workloads were particularly troublesome. I ended up switching high performance vms to nfs storage and performance with nfs improved greatly in my use case. On Sun, Jun 28, 2020 at 6:42

[ovirt-users] Some major problems after 4.2 upgrade, could really use some assistance

2018-01-11 Thread Jayme
I performed Ovirt 4.2 upgrade on a 3 host cluster with NFS shared storage. The shared storage is mounted from one of the hosts. I upgraded the hosted engine first, downloading the 4.2 rpm, doing a yum update then engine setup which seemed to complete successfully, at the end it powered down the ho

Re: [ovirt-users] Some major problems after 4.2 upgrade, could really use some assistance

2018-01-11 Thread Jayme
hosted engine had updates as well as a full and complete engine-setup, but did not return after being shut down. There must be some way I can get the engine running again? Please On Thu, Jan 11, 2018 at 8:24 AM, Jayme wrote: > The hosts have all ready been fully updated with 4.2 packages tho

[ovirt-users] unable to bring up hosted engine after botched 4.2 upgrade

2018-01-12 Thread Jayme
Please help, I'm really not sure what else to try at this point. Thank you for reading! I'm still working on trying to get my hosted engine running after a botched upgrade to 4.2. Storage is NFS mounted from within one of the hosts. Right now I have 3 centos7 hosts that are fully updated with

Re: [ovirt-users] unable to bring up hosted engine after botched 4.2 upgrade

2018-01-12 Thread Jayme
this might have anything at all to do with what could have happened. Thanks very much again, I very much appreciate the help! - Jayme On Fri, Jan 12, 2018 at 8:44 AM, Simone Tiraboschi wrote: > > > On Fri, Jan 12, 2018 at 11:11 AM, Martin Sivak wrote: > >> Hi, >> >> th

Re: [ovirt-users] unable to bring up hosted engine after botched 4.2 upgrade

2018-01-12 Thread Jayme
virt/vm.py", line 3500, in getIoTuneResponse#012res = self._dom.blockIoTune(#012 File "/usr/lib/python2.7/site-packages/vdsm/virt/virdomain.py", line 47, in __getattr__#012% self.vmid)#012NotConnectedError: VM '4013c829-c9d7-4b72-90d5-6fe58137504c' was not defined ye

[ovirt-users] ha-agent and broker continually crashing after 4.2 update

2018-01-12 Thread Jayme
recently upgraded to 4.2 and had some problems with engine vm running, got that cleared up now my only remaining issue is that now it seems ovirt-ha-broker and ovirt-ha-agent are continually crashing on all three of my hosts. Everything is up and working fine otherwise, all VMs running and hosted

[ovirt-users] ovirt-engine-webadmin-portal-debuginfo package for 4.2?

2018-01-14 Thread Jayme
First, apologies for all the posts to this list lately, I've been having a heck of a time after 4.2 upgrade and you've been helpful, I appreciate that. Since 4.2 upgrade I'm experiencing a few problems that I'm trying to debug. Current status is engine and all hosts are upgraded to 4.2, and clust

Re: [ovirt-users] ovirt-engine-webadmin-portal-debuginfo package for 4.2?

2018-01-14 Thread Jayme
m.get('options', {}))#012 File "/usr/lib/python2.7/site-packages/ovirt_hosted_engine_ha/lib/brokerlink.py", line 83, in start_monitor#012.format(type, options, e))#012RequestError: Failed to start monitor ping, options {'addr': '192.168.0.1'}: [Errno 2] No

Re: [ovirt-users] ovirt-engine-webadmin-portal-debuginfo package for 4.2?

2018-01-14 Thread Jayme
>> On Sun, Jan 14, 2018 at 3:46 PM, Yedidyah Bar David >> wrote: >> > On Sun, Jan 14, 2018 at 3:37 PM, Jayme wrote: >> >> First, apologies for all the posts to this list lately, I've been >> having a >> >> heck of a time after 4.2 upgra

Re: [ovirt-users] ovirt-engine-webadmin-portal-debuginfo package for 4.2?

2018-01-14 Thread Jayme
tBus.java:173) [gwt-servlet.jar:] ... 10 more On Sun, Jan 14, 2018 at 2:09 PM, Jayme wrote: > I managed to fix the error with HA broker and agent continually crashing. > I found that it was not a permissions problem on the path mentioned in the > log: > > > On Sun, Jan 14, 2018 a

[ovirt-users] Is there a way to rename the hosted engine VM name (not hostname)

2018-01-17 Thread Jayme
Our oVirt environment was originally setup by someone else. The hosted engine VM has a custom name, but it seems to me like some of the hosted-engine tools such as hosted-engine --console for example expect the domain to be "HostedEngine'. I tried renaming it in the admin interface but changes ar

[ovirt-users] The future of backups in oVirt 4.2+

2018-01-18 Thread Jayme
I've been running a non-production oVirt setup for a while and plan on building a more robust oVirt setup for eventual production use. Part of that planning of course is backup/disaster recovery options. I've been playing around with a few options to backup oVirt, I'm sure most of you are aware o

Re: [ovirt-users] The future of backups in oVirt 4.2+

2018-01-18 Thread Jayme
er platforms (sans the GUI of > course). > > > > On Thu, Jan 18, 2018 at 9:59 AM, Jayme wrote: > >> I've been running a non-production oVirt setup for a while and plan on >> building a more robust oVirt setup for eventual production use. Part of >> that plan

Re: [ovirt-users] oVirt home lab hardware

2018-01-18 Thread Jayme
For rackmount Dell R710's are fairly popular for home labs, they have good specs and can be found at reasonable prices on ebay. On Thu, Jan 18, 2018 at 4:52 PM, Abdurrahman A. Ibrahim < a.rahman.at...@gmail.com> wrote: > Hello, > > I am planning to buy home lab hardware to be used by oVirt. > > A

[ovirt-users] Questions about converged infrastructure setup and glusterFS sizing/performance

2018-01-19 Thread Jayme
I am attempting to narrow down choices for storage in a new oVirt build that will eventually be used for a mix of dev and production servers. My current space usage excluding backups sits at about only 1TB so I figure 3-5 TB would be more than enough for VM storage only + some room to grow. There

[ovirt-users] Has meltdown impacted glusterFS performance?

2018-01-26 Thread Jayme
I've been considering hyperconverged oVirt setup VS san/nas but I wonder how the meltdown patches have affected glusterFS performance since it is CPU intensive. Has anyone who has applied recent kernel updates noticed a performance drop with glusterFS? _

[ovirt-users] GlusterFS performance with only one drive per host?

2018-03-19 Thread Jayme
I'm spec'ing a new oVirt build using three Dell R720's w/ 256GB. I'm considering storage options. I don't have a requirement for high amounts of storage, I have a little over 1TB to store but want some overhead so I'm thinking 2TB of usable space would be sufficient. I've been doing some researc

Re: [ovirt-users] [Gluster-users] GlusterFS performance with only one drive per host?

2018-03-23 Thread Jayme
;> >> On Mon, Mar 19, 2018 at 5:57 PM, Jayme wrote: >> >>> I'm spec'ing a new oVirt build using three Dell R720's w/ 256GB. I'm >>> considering storage options. I don't have a requirement for high amounts >>> of storage, I have a

[ovirt-users] Why is host rebooted after updates, can it be disabled?

2018-04-03 Thread Jayme
I notice that almost every time I perform an oVirt host upgrade the host is automatically rebooted. Why is this done and is there a way to disable the automated reboot process? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinf

[ovirt-users] Disable OVS?

2018-04-03 Thread Jayme
I'm constantly seeing this error in all of my host syslogs: ovs-vsctl: ovs|1|db_ctl_base|ERR|unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) My cluster is set to linux bridge and not using OVS. How can I stop the error message or disable ovs? __

[ovirt-users] Hardware critique

2018-04-04 Thread Jayme
I'm spec'ing hardware for a 3-node oVirt build (on somewhat of a budget). I plan to do 20-30 Linux VMs most of them very light weight + a couple of heavier hitting web and DB servers with frequent rsync backups. Some have a lot of small files from large github repos etc. 3X of the following: Del

Re: [ovirt-users] Hardware critique

2018-04-05 Thread Jayme
. On Thu, Apr 5, 2018 at 2:56 AM, Alex K wrote: > Hi, > > You should be ok with the setup. > I am running around 20 vms (linux and windows, small and medium size) with > the half of your specs. With 10G network replica 3 is ok. > > Alex > > On Wed, Apr 4, 2018, 16:13

Re: [ovirt-users] Hardware critique

2018-04-05 Thread Jayme
id 10. On Thu, Apr 5, 2018 at 5:38 PM, Vincent Royer wrote: > Jayme, > > I'm doing a very similar build, the only difference really is I am using > SSDs instead of HDDs. I have similar questions as you regarding expected > performance. Have you considered JBOD + NFS? Putt

Re: [ovirt-users] Hardware critique

2018-04-06 Thread Jayme
amount of required disk space (under 2TB). I'm not sure if hyper-converged setup w/GlusterFS is the answer or not. I'd like to avoid spending 15k only to find out that it's too slow. On Fri, Apr 6, 2018 at 6:05 AM, Yaniv Kaul wrote: > > > On Thu, Apr 5, 2018, 11:39 PM Vincent R

[ovirt-users] How much improvement has been made with GlusterFS handling small files?

2018-04-20 Thread Jayme
I'm very strongly leaning toward an oVirt hyperconverged setup. I plan on using fairly robust hardware (ssds, lots of ram, 10gb network) as per the guides, however I am worried about one thing which is glusterFS performance in regards to its handling of many small files. I've read various forum p

[ovirt-users] IP change considerations

2018-04-25 Thread Jayme
I am planning on changing the subnet of our private IP space from 192.168.0.x to something else (due to conflicts with VPN on our network). What considerations do I need to make in regards to changing the IPs on oVirt cluster?. The VMs should be fairly easy but what about the hosts, and hosted eng

[ovirt-users] Re: Copying/Cloning a VM to another server

2018-05-13 Thread Jayme
You should be able to do this without having to shut vm down On Sun, May 13, 2018, 7:04 AM Alex Bartonek, wrote: > Just trying to make sure there isnt an easier way to do what I'm doing. > I dont have an HA environment in my homelab. I have 3 VM's and I wanted > to copy them to my backup r710 w

[ovirt-users] Re: Hosted Engine w Gluster - increase number of hosts

2018-05-21 Thread Jayme
afaik you should have at minimum 3 hosts. Above that you can have any amount you want but I believe you need to have multiples of 3 gluster bricks On Mon, May 21, 2018 at 10:57 AM, wrote: > Is 3 the max number of hosts? > > > On 2018-05-20 22:45, ov...@fateknollogee.com wrote: > >> Using this a

[ovirt-users] Re: ovirt and gluster disk config

2018-05-23 Thread Jayme
Unfortunately there is not a lot of info out there about ideal hardware configs for hyperconverged oVirt (at least not that I have found to date, and believe me I've looked). If you have enough drives and especially if they are spinning disks as far as I know your best option would likely be to do

[ovirt-users] Re: start vm without engine

2018-05-29 Thread Jayme
Try using the virsh command On Tue, May 29, 2018 at 11:08 AM, David David wrote: > hi. > > How to start VM directly in hypervisor? ovirt-engine was crashed. > > VM's id is known. > > vdsclient VM, hasn't argumets for starting vm. > > Thanks. > > ___ >

[ovirt-users] Re: What are the steps to upgrade the 4.1 to 4.2?

2018-06-04 Thread Jayme
Put cluster in global maintenance. Update hosted engine to 4.2. Once it comes back up put one of your hosts in maintenance mode, upgrade it then set back to active. Do this for each host until you are done. On Mon, Jun 4, 2018 at 9:09 AM, Arman Khalatyan wrote: > Hello everybody, > > I wonder

[ovirt-users] Centos7.5 or Ovirt node for new hci build?

2018-06-13 Thread Jayme
I'm about to build a 3 host Ovirt hyperconverged cluster and was wondering if it's recommended to use straight up Centos or would Ovirt node be a better choice? Thanks ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@

[ovirt-users] Re: disk performance findings

2018-06-23 Thread Jayme
r. I just finished racking the servers and haven't had a chance to start the Ovirt install yet but hope to get to it within the next couple of weeks.. I've been a bit worried about the performance of gluster, I'm hoping I won't be disappointed. Jayme On Sat, Jun 23, 2018, 10:45 A

[ovirt-users] Do you need to format/mount bricks before deploying HCI?

2018-07-26 Thread Jayme
I'm building a 3 host HCI configuration. I have servers configured and latest version of oVirt node 4.2 installed. I'm preparing to run the cockpit hosted engine + glusterFS deploy. Each of my hosts have two SSDs in JBOD /dev/sda and /dev/sdb Currently these drives have not been touched, format

[ovirt-users] Understanding JBOD brick configuration

2018-07-27 Thread Jayme
I'm deploying three host Ovirt HCI and I'm a bit confused about how to configure the glusterFS volumes and bricks in the cockpit. My three hosts are configured the exact same way physically: 2x250GB SSDs in Raid 1 for OS 2 x 2TB SSD in JBOD which I intend to use for Gluster (devices sda and sdb)

[ovirt-users] Re: Understanding JBOD brick configuration

2018-07-27 Thread Jayme
Hello, I have read it several times and it is helpful but unfortunately it doesn't discuss using multiple drives. In that guide they are just using one drive (sdb) in each host, my confusion revolves around how to make use of the second drive I have in each host. For example if I left all three

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-28 Thread Jayme
Why would they be setup by default via the cockpit if they are no longer needee? On Sat, Jul 28, 2018, 1:13 PM femi adegoke, wrote: > There is no difference. > > I think those names were carried over from previous generations when you > had to have an ISO domain for storing ISOs. > > Now you can

[ovirt-users] Fwd: Re: up and running with ovirt 4.2 and gluster

2018-07-29 Thread Jayme
-- Forwarded message - From: Jayme Date: Sun, Jul 29, 2018, 10:09 PM Subject: Re: [ovirt-users] Re: up and running with ovirt 4.2 and gluster To: Mike On this same subject one thing I'm currently hung up on re: HCI setup is the next step in the cockpit config for glusterf

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-30 Thread Jayme
It's nice to know someone else out there has these questions as well. What I'd really like confirmation on is basically this: In a JBOD oVirt HCI configuration with multiple disk devices per host node is it possible to have just one data volume or is it necessary to create multiple data volumes (

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-30 Thread Jayme
> > > On Mon, Jul 30, 2018 at 6:46 PM, Jayme wrote: > >> It's nice to know someone else out there has these questions as well. >> What I'd really like confirmation on is basically this: In a JBOD oVirt >> HCI configuration with multiple disk devices per host

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-30 Thread Jayme
at 10:52 AM, Sahina Bose wrote: > > > On Mon, Jul 30, 2018 at 7:09 PM, Jayme wrote: > >> Hello, >> >> Thanks for the feedback. I don't "need" to create only one data domain, >> I'm more or less trying to confirm whether or not it is

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-30 Thread Jayme
tions. - Jayme On Mon, Jul 30, 2018 at 11:08 AM, femi adegoke wrote: > @jayme > @william.dossett > > When you say "JBOD", are these hosts with xx number of disks or hosts with > a physically attached JBOD? > ___ > Users

[ovirt-users] Re: up and running with ovirt 4.2 and gluster

2018-07-30 Thread Jayme
Correct no raid on the two 2tb SSDs I plan on using replica three HCI setup with no arbiter so each host will have a copy of data On Mon, Jul 30, 2018, 11:39 AM femi adegoke, wrote: > Thanks Jayme for replying. > > In your case, there is no RAID on your 2 x

[ovirt-users] Hosted Engine deploy failed on new HCI build

2018-07-30 Thread Jayme
Latest version of oVirt node 4.2 installed on three hosts. I completed successfully the cockpit gdeploy process to deploy HCI. All of that went well with no errors. I then proceeded to the hosted engine deployment step which eventually failed (log attached). This is the current status: --== Ho

[ovirt-users] Re: Hosted Engine deploy failed on new HCI build

2018-07-30 Thread Jayme
back but never does. I still feel like it could be network related in some way just not sure how. Any ideas? On Mon, Jul 30, 2018, 2:25 PM Jayme, wrote: > Latest version of oVirt node 4.2 installed on three hosts. I completed > successfully the cockpit gdeploy process to deploy HCI.

[ovirt-users] Re: Hosted Engine deploy failed on new HCI build

2018-07-30 Thread Jayme
ce I saw what was > wrong… can you get to the console like that? > > > > Regards > > Bill > > > > > > > > *From:* Jayme [mailto:jay...@gmail.com] > *Sent:* Monday, July 30, 2018 3:38 PM > *To:* users > *Subject:* [ovirt-users] Re: Hosted Engi

[ovirt-users] Re: adding hosts problems with GlusterFS

2018-07-31 Thread Jayme
I think we are in a race to see who can get a new HCI setup built faster. There have been a few hurtles along the way :) On Tue, Jul 31, 2018, 6:53 AM Bill Dossett, wrote: > Hmm, resounding silence…. Have attached a screen shot of the host storage > devices on the host I added after the initial

[ovirt-users] Re: Hosted Engine deploy failed on new HCI build

2018-07-31 Thread Jayme
; something like >>remote-viewer vnc://: >> >> >> >> Which got me in and allowed me to fix the networking once I saw what was >> wrong… can you get to the console like that? >> >> >> >> Regards >> >> Bill >> >>

[ovirt-users] Re: adding hosts problems with GlusterFS

2018-07-31 Thread Jayme
>> start building out my storage today. I had to get down into the OS and >> work with the logical volume manager commands a bit to clean up some of my >> mess and also figured out how to blacklist the disks on my 4th and 5th >> host from multipath…. So that’s encouraging…

[ovirt-users] Error trying out the new VDO dedupe/compression settings in cockpit

2018-07-31 Thread Jayme
PLAY [gluster_servers] * TASK [Create VDO with specified size] ** failed: [HOST] (item={u'disk': u'/dev/sda', u'logicalsize': u'17000G', u'name': u'vdo_sda'}) => {"changed": false, "err": "usage: vdo cr

[ovirt-users] Re: Error trying out the new VDO dedupe/compression settings in cockpit

2018-07-31 Thread Jayme
logicalsize=17000G,17000G blockmapcachesize=128M readcache=enabled readcachesize=20M emulate512=on writepolicy=auto ignore_vdo_errors=no slabsize=32G,32G On Tue, Jul 31, 2018 at 4:19 PM, Jayme wrote: > PLAY [gluster_servers] ** > *** &g

[ovirt-users] Re: Error trying out the new VDO dedupe/compression settings in cockpit

2018-08-01 Thread Jayme
fy > the gdeploy version? > > On Wed, 1 Aug 2018, 12:55 a.m. Jayme, wrote: > >> More info from the gdploy config: >> >> action=create >> devices=sda,sdb >> names=vdo_sda,vdo_sdb >> logicalsize=17000G,17000G >> blockmapcachesize=128M >>

[ovirt-users] Re: Error trying out the new VDO dedupe/compression settings in cockpit

2018-08-01 Thread Jayme
Is it possible to apply vdo on an existing HCI build or does it need to be rebuilt? On Wed, Aug 1, 2018, 6:45 AM Gobinda Das, wrote: > The latest gdeploy version is gdeploy-2.0.2-27 > > On Wed, Aug 1, 2018 at 3:12 PM, Jayme wrote: > >> I burned the node image yesterday 4.2.

[ovirt-users] Trouble connecting to IDRAC7

2018-08-01 Thread Jayme
I just enabled power management/fencing successfully on two of my hosts (Dell poweredge R720s with Idrac 7) but am failing to add the third. I enter the IP and user/pass like the others, it takes 15 seconds or so they spits out "Test Failed: Internal JSON-RPC error" I tried resetting the IDRAC on

[ovirt-users] Re: Trouble connecting to IDRAC7

2018-08-01 Thread Jayme
I got it working, it turns out that IPMI over lan was not enabled in the iDrac network settings. Thanks! On Wed, Aug 1, 2018 at 10:52 AM, Nicolas Ecarnot wrote: > Le 01/08/2018 à 15:28, Jayme a écrit : > >> I just enabled power management/fencing successfully on two of my ho

[ovirt-users] Possible to use Console via Mac web browser?

2018-08-01 Thread Jayme
I recall in the past (on a bit older of an oVirt build) I was able to launch VM consoles from my web browser. I believe it may have been using spice html5 at the time, is this still possible? Currently launching console downloads the typical .vv file. What is currently the best/easiest method to

[ovirt-users] Tuning and testing GlusterFS performance

2018-08-02 Thread Jayme
So I've finally completed my first HCI build using the below configuration: 3x Dell PowerEdge R720 2x 2.9 GHz 8 Core E5-2690 256GB RAM 2x250gb SSD Raid 1 (boot/os) 2x2TB SSD jbod passthrough (used for gluster bricks) 1Gbe Nic for management 10Gbe nic for Gluster Using Replica 3 with no arbiter.

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-02 Thread Jayme
do some more testing either tomorrow or > this weekend and see what I get in just basic writing MB/s and let you know. > > > > Regards > > Bill > > > > > > *From:* Jayme > *Sent:* Thursday, August 2, 2018 8:12 AM > *To:* users > *Subject:* [ovirt-users] T

[ovirt-users] Re: Possible to use Console via Mac web browser?

2018-08-02 Thread Jayme
he console icon. > > > > *From:* Jayme > *Sent:* jeudi 2 août 2018 01:02 > *To:* users > *Subject:* [ovirt-users] Possible to use Console via Mac web browser? > > > > I recall in the past (on a bit older of an oVirt build) I was able to > launch VM consoles from my web

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-02 Thread Jayme
n > this later this afternoon, will let you know any findings. > > > > Regards > > Bill > > > > > > *From:* Jayme > *Sent:* Thursday, August 2, 2018 11:07 AM > *To:* William Dossett > *Cc:* users > *Subject:* Re: [ovirt-users] Tuning and testing

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-03 Thread Jayme
ate with a hint to suggest that for best performance select it for any volume that is going to be a data volume for VMs. I simply installed using the latest node ISO / default cockpit deployment. Hope this helps! - Jayme On Fri, Aug 3, 2018 at 5:15 AM, Sahina Bose wrote: > > > On

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-04 Thread Jayme
rt.address-family: inet nfs.disable: on performance.client-io-threads: off On Fri, Aug 3, 2018 at 6:53 AM, Sahina Bose wrote: > > > On Fri, 3 Aug 2018 at 3:07 PM, Jayme wrote: > >> Hello, >> >> The option to optimize for virt store is tough to find (in my opinio

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-04 Thread Jayme
n the engine volume as well? On Sat, Aug 4, 2018 at 10:26 AM, Jayme wrote: > Interesting that it should have been set by cockpit but seemingly wasn't > (at least it did not appear so in my case, as setting optimize for virt > increased performance dramatically). I did indeed

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-04 Thread Jayme
ngine volume info now VS what I just posted in above reply before I made the optimize change all the gluster options are identical, not one value is changed as far as I can see. What is the optimize for virt store option in the admin GUI doing exactly? On Sat, Aug 4, 2018 at 10:29 AM, Jayme

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-04 Thread Jayme
Scratch that, there are actually a couple subtle changes, I did a diff to compare: < server.allow-insecure: on 29c27 < network.remote-dio: enable --- > network.remote-dio: off On Sat, Aug 4, 2018 at 10:34 AM, Jayme wrote: > One more interesting thing to note. As a test I just

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-04 Thread Jayme
eation. > > > > Thanks again > > Bill > > > > > > *From:* Jayme > *Sent:* Thursday, August 2, 2018 5:56 PM > *To:* William Dossett > *Cc:* users > *Subject:* Re: [ovirt-users] Tuning and testing GlusterFS performance > > > > Bill, > > &g

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-05 Thread Jayme
, these are WAY too high and will degrade performance to > the point of causing problems on decently used volumes during a heal. If > these are being set by the HCI installer, I’d recommend changing them. > > > ------ > *From:* Jayme > *Subject:* [ovirt-us

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-05 Thread Jayme
rebuild in addition to regular volume activity On Sun, Aug 5, 2018, 1:06 PM William Dossett, wrote: > I think Percs have queue depth of 31 if that’s of any help… fairly common > with that level of controller. > > > > *From:* Jayme > *Sent:* Sunday, August 5, 2018 9:50 AM > *T

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-05 Thread Jayme
; me in the past, but this is feeling much more like a finished product than > it used to. > > > > Regards > > Bill > > > > > > *From:* Jayme > *Sent:* Sunday, August 5, 2018 10:18 AM > *To:* William Dossett > *Cc:* Darrell Budic ; users > *Subject

[ovirt-users] Re: Tuning and testing GlusterFS performance

2018-08-06 Thread Jayme
defaults were not set to optimize for virt. My gluster performance was as bad as the first time around 5Mb/sec on DD tests. After optimizing volumes for virt store it increased by 10x. If these settings are suppose to be applied by default it does not appear to be working as intended.. - Jayme On

[ovirt-users] python error in syslog of all hosts in new HCI default build

2018-08-07 Thread Jayme
Recently built a three host HCI with oVirt node 4.2.5. I am seeing the following error in each hosts syslog often. What does it mean and how can it be corrected? vdsm[3470]: ERROR Internal server error#012Traceback (most recent call last):#012 File "/usr/lib/python2.7/site-packages/yajsonrpc/__

[ovirt-users] Re: python error in syslog of all hosts in new HCI default build

2018-08-08 Thread Jayme
I'll check that out and let you know. I am not using vdo, so perhaps it's possible that the vdo python module does not get installed even though apparently it's still needed without vdo present On Wed, Aug 8, 2018, 1:08 AM Sahina Bose, wrote: > > > On Tue, Aug 7, 2018

[ovirt-users] Re: python error in syslog of all hosts in new HCI default build

2018-08-08 Thread Jayme
s! On Wed, Aug 8, 2018 at 8:18 AM, Jayme wrote: > I'll check that out and let you know. I am not using vdo, so perhaps it's > possible that the vdo python module does not get installed even though > apparently it's still needed without vdo present > > On Wed,

[ovirt-users] Invalid status on data centre after affinity enforcement rules run

2018-08-09 Thread Jayme
I have a newly built three node HCI glusterFS cluster (deployed with cockpit) running ovirt 4.2.5 I'm noticing that a few times a day I'm seeing the following event log: Invalid status on Data Center Default. Setting status to Non Responsive. In every single case it happens about 10 seconds afte

[ovirt-users] Is there a way to specify which volume is used for VM imports?

2018-08-14 Thread Jayme
I have multiple data volumes and when I import a VM from an NFS attached export domain the disk always gets created on on specific volume. I understand I can move the disk from one volume to another after the fact but is there a way I can specify which volume to use for the initial import? ___

[ovirt-users] Do I need to set VM vnic profile for GlusterFS network?

2018-08-15 Thread Jayme
I followed this guide to get my three node HCI cluster up and running: https://www.ovirt.org/blog/2018/02/up-and-running-with-ovirt-4-2-and-gluster-storage/ The docs were a bit out of date but most things matched up. I have configured an internal GlusterFS network on a separate subnet on 10Gbe sw

[ovirt-users] Failed to run check-update of host

2018-08-20 Thread Jayme
I have a fairly recent three node HCI setup running 4.2.5. I've recently updated hosted engine to the latest version (including yum updates). When I check for host updates through the engine gui I get the following error for all three of my hosts: Failed to check for available updates on host XX

[ovirt-users] Re: Failed to run check-update of host

2018-08-20 Thread Jayme
Actually I just figured out what was causing this. I disabled root logins in sshd config. On Mon, Aug 20, 2018 at 2:28 PM Jayme wrote: > I have a fairly recent three node HCI setup running 4.2.5. I've recently > updated hosted engine to the latest version (including yum updates)

[ovirt-users] Guide for setting up GlusterFS geo-replication?

2018-08-28 Thread Jayme
Is there an updated guide for setting up GlusterFS geo-replication? What I am interested in is having another oVirt setup on a separate server with glusterFS volume replicated to it. If my primary cluster went down I would be able to start important VMs on the secondary oVirt build until I'm able

[ovirt-users] Re: Guide for setting up GlusterFS geo-replication?

2018-08-28 Thread Jayme
Is it expected that choosing georeplication --> new in the Ovirt Gui does nothing or is that a bug? On Tue, Aug 28, 2018, 2:02 PM femi adegoke, wrote: > https://www.youtube.com/watch?v=UH8B7Nek0Nc > ___ > Users mailing list -- users@ovirt.org > To unsu

[ovirt-users] Re: Guide for setting up GlusterFS geo-replication?

2018-08-28 Thread Jayme
Hello, That video has good information but unfortunately it's about Site to Site DR, not GlusterFS georeplication. I'm looking for information regarding how to configure GlusterFS replication for use as disaster recovery. On Tue, Aug 28, 2018 at 2:32 PM femi adegoke wrote: > That youtube video

[ovirt-users] Re: Wrong network threshold limit warnings on 4.2.5

2018-08-31 Thread Jayme
I've been seeing these warnings myself, on 1Gb ovirtmanagement (glusterFS is 10Gbe backend). I haven't correlated to network graphs yet but I don't know what would be happening on my management network that would be exhausting 1Gb network. On Fri, Aug 31, 2018 at 3:27 AM Florian Schmid wrote: >

[ovirt-users] Re: Ovirt and gluster deployment - host name

2018-09-11 Thread Jayme
You do not need to define the gluster IPS or hostnames during the initial deployment. You deploy first then you setup the gluster network after. Serafh for the up and running with Ovirt 4.2 glusterfs guide, it's slightly dated but goes over how to setup the separate gluster network. On Tue, Sep 1

[ovirt-users] Re: Gluster deployment - Arbiter volume - different disk size - volumes sizes

2018-09-12 Thread Jayme
You don't really need a data and vmstore. Vmstore I believe iaeamt to be the new iso domain but even it is not needed as all data domains act the same. You can use a seperate data and vmstore domain because it will give you greater flexibility in terms of backing up thr volumes so you can choose

[ovirt-users] Re: oVirt + gluster with JBOD

2018-09-12 Thread Jayme
I am running a three server oVirt hyperconverged setup with JBOD disks. Two 2TB SSDs in JBOD per server. The configuration is working very well for me so far. On Wed, Sep 12, 2018 at 2:36 PM Donny Davis wrote: > JBOD is on the drop down when you do the setup for the volumes > > On Wed, Sep 12

[ovirt-users] Re: oVirt + gluster with JBOD

2018-09-12 Thread Jayme
Should also note that I am using replica 3 configuration with no arbiter for extra redundancy. On Wed, Sep 12, 2018 at 3:53 PM Jayme wrote: > I am running a three server oVirt hyperconverged setup with JBOD disks. > Two 2TB SSDs in JBOD per server. The configuration is working very well

[ovirt-users] Re: oVirt + gluster with JBOD

2018-09-13 Thread Jayme
Eduardo Mayoral. > > On 12/09/18 20:54, Jayme wrote: > > Should also note that I am using replica 3 configuration with no arbiter > for extra redundancy. > > On Wed, Sep 12, 2018 at 3:53 PM Jayme wrote: > >> I am running a three server oVirt hyperconverged s

[ovirt-users] Re: VM poor iops

2018-09-13 Thread Jayme
I had similar problems until I clicked "optimize volume for vmstore" in the admin GUI for each data volume. I'm not sure if this is what is causing your problem here but I'd recommend trying that first. It is suppose to be optimized by default but for some reason my ovirt 4.2 cockpit deploy did n

<    1   2   3   4   >