What Are You Doing Right Now
-
Having a rough day today
-
I normally have a rough go of it the first hour or two I am awake in the mornings... I'm definitely not a morning person... but today just seems off. I can't put my finger on it.... we'll chalk it up to lack of sleep.
-
I find that it is the lack of awake that often affects me more.
-
@dafyre said in What Are You Doing Right Now:
I normally have a rough go of it the first hour or two I am awake in the mornings... I'm definitely not a morning person... but today just seems off. I can't put my finger on it.... we'll chalk it up to lack of sleep.
I am normally really good in the morning... today felt like a Monday though...
-
Mine is more feeling purposeless in my job. I have a lot of good ideas on how to optimize but my company wants to live in the dark ages that are more costly and do less for us. The furstration's really getting to me. I go home every night and study my cert books to get my CCIE one day.
-
Setting up DNS for domain on a different provider than my registrar. Switchover to happen tonight.
-
Testing out KVM with .qcow2 on Gluster. Rather than mounting the GlusterFS over the network, I'm running Gluster on the hypervisor. That way I have local storage for the .qcow2 file, but it's replicated over the network to the other node. Just want to see how it works.
-
@johnhooks said in What Are You Doing Right Now:
Testing out KVM with .qcow2 on Gluster. Rather than mounting the GlusterFS over the network, I'm running Gluster on the hypervisor. That way I have local storage for the .qcow2 file, but it's replicated over the network to the other node. Just want to see how it works.
That is an interesting thought. I'd be interested in hearing how well that works.
-
@dafyre said in What Are You Doing Right Now:
@johnhooks said in What Are You Doing Right Now:
Testing out KVM with .qcow2 on Gluster. Rather than mounting the GlusterFS over the network, I'm running Gluster on the hypervisor. That way I have local storage for the .qcow2 file, but it's replicated over the network to the other node. Just want to see how it works.
That is an interesting thought. I'd be interested in hearing how well that works.
I'll let you know. It's on two ancient HP DL165's from like 2005, and has an old AMD. I'm not 100% sure that they have full hardware virtualization so I don't know how real world this test will be haha.
-
@johnhooks said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@johnhooks said in What Are You Doing Right Now:
Testing out KVM with .qcow2 on Gluster. Rather than mounting the GlusterFS over the network, I'm running Gluster on the hypervisor. That way I have local storage for the .qcow2 file, but it's replicated over the network to the other node. Just want to see how it works.
That is an interesting thought. I'd be interested in hearing how well that works.
I'll let you know. It's on two ancient HP DL165's from like 2005, and has an old AMD. I'm not 100% sure that they have full hardware virtualization so I don't know how real world this test will be haha.
A DL165 from that era should not. It is almost certainly disabled We have a DL145 G2 and DL145G3, both from that era, both disabled.
-
@scottalanmiller said in What Are You Doing Right Now:
@johnhooks said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@johnhooks said in What Are You Doing Right Now:
Testing out KVM with .qcow2 on Gluster. Rather than mounting the GlusterFS over the network, I'm running Gluster on the hypervisor. That way I have local storage for the .qcow2 file, but it's replicated over the network to the other node. Just want to see how it works.
That is an interesting thought. I'd be interested in hearing how well that works.
I'll let you know. It's on two ancient HP DL165's from like 2005, and has an old AMD. I'm not 100% sure that they have full hardware virtualization so I don't know how real world this test will be haha.
A DL165 from that era should not. It is almost certainly disabled We have a DL145 G2 and DL145G3, both from that era, both disabled.
I figured. I went into the BIOS and enabled the SVM or whatever theirs is called. Qemu still hit 110% during the install though, so there must be a lot of software emulation going on. On the plus side, Gluster only used 3% of CPU (during the install). Load only hit 1.4 on an 8 core system.
-
It should work good enough to provide some good testing, it seems.
-
That should be an interesting test.
-
-
@scottalanmiller said in What Are You Doing Right Now:
You should tell him if it starts with 192 it's Windows. If it starts with 10 then it's a Mac.
-
-
So I did some testing. No internet access on that network, so I did some very scientific write tests of dd'ing /dev/urandom and /dev/zero to a file. Was pretty slow, but I'm pretty sure that's because of all of the software emulation going on. However, the main thing I was interested in was the replication.
I made a couple new files in the VM. Shut it down on the first node, and booted it on the second. Everything was there. Didn't try to configure any auto-failover. But This was 100 times easier to set up than manually setting up DRBD.
-
Oh yes, Gluster is way easier than DRBD.
-
@scottalanmiller said in What Are You Doing Right Now:
Oh yes, Gluster is way easier than DRBD.
I think it makes more sense if you're just using image files for your VMs. If you're using LVM for a backing store then I guess DRBD would make sense (like with XS) but Gluster makes more sense in my mind for image files.
-
@scottalanmiller said in What Are You Doing Right Now:
Oh yes, Gluster is way easier than DRBD.
I equate Gluster being more of a replicated SAN than I do DRBD... Although I know they both accomplish the same thing, just in different ways.