Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] log: tests: skip fedora.img if journal is not available"
2008 Feb 12
4
Reg Disk space in guest domain with fedora img
Hi
I had installed Xen-3.0.4 in Scientific linux 4 (kernel version 2.6.16.33)
by following the instructions given in following link
project-xen.web.cern.ch/project-xen/xen/howto_slcXen.html
I ve created the guest Domain with fedora image of size 2.2GB , disk space
as 10GB and the domain started successfully . when i logged into the xm
console and checked the disk space its showing only 2.2GB ..
2013 Dec 23
2
[PATCH] tests/mountable: skip if btrfs is not available
This test uses btrfs, so skip it if the "btrfs" feature is not
available.
---
tests/mountable/test-internal-parse-mountable.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/tests/mountable/test-internal-parse-mountable.c b/tests/mountable/test-internal-parse-mountable.c
index ed3264e..bf03743 100644
--- a/tests/mountable/test-internal-parse-mountable.c
+++
2013 Dec 23
1
[PATCH] tests/mountable: skip if btrfs is not available
This test uses btrfs, so skip it if either the "btrfs" feature or the
btrfs filesystem is not available.
---
tests/mountable/test-internal-parse-mountable.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/tests/mountable/test-internal-parse-mountable.c b/tests/mountable/test-internal-parse-mountable.c
index ed3264e..0638fc0 100644
---
2012 Dec 06
3
LVM Checksum error when using persistent grants (#linux-next + stable/for-jens-3.8)
Hey Roger,
I am seeing this weird behavior when using #linux-next + stable/for-jens-3.8 tree.
Basically I can do ''pvscan'' on xvd* disk and quite often I get checksum errors:
# pvscan /dev/xvdf
PV /dev/xvdf2 VG VolGroup00 lvm2 [18.88 GiB / 0 free]
PV /dev/dm-14 VG vg_x86_64-pvhvm lvm2 [4.00 GiB / 68.00 MiB free]
PV /dev/dm-12 VG vg_i386-pvhvm lvm2
2002 Apr 08
2
ext3 on an logical volume - snapshot using how?
Hi everybody!
I'm using LVM and ext3 and am very satisfied with it.
But now I have the following problem:
I have a filesystem on a LV which is in use -
files are created, modified and so on.
To do a backup I'd like to create a snapshot
of this volume which gets backup'd and then dropped.
# lvcreate -s -L 20M -n snapshot /dev/vg/data
lvcreate -- WARNING: the snapshot will be
2003 Jan 17
2
read.table bug in Mac OS X (PR#2469)
Full_Name: George W. Gilchrist
Version: 1.6.2
OS: OS X
Submission from: (NULL) (128.239.124.126)
Start with a tab-delimited or comma-delimited text file created on the Mac and
use read.table("filename.txt", header=T) to read it in. When the first column of
the file contains a character vector, and there is a header line, the first
letter of the first column of the fifth row is appended
2012 Apr 16
2
libvirt slow responding after define poool with existing VG with some other lv
If I add VG with some other lv-s to libvirt pool then libvirt slow
responding. How to fix it?
<pool type='logical'>
<name>LVM_MAIN</name>
<uuid>a2713bed-ad4a-fb79-83b5-65a9e8f1094e</uuid>
<capacity>0</capacity>
<allocation>0</allocation>
<available>0</available>
<source>
2003 May 14
1
lme speedup question
I am hoping someone will be kind enough to have a look at the following piece of code and tell me if there is a way to run lme() so it is a lot faster. The inner loop, j in 1:15000, takes about 2 hrs on my 2.8GHz dual Xeon 4GB RAM machine. The timings I have done show the dominant execution time is in lme.
options(contrasts=c("contr.sum", "contr.sum"))
2010 Nov 03
3
How to make the sum of a ${VARIABLE} + 1 ??
Hello,
I have this in my dialplan :
exten => s,n,Set(vgLabel=vg(${number}+1))
exten => s,n,GoTo(${vgLabel})
But in stead of vgLabel becoming the SUM of 2 numbers, it is just a string :
[Nov 3 16:17:27] -- Executing [s at macro-f:43]
Set("SIP/test-00000002", "vgLabel=vg(1+1)") in new stack
[Nov 3 16:17:27] -- Executing [s at macro-f:44]
2010 Oct 29
2
wilcox.test; data type conversion?
I'm working on a quick tutorial for my students, and was planning on
using Mann-Whitney U as one of the tests.
I have the following (fake) data
grade <- c("MVG", "VG", "VG", "G", "MVG", "G", "VG", "G", "VG")
sex <- c( "male", "male", "female", "male",
2008 Mar 07
2
LVM VG disappears after kernel upgrade on 5.1
I finally got 5.1 to boot after install (install couldn't keep the disk IDs
from getting crossed up, so at reboot partitions were not where install
said they would be).
I needed to compile vmware and nvidia modules, but decided to upgrade
first. Told yumex to upgrade everything.
When I went to reboot the VG with / on it is not seen by the kernel. (root
partition is LVM on top of RAID
2015 Jun 24
1
Re: [PATCH 6/7] tests: Add tests using a captive daemon process.
In data martedì 23 giugno 2015 23:49:54, Richard W.M. Jones ha scritto:
> This allows us to test the daemon running as a host process, allowing
> us to meaningfully test it using valgrind.
>
> This commit only adds a single test that check that the daemon starts
> up, can be pinged, and exits.
> ---
> [...]
> .gitignore | 1 +
> Makefile.am
2011 Aug 31
1
[PATCH node] fix install when VG exists on disk
This only affects non-HostVG volume groups.
rhbz#733578
Signed-off-by: Mike Burns <mburns at redhat.com>
---
scripts/storage.py | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/scripts/storage.py b/scripts/storage.py
index 5f7f0e3..047bcd1 100644
--- a/scripts/storage.py
+++ b/scripts/storage.py
@@ -90,13 +90,19 @@ class Storage:
vg =
2010 May 28
1
Multi-partition domain not recognizing extra partitions
Hello,
I have been having an annoying problem with a multi-partition domain. This
domain has a separate partition for : /, /home, /usr, /var, /tmp and /data.
I created it using xen-tools and the custom partitionning scheme option. The
partitions are inside a LVM.
When I boot the domain, it mounts the / and swap partition but none of the
others. Therefore it doesn''t work... I get the
2016 Sep 03
4
mounting lvm2
CentOS 7 for everything
I am probably never using lvm again. I have never not once actually
benefited from its capabilities but this is probably the third or fourth
time it has gotten in my way.
Issue is that I use the tools so rarely that I can't recall what needs
to be done to properly mount the drives on another system and finding
that info on the web is becoming more difficult as the
2014 Jul 25
1
LVM - VG directory not being created
Hi all,
I'm not sure if this is the right place to ask, but it's worth a shot.
I have installed CentOS 6.5 on one of our servers, and have just installed
SolusVM.
I have also set up LVM, with a PV on /dev/sda4 (which is GPT formatted, and
3.12TB is size).
The problem I'm having is that when I create the VG, it will not show up
under /dev/<VG-name>, which it's supposed to
2015 Feb 28
1
Looking for a life-save LVM Guru
Dear James,
Thank you for being quick to help.
Yes, I could see all of them:
# vgs
# lvs
# pvs
Regards,
Khem
On Sat, February 28, 2015 7:37 am, James A. Peltier wrote:
>
>
> ----- Original Message -----
> | Dear All,
> |
> | I am in desperate need for LVM data rescue for my server.
> | I have an VG call vg_hosting consisting of 4 PVs each contained in a
> | separate
2016 May 06
2
resize lvm
>
> From: Scott Robbins <scottro11 at gmail.com>
> Date: May 06, 2016 12:32:55 PM
> To: CentOS mailing list <centos at centos.org>
> Subject: Re: [CentOS] resize lvm
>
> On Fri, May 06, 2016 at 06:19:35PM +0000, Wes James wrote:
>
> I have a laptop that I put centos 7 on and I started out with a 30gig
partition. I resized the other part of the disk to allow
2011 Feb 25
3
can't create large LVM, even though pvscan shows enough space left
I'm trying to create a 500GB lv volume on a 500GB physical volume, but can't:
[root at francois-pc ~]# pvscan
PV /dev/sdd VG freenas lvm2 [500.00 GB / 500.00 GB free]
PV /dev/sdc VG thecus lvm2 [1010.00 GB /
910.00 GB free]
PV /dev/mapper/ddf1_RAIDp2 VG VolGroup00 lvm2 [931.25 GB / 0 free]
Total: 3 [2.38 TB] / in use: 3 [2.38 TB]
2013 Feb 04
3
Questions about software RAID, LVM.
I am planning to increase the disk space on my desktop system. It is
running CentOS 5.9 w/XEN. I have two 160Gig 2.5" laptop (2.5") SATA drives
in two slots of a 4-slot hot swap bay configured like this:
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End