Displaying 20 results from an estimated 58 matches for "vg1".
Did you mean:
v1
2017 Jul 26
0
[PATCH 2/2] tests: lvm: Make the lvm_set_filter test easier to understand.
...++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/tests/lvm/test-lvm-filtering.sh b/tests/lvm/test-lvm-filtering.sh
index 0c8b8803a..abb88ae6c 100755
--- a/tests/lvm/test-lvm-filtering.sh
+++ b/tests/lvm/test-lvm-filtering.sh
@@ -40,22 +40,22 @@ pvcreate /dev/sdb1
vgcreate VG1 /dev/sda1
vgcreate VG2 /dev/sdb1
-# Should see VG1 and VG2
+echo Expect VG1, VG2
vgs
-# Should see just VG1
+echo Expect VG1, VG1
lvm-set-filter /dev/sda
vgs
lvm-set-filter /dev/sda1
vgs
-# Should see just VG2
+echo Expect VG2, VG2
lvm-set-filter /dev/sdb
vgs
lvm-set-filter /dev/sdb1...
2007 Apr 27
9
can''t mount vfat fs on lvm created by winxp guest
Greetings,
I''ve had no success with mounting a vfat file system created by a
Windows XP guest on a lvm volume.
# mount -t vfat /dev/vg1/win1 /mnt/
mount: wrong fs type, bad option, bad superblock on /dev/vg1/win1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
# dmesg
FAT: invalid media value (0xb9)
VFS: Can''t find a valid FAT filesystem on dev d...
2008 Aug 17
2
mirroring with LVM?
I'm pulling my hair out trying to setup a mirrored logical volume.
lvconvert tells me I don't have enough free space, even though I have
hundreds of gigabytes free on both physical volumes.
Command: lvconvert -m1 /dev/vg1/iscsi_deeds_data
Insufficient suitable allocatable extents for logical volume : 10240
more required
Any ideas?
Thanks!,
Gordon
Here's the output from the lvconvert with verbose and debugging turned on:
# lvconvert -vvv -d -m1 /dev/vg1/iscsi_deeds_data
Processing: lvconvert -vvv -d -...
2006 Dec 06
5
LVM & volume groups
Can anybody tell me if it makes a difference if domU''s have separate LVM
volume groups?
For instance, the Xen User Manual
( http://tx.downloads.xensource.com/downloads/docs/user/#SECTION03330000000000000000) says, when setting up a domU''s disks with LVM, to do a
vgcreate vg /dev/sda10
Should each domU have it''s own volume group, or can all the domU''s share
2010 Feb 28
3
puzzling md error ?
...6e06b
Events : 0.62
Number Major Minor RaidDevice State
0 8 65 0 active sync /dev/sde1
1 8 81 1 active sync /dev/sdf1
I don't see anything wrong here ?
lvm shows no problems I detect either...
# vgdisplay vg1
Volume group "vgdisplay" not found
LV VG Attr LSize Origin Snap% Move Log Copy% Convert
glassfish vg1 -wi-ao 10.00G
lv1 vg1 -wi-ao 97.66G
oradata vg1 -wi-ao 30....
2010 Jan 21
1
/proc/mounts always shows "nobarrier" option for xfs, even when mounted with "barrier"
...onfusing situation today. When I mount an xfs filesystem on
a server running centos 5.4 x86_64 with kernel 2.6.18-164.9.1.el5, the
barrier/nobarrier mount option as displayed in /proc/mounts is always
set to "nobarrier"
Here's an example:
[root at host ~]# mount -o nobarrier /dev/vg1/homexfs /mnt
[root at host ~]# grep xfs /proc/mounts
/dev/vg1/homexfs /mnt xfs rw,attr2,nobarrier,noquota 0 0
[root at host ~]# mount | grep xfs
/dev/mapper/vg1-homexfs on /mnt type xfs (rw,nobarrier)
[root at host ~]# mount -o barrier /dev/vg1/homexfs /mnt
[root at host ~]# grep xfs /proc/mounts...
2012 Aug 01
1
libguestfs question - multiple partitions in the guest
On Wed, Aug 01, 2012 at 11:47:14AM -0500, Shawn Kennedy wrote:
> Problem:
> When trying to inspect the guest using a command like 'virt-ls', we
> get back:
>
> ~]# virt-ls -d guest /path
> virt-ls: multi-boot operating systems are not supported by the -i option
What does virt-inspector2 [this is RHEL 6] display for this guest?
virt-inspector2 -d guest
virt-ls
2017 Jul 26
5
[PATCH 0/2] daemon: Reimplement handling of lvm.conf and filters.
Simplify how we handle lvm.conf.
2010 Jul 19
3
Accessing console for Xen 4.0 with 2.6.31 pvops kernel on Dell Poweredge R610
...worked with this sort of config before? Is there anything else I
can specify on the kernel/module line so that all
the bootup messages are visible?
Below is my grub menu:
title Red Hat Enterprise Linux Server (2.6.18-164.6.1.el5)
root (hd0,0)
kernel /vmlinuz-2.6.18-164.6.1.el5 ro root=/dev/vg1/root
initrd /initrd-2.6.18-164.6.1.el5.img
title Xen 4.0 - Linux 2.6.31.13 pvops
root (hd0,0)
kernel /xen.gz noreboot loglvl=all guest_loglvl=all iommu=1
module /vmlinuz-2.6.31.13 ro root=/dev/vg1/root loglevel=10
swiotlb=force earlyprintk=xen console=hvc0
module /initrd-2.6.31...
2012 Sep 06
2
C6 VM text install not recognizing LV
Hi,
I am trying to install a C6 VM on C6 using the text installer using:
# virt-install -n C6_1 -r 3072 --os-variant=rhel6 -l \
ftp://ftp.nluug.nl/site/centos.org/CentOS/6.3/os/x86_64/ --disk \
path=/dev/VG1/vm_c6_1 -w network:default --nographics \
-x "console=ttyS0" --autostart
/dev/VG1/vm_c6_1 has been successfully created. The installation starts
but once I get to the disk partitioning no disk is listed and I cannot
continue the installation.
Even worse, if I press space on the empty li...
2008 Jun 25
6
dm-multipath use
Are folks in the Centos community succesfully using device-mapper-multipath?
I am looking to deploy it for error handling on our iSCSI setup but there
seems to be little traffic about this package on the Centos forums, as far
as I can tell, and there seems to be a number of small issues based on my
reading the dm-multipath developer lists and related resources.
-geoff
Geoff Galitz
Blankenheim
2014 May 31
4
[long] major problems on fs; e2fsck running out of memory
...ow.
After quite a while between reboots, I saw a report on the console that
the filesystem was inconsistent and could not be automatically repaired.
After some aborted tests (which I did not log, unfortunately, I was able
to get this far:
# head fsck.out
fsck from util-linux-ng 2.17.2
/dev/mapper/vg1--sdb-lv_vz contains a file system with errors, check forced.
# time passes, progress bar gets to 51.8% with no problems, then
Pass 1: Checking inodes, blocks, and sizes
Inode 266338321 has imagic flag set. Clear? yes
Inode 266338321 has a extra size (34120) which is invalid
Fix? yes
Inode 2663...
2018 Jan 12
5
[PATCH 1/1] appliance: init: Avoid running degraded md devices
...eanup ()
+{
+ status=$?
+ set +e
+
+ # Don't delete the output files if non-zero exit
+ if [ "$status" -eq 0 ]; then rm -f $disk1 $disk2; fi
+
+ exit $status
+}
+trap cleanup INT QUIT TERM EXIT
+
+# Create 2 disks partitioned as:
+# sda1: 20M MD (md127)
+# sda2: 20M PV (vg1)
+# sda3: 20M MD (md125)
+#
+# sdb1: 20M PV (vg0)
+# sdb2: 20M PV (vg2)
+# sdb3: 20M MD (md125)
+#
+# lv0 : LV (vg0)
+# lv1 : LV (vg1)
+# lv2 : LV (vg2)
+# md127 : md (sda1, lv0)
+# md126 : md (lv1, lv2)
+# md125 : md (sda3, sdb3)
+# vg3 : VG (md125)
+# lv3 : LV (vg3)
+
+guestfish <<...
2014 Oct 09
1
live migration to localhost with lvm based storage
I have lvm based (thin pool) storage on local disks. I need to move
vps from one vg on one disk to another. Does it possible to migrate to
localhost with blockcopy migration to another vg?
I'm understand that i can move lv from one vg to another, but i don't need that.
--
Vasiliy Tolstov,
e-mail: v.tolstov@selfip.ru
jabber: vase@selfip.ru
2009 Jun 10
2
plot two variograms on a same graph
Hi,
I would know how to plot two variograms on a same graph. I can plot one by one but I would draw both on the same one.
Is it possible? Do i need any special package?
Thanks!
Cordialement
Damien Landais
2013 Mar 05
1
ubuntu, libvirt and virtio block devices
...mbuilder, and then
migrated those from their .qcow files to lvm. However, those virtual
machines are still using disk type "file":
Code:
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/dev/vg1/lvname'/>
<target dev='hda' bus='ide'/>
<alias name='ide0-0-0'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
Now I've noticed that this disk should probably have typ...
2007 Oct 19
2
Using raid 1 for rollback purposes
Hi All,
For quite some time I've used raid 1 as a means of providing a
rollback mechanism for an upgrade (which I learned from others long
ago). So essentially, before an upgrade you split the mirrors and
upgrade one side or the other. If your upgrade goes well you sync one
way, if your upgrade does not you sync the other (much hand waving and
chanting going on, as its more complicated than
2010 May 12
25
Install ubunto domU
Dear *,
I''m more used to work with RedHat like OSes. Still, I did not denied the
request from a user who wants a domU based on ubunto. I usually use
virt-install to do the job, with a script similar to this one:
#!/bin/sh
BASE=SL-4.7-i386-pv \
virt-install --nographics \
--nonsparse \
--paravirt \
--noreboot \
2011 Jan 18
4
Error bringing up VMs with Xen 4.0.1 + 2.6.18-194.32.1.el5xen CentOS Dom0
...2.6.18-194.32.1.el5xen CentOS Dom0. I built
and installed the Xen binaries from source. The systems boot successfully
however I am having issues bring up DomUs. Here is config:
name = ''xyz''
memory = 256
vcpus = 1
pae = 1
vnc = 1
vncunused = 1
disk = [ ''phy:/dev/vg1/xyz,hda,w'' ]
vif = [ ''type=netfront,bridge=xenbr0,mac=04:01:3e:00:04:62'' ]
builder = ''hvm''
kernel = ''/usr/sbin/hvmloader''
boot = ''c''
device_model = ''/usr/sbin/qemu-dm''
When I do an xm create...
2006 Aug 18
2
Error: Kernel image does not exist: /boot/vmlinuz-2.6.16-xen3_86.1_rhel4.1
...from a running Dom0):
reproach:~ # mount /dev/hda7 /mnt/hda7
# Verify that the desired device has been exported to the guest domain:
reproach:~ # grep phy /etc/xen/vm/rhas4
# Each disk entry is of the form phy:UNAME,DEV,MODE
disk = [ ''phy:hda7,hda7,w'' ]
# disk = [ ''phy:vg1/orabase1,/oracle/orabase1,w'' ]
# disk = [ ''phy:vg1/oas1,vg1,/oracle/oas1,w'' ]
# Verify that the /etc/fstab file in the guest domain agrees with the
exported
# name of the desired device:
reproach:~ # grep hda7 /mnt/hda7/etc/fstab
/dev/hda7 /...