Displaying 9 results from an estimated 9 matches for "lvroot".
Did you mean:
lv_root
2014 Jul 16
1
anaconda, kickstart, lvm over raid, logvol --grow, centos7 mystery
...y --ondrive=sdb --grow
raid /boot --fstype="xfs" --device="md0" --level=RAID1 raid.01 raid.11
raid pv.01 --fstype="lvmpv" --device="md1" --level=RAID1 raid.02 raid.12
volgroup vg0 pv.01
logvol / --fstype="xfs" --grow --size=4096 --name=lvRoot --vgname=vg0
logvol swap --fstype="swap" --size=2048 --name=lvSwap --vgname=vg0
If i only add --maxsize=13164 everything is working.
(but after install i have 640MB in 20 Free PE in vg0, for details see "after --maxsize install")
logvol / --fstype="xfs"...
2011 May 25
3
Re: (XEN) Scrubbing Free RAM........................ Reboot
...e that you do not have to rerun grub after making changes to this file
> # NOTICE: You have a /boot partition. This means that
> # all kernel and initrd paths are relative to /boot/, eg.
> # root (hd0,0)
> # kernel /vmlinuz-version ro root=/dev/mapper/vg_f14-lvroot
> # initrd /initrd-[generic-]version.img
> #boot=/dev/cciss/c0d0
> default=0
> timeout=10
> splashimage=(hd0,0)/grub/splash.xpm.gz
> #hiddenmenu
> title Fedora (2.6.35.13-91.fc14.x86_64)
> root (hd0,0)
> kernel /vmlinuz-2.6.35.13-91.fc14.x86_64 ro...
2013 Jan 22
2
Re: Problems to start a xen DomU using a logical volume.
...ion:
default=0
timeout=5
selinux=0
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title CentOS (3.7.1-3.el6xen.x86_64)
root (hd0,0)
kernel /xen.gz dom0_mem=40000M cpufreq=xen dom0_max_vcpus=1
dom0_vcpus_pin
module /vmlinuz-3.7.1-3.el6xen.x86_64 ro
root=/dev/mapper/vg_xen-lvroot rd_NO_LUKS LANG=en_US.UTF-8 KEYBOARDTYPE=pc
KEYTABLE=us-acentos rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=auto
rd_LVM_LV=vg_xen/lvroot rd_NO_DM rhgb quiet
module /initramfs-3.7.1-3.el6xen.x86_64.img
*Am I missing something*
--
Leomauricio
_______________________________________...
2007 Jun 25
1
I/O errors in domU with LVM on DRBD
...nhostB {
device /dev/drbd0;
disk /dev/sda3;
address 172.16.0.31:7788;
meta-disk internal;
}
}
LVM
# pvscan
PV /dev/drbd0 VG VGvm1 lvm2 [15.54 GB / 3.05 GB free]
# lvscan
ACTIVE ''/dev/VGvm1/LVroot'' [10.00 GB] inherit
ACTIVE ''/dev/VGvm1/LVtmp'' [500.00 MB] inherit
ACTIVE ''/dev/VGvm1/LVswap'' [2.00 GB] inherit
lvm.conf has;
filter = [ "r|/dev/sda3|", "a|/dev/drbd0|" ]
My xen domU conf
import os, re
arc...
2011 Jul 14
3
How Can I install xen 3.4.2 from source code
Hello everyone:
I am currently install xen 3.4.2 on centOS 5.5 with linux
kernel version 2.6.18.8.
It works during the procedure make dist -j 4 and make install -j4, but
when I make the
initrd image of xen it shows the following error:
Looking for deps of module pata_marvell
No module pata_marvell found for kernel 2.6.18.8-xen, aborting.
How can I fix it?
Thanks.
2010 Nov 13
1
Reproducible kernel (2.6.36) oops with several simultaneus btrfs mounts
...f (it was a
desktop setup, after all), but it''s still 250M download (with xz
compression) and 1.5G uncompressed.
I can reliably reproduce the issue with the following commands:
qemu-system-x86_64 -kernel vm-kernel-2.6.36.img -initrd vm-initrd.lzma\
-append ''ro root=/dev/ram0 lvroot=LABEL=root lvetc=LABEL=etc console=ttyS0''\
-drive file=vm-disk.qcow2,if=virtio -nographic -monitor null -serial pty &
screen /dev/pty/X
(to attach to pty device, echoed by qemu)
You can omit -nographic, -serial and -monitor qemu options and
"console=" cmdline to run...
2012 Apr 13
1
harddisk partition not created right with centos 5.7
...cat > /tmp/partmap.ks <<EOPM
*clearpart --all --initlabel --drives=sda
*part swap --fstype swap --asprimary --size=16000
part /boot --fstype ext3 --size=400 --asprimary --fsoptions=noatime,defaults
part pv.01 --size=1 --grow
volgroup jmpvgnocf pv.01
logvol / --fstype ext3 --name=lvroot --vgname=jmpvgnocf --size=1 --grow
--fsoptions=noatime,defaults
logvol swap --fstype swap --name=lvswap --vgname=jmpvgnocf --size=$swap_size
EOPM
LV Name always shows /dev/volGroup00/LogVol00.
*my VM partition code looks like*
cat > /tmp/partmap.ks <<EOOPM
clearpart --all --initlabel
#...
2012 Jun 23
3
How to upgrade from 5.8 to 6.2
Good day,
Please am new on CentOS, may you help me with the upgrade from 5.8 to
6.2 using?
Thanks a lot
--
--
You Truly
Eric Kom
System Administrator - Metropolitan College
_________________________________________
/ You are scrupulously honest, frank, and \
| straightforward. Therefore you have few |
\ friends. /
-----------------------------------------
2014 May 20
1
[Fwd: Re: Samba3 -> Samba4 migration]
...ronment :
Red Hat Enterprise Linux Server release 6.5 (Santiago)
samba 4.1.6 compiled from source using
configure && make && make install
I had to use this patch after getting the erros mentioned :
https://patchwork.samba.org/patch/269/
Here is my /etc/fstab
/dev/mapper/VGint-lvroot / ext4
defaults,acl,user_xattr,barrier=1 1 1
UUID=9db6e7fd-4e2a-4a70-82d8-03d2848ebf4b /boot ext4
defaults 1 2
/dev/mapper/VGint-lvprodutos /produtos ext4 defaults
1 2
/dev/mapper/VGint-lvvar /var ext4 defa...