Displaying 20 results from an estimated 1000 matches similar to: "Xen/KVM guest disk sizes"
2013 Oct 09
1
RDMA status in Gluster 3.4.1 (mounts hanging)
On Tue, 8 Oct 2013 16:18:23 -0700
Shane StClair <shane at axiomalaska.com> wrote:
<snip>
> ... I'd suggest that if the resource don't exist to
> address this issue by 3.4.2 that a warning be issued when creating an RDMA
> volume, or perhaps that RDMA volume creation be disabled altogether.
We should do this. It's is a very good idea. :)
+ Justin
--
Justin
2013 Sep 29
1
set up a Gluster 2 node cluster in two lines of code :)
Hi gluster !
For those of you who need to spin up virtual gluster clusters for
development and testing:
Just finished creating a vagrantized, fully automated, totally rebuildable
and teardownable two node fedora 19 gluster setup and shared it on the
forge!
It uses fedora19 but since its all vagrant powered, you dont need to grab
or download a distro or iso or anything, just clone the git repo,
2010 Aug 30
3
Decent How-To now on the wiki for setting up Transport Layer Security
Hi all,
For anyone that's interested in setting up TLS with libvirt, but hasn't
gotten around to it yet, there's a decent guide on the wiki now:
http://wiki.libvirt.org/page/TLSSetup
It's user focused (ie SysAdmin's), and has lots of pics explaining
concepts, plus shows what needs to be done, and shows how to do it.
Please note, it doesn't cover SASL, it's just
2013 Sep 24
4
NFS crashes on Gluster 3.4.0
Hi,
since we switched to NFS(due to many small files) we are experiencing heavy problems with Glusters NFS daemon. About once a day, the Gluster NFS process just crashes on one of the machines and doesn't come up again until I issue a restart of the Gluster daemon on that node. Sometimes the crashed node will even crash again after the restart.
We have a ~2TB volume with 6 bricks on 5
2010 Dec 21
2
Anyone interested in forming a libvirt "docs" team?
Hi all,
There's a lot of documentation for libvirt that needs improving, so wondering
if anyone would be interested in forming a libvirt "docs" team to help make
that happen?
While some of the documentation needs people familiar with specific pieces
of libvirt, there's also a lot that doesn't, and just needs people with some free
time and willingness to help.
Anyone up for
2010 Oct 01
3
Monitoring and statistics through libvirt
Hi folks,
is it possible to monitor and gather statistics in realtime (CPU,
memory, HDD, network, ... - something like dstat) of guest systems
with libvirt through console from host system (KVM based)? If yes, do
those guests need to be created through libvirt? Thanks for your help
and time.
2013 Jul 09
1
tips/nest practices for gluster rdma?
Hey guys,
So, we're testing Gluster RDMA storage, and are having some issues. Things
are working...just not as we expected them. THere isn't a whole lot in the
way, that I've foudn on docs for gluster rdma, aside from basically
"install gluster-rdma", create a volume with transport=rdma, and mount w/
transport=rdma....
I've done that...and the IB fabric is known to be
2013 Jul 15
4
GlusterFS 3.4.0 and 3.3.2 released!
Hi All,
3.4.0 and 3.3.2 releases of GlusterFS are now available. GlusterFS 3.4.0
can be downloaded from [1]
and release notes are available at [2]. Upgrade instructions can be
found at [3].
If you would like to propose bug fix candidates or minor features for
inclusion in 3.4.1, please add them at [4].
3.3.2 packages can be downloaded from [5].
A big note of thanks to everyone who helped in
2010 Oct 04
1
Mounting an lvm
I converted a system disk from a virtualbox
VM and added to the config on a qemu VM.
All seems well until I try to mount it. The
virtual machine shows data for the disk
image using commands like:
pvs
lvs
lvdisplay xena-1
but there is no /dev/xena-1/root to be
mounted. I also cannot seem to figure out
whether the lvm related modules are available
for the virtual machine kernel.
Has anyone
2011 Feb 14
1
connecting to virtualbox with libvirt
I am trying to connect to the virtualbox hypervisor through libvirt. If I
am doing it correctly,
virsh -c vbox:///session
should get me connected. I am on F14 64 bit. I tried this with both vbox
3.2 and 4.02. I keep getting the following error:
error: no connection driver available for vbox:///session.
What am I missing?
Thanks,
Gary
-------------- next part --------------
An HTML
2005 Nov 21
4
Server question - if you had ...
If you had $3,000 for a new Icecast2 streaming server, what would you
buy?
What box, hard drives, LAN cards, etc.?
The project I am involved with is helping community groups in UK webcast
live public meetings and events. Democaster also archives Icecast
streams for on-demand streaming or download. We are focused on high
accessibility and low cost. See: http://dowire.org/wiki/Democaster
Because
2010 Sep 14
1
New wiki pages with libvirt SSH setup instructions
Hi all,
Just added some new pages to the wiki, this time covering how to
configure remote access to libvirt through SSH, not using root:
http://wiki.libvirt.org/page/SSHSetup <--- entry page
http://wiki.libvirt.org/page/SSHPolicyKitSetup
This has details for several different Linux distributions:
* RHEL 5 & 6
* Fedora 11-13
* Centos 5 & 6
* Ubuntu 10.04 Server
2009 May 18
6
[LLVMdev] llvm-java
Hello,
I'm working on a project to remove unnecessary array bound checks in
Java. For this purpose I will need to use llvm-java.
What is the state of llvm-java? Can someone explain how to build and use it?
I saw some old emails on the list, and some about a SoC 2008 on Java,
but I didn't find anything regarding its current state and documentation.
Regards,
--
Andre Tavares
Master
2009 Jul 06
4
[LLVMdev] LLVM Graph Representation
I'm developing the ABCD algorithm for LLVM, and I will need to store
some information as a digraph.
I was thinking of a list of adjacency, implemented with a
map<Instruction, Set<Node>>. The node would have an Instruction and a
value. I opted for map and set, because I will create the graph once and
will search on it a bunch of times, and will never remove a node.
Is there
2004 Aug 11
2
GLM with binomial distribution: a bug?
I?m trying to run a factorial model with binomial error distribution on R
program but I had some problems. I'm quite sure it is a bug and would like to
know if it was alread corrected. The output don?t gives me the effects of
factors, it mix the names of factors with the names of factor?s levels. For
instances: specieserythroxylum ('species? is the name of the factor
and
2009 May 18
0
[LLVMdev] llvm-java
Hello,
LLVM-Java has been rendered obsolete by http://vmkit.llvm.org/ so look into using VMKit instead.
--Sam
----- Original Message ----
> From: Andre Tavares <andrelct at dcc.ufmg.br>
> To: LLVMdev at cs.uiuc.edu
> Sent: Monday, May 18, 2009 10:09:42 AM
> Subject: [LLVMdev] llvm-java
>
> Hello,
>
> I'm working on a project to remove unnecessary array
2011 Feb 23
13
SIL3114 and sparc solaris 10
Perhaps a bit off-topic (I asked on the rescue list --
http://web.archiveorange.com/archive/v/OaDWVGdLhxWVWIEabz4F -- and was
told to try here), but I am kinda shooting in the dark: I have been
finding online scattered and vague info stating that this card can be
made to work with a sparc solaris 10 box
(http://old.nabble.com/eSATA-or-firewire-in-Solaris-Sparc-system-td27150246.html
is the
2010 May 31
1
Working example of logical storage pool and volume creation?
Hi all,
Does anyone have a working example of creation of a logical storage pool
and volume?
I'm hitting a wall getting logical volumes to work on RHEL 6 beta.
There's a single drive I'm trying to setup (sdc) as a libvirt managed
logical storage pool, but all volume creation on it fails.
Here's what I'm finding so far:
Prior to any storage pool work, only the host
2012 Jul 16
1
Using virsh to load scripts for the guest machine
Right on the top of
http://www.centos.org/docs/5/html/5.2/Virtualization/chap-Virtualization-Managing_guests_with_virsh.html,
it seems to imply you can load/send scripts to the vm guest using virsh.
Is that possible? How and what are the limitations? Can you query the vm
guest?
2010 Sep 28
2
Importing images
I have a dual boot machine and would love to import the Windows image into a
VM. I've checked the documentation and Google and have not seen anything
mentioned about this.
Is it possible?
Cheers,
Kev