Skip to content

Instantly share code, notes, and snippets.

@jeremyroman
Created March 10, 2012 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyroman/2012313 to your computer and use it in GitHub Desktop.
Save jeremyroman/2012313 to your computer and use it in GitHub Desktop.
glomag sadness
(initramfs) lvm pvdisplay
--- Physical volume ---
PV Name /dev/sde2
VG Name bah
PV Size 148.11 GiB / not usable 355.50 KiB
Allocatable yes
PE Size 4.00 MiB
Total PE 37917
Free PE 37917
Allocated PE 0
PV UUID k5Rh78-WOHp-mrVz-zcVZ-ZsWE-lbJx-zWT04V
--- Physical volume ---
PV Name /dev/sdc2
VG Name vg2
PV Size 697.69 GiB / not usable 1.69 MiB
Allocatable yes
PE Size 4.00 MiB
Total PE 178607
Free PE 178607
Allocated PE 0
PV UUID gBqyc3-Hny8-6zf7-BTRZ-AL2p-5rfT-i9lQHr
--- Physical volume ---
PV Name /dev/md1
VG Name vg1
PV Size 596.17 GiB / not usable 208.00 KiB
Allocatable yes
PE Size 4.00 MiB
Total PE 152620
Free PE 137260
Allocated PE 15360
PV UUID Qvfvcq-GBEm-poY3-jS79-3obe-S3T6-Ycr9ae
(initramfs) lvm vgdisplay
--- Volume group ---
VG Name bah
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 0
Open LV 0
Max PV 0
Cur PV 1
Act PV 1
VG Size 148.11 GiB
PE Size 4.00 MiB
Total PE 37917
Alloc PE / Size 0 / 0
Free PE / Size 37917 / 148.11 GiB
VG UUID hl3u6g-oS1t-F0Hr-9Cxu-q7dy-FTyo-xu5Zp3
--- Volume group ---
VG Name vg2
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 2
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 0
Open LV 0
Max PV 0
Cur PV 1
Act PV 1
VG Size 697.68 GiB
PE Size 4.00 MiB
Total PE 178607
Alloc PE / Size 0 / 0
Free PE / Size 178607 / 697.68 GiB
VG UUID FpevxP-oVEN-DYkh-B8y4-fdGl-rnYk-buRCIS
--- Volume group ---
VG Name vg1
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 4
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 1
Open LV 0
Max PV 0
Cur PV 1
Act PV 1
VG Size 596.17 GiB
PE Size 4.00 MiB
Total PE 152620
Alloc PE / Size 15360 / 60.00 GiB
Free PE / Size 137260 / 536.17 GiB
VG UUID YlHcLq-5Qs6-ZefH-A2Ct-ZeFa-g49X-GieBR0
(initramfs) lvm lvdisplay
--- Logical volume ---
LV Name /dev/vg1/caffeine
VG Name vg1
LV UUID MqerBd-f772-0sjr-MOTu-SnyS-jFbV-CcovgR
LV Write Access read/write
LV Status NOT available
LV Size 60.00 GiB
Current LE 15360
Segments 1
Allocation inherit
Read ahead sectors auto
(initramfs) mdadm --detail /dev/md0
/dev/md0:
Version : 1.0
Creation Time : Sun Nov 1 04:55:22 2009
Raid Level : raid0
Raid Devices : 2
Total Devices : 1
Persistence : Superblock is persistent
Update Time : Sun Nov 1 04:55:22 2009
State : active, FAILED, Not Started
Active Devices : 1
Working Devices : 1
Failed Devices : 0
Spare Devices : 0
Chunk Size : 64K
Name : 'glomag':0
UUID : 71bd1a5b:eb2e55bd:3894c5e5:16e3f5b5
Events : 0
Number Major Minor RaidDevice State
0 8 48 0 active sync /dev/sdd
1 0 0 1 removed
(initramfs) mdadm --detail /dev/md1
/dev/md1:
Version : 1.0
Creation Time : Sun Nov 1 04:54:59 2009
Raid Level : raid1
Array Size : 625131728 (596.17 GiB 640.13 GB)
Used Dev Size : 625131728 (596.17 GiB 640.13 GB)
Raid Devices : 2
Total Devices : 2
Persistence : Superblock is persistent
Update Time : Sat Mar 10 17:20:29 2012
State : clean
Active Devices : 2
Working Devices : 2
Failed Devices : 0
Spare Devices : 0
Name : 'glomag':1
UUID : 46570c31:f5a7dbff:b211d6cb:ea07525a
Events : 1038
Number Major Minor RaidDevice State
0 8 0 0 active sync /dev/sda
1 8 16 1 active sync /dev/sdb
(initramfs) cat /etc/mdadm/mdadm.conf
DEVICE partitions
HOMEHOST <system>
ARRAY /dev/md0 level=raid0 UUID=71bd1a5b:eb2e55bd:3894c5e5:16e3f5b5
ARRAY /dev/md1 level=raid1 UUID=46570c31:f5a7dbff:b211d6cb:ea07525a
(initramfs) cat /proc/cmdline
BOOT_IMAGE=/vmlinuz-2.6.32-5-amd64 root=/dev/mapper/vg0-root ro console=tty0 console=ttyS0,115200n8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment