[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#375981: marked as done (initrd-tools: mkinitrd fails to find correct lvm2 root device with large number of volumes)



Your message dated Mon, 05 May 2008 10:23:24 +0200
with message-id <1209975804.450165.28653.nullmailer@xanadu.blop.info>
and subject line initrd-tools has been removed from Debian, closing #375981
has caused the Debian Bug report #375981,
regarding initrd-tools: mkinitrd fails to find correct lvm2 root device with large number of volumes
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
375981: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=375981
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initrd-tools
Version: 0.1.81.1
Severity: normal


This problem is also present in 0.1.84.1.

When trying to upgrade to the latest security release of the stock Debian 2.6.8
kernel the upgrade fails because of:

<snip>

/usr/sbin/mkinitrd: /dev/sdcs1: Unknown root device
                    Please refer to the manual page.
Failed to create initrd image.

There are two problems here. Firsly (and probably not important at
all) is the error above which occurs because:

# ls -ld /dev/sdcs1
brw-rw----  1 root disk 70, 1 May 23 13:57 /dev/sdcs1

and mkinitrd doesn't know that major 70, minor 1 is a scsi device.

More importantly is *why* mkinitrd thinks this could be a candidate
for a root device. This happens because on this system there are
multiple LVM devices, and the code in lvmdetect2 (line 220 in
mkinitrd) isn't correctly finding the devices matched to the root
device. 

The problem in lvmdetect2 is that after successfully finding the correct
logical volume associated to the root device, it will then read all
the remaining physical volumes from the output of vgdisplay -v instead
of terminating at the start of the next Volume group. This means that
on the system in question it thinks the devices associated to the root
device (/dev/local0/root) are:

devices='
getroot /dev/md2
getroot /dev/sdcs1
getroot /dev/sdcc1
getroot /dev/sdbm1
getroot /dev/sdaw1
getroot /dev/sdag1
getroot /dev/sdq1'

and not as it should do

devices='
getroot /dev/md2'

I've attached the output of vgdisplay -v on this system as the file
vgdis.v, a test script which echos the results of lvmdetect2 (and a
patched version) instead of eval'ing them as ./test-0.1.81.1 and a
two line patch (which might not be optimal) that fixes the problem in
initrd-tools 0.1.81.1 and 0.1.84.1.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils]      5.2.1-2       The GNU core utilities
ii  cpio                       2.5-1.3       GNU cpio -- a program to manage ar
ii  cramfsprogs                1.1-6         Tools for CramFs (Compressed ROM F
ii  dash                       0.5.2-5       The Debian Almquist Shell
ii  util-linux                 2.12p-4sarge1 Miscellaneous system utilities

-- no debconf information
  --- Volume group ---
  VG Name               mailstore-05d
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               5WnP5W-yIbS-3GNn-IPG4-tLN3-78rR-S3IfWK
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05d/mail
  VG Name                mailstore-05d
  LV UUID                kX67G2-gCxC-s7q2-EPTn-i1uj-bkNb-4AKKi9
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:7
   
  --- Physical volumes ---
  PV Name               /dev/sdcr1     
  PV UUID               xvjA27-tekD-C6ok-YRhu-SRCo-VxUG-90zFs2
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04d
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Rqzwgl-Of47-yTb9-AGpN-gbGt-Nyh5-3HbUcp
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04d/mail
  VG Name                mailstore-04d
  LV UUID                0LevoN-s7ae-ypUz-Q248-sWP2-AGxY-XAGsEQ
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:8
   
  --- Physical volumes ---
  PV Name               /dev/sdcb1     
  PV UUID               DSeBeh-UhYk-9V87-NtE3-hOgY-uUvJ-urrG3y
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03d
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               CoMvJm-Jq4j-6kGG-b8GN-pcFx-jwMP-SCs1J6
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03d/mail
  VG Name                mailstore-03d
  LV UUID                z54KYU-GOQy-1K98-RlZa-6PJl-krMu-wGufXS
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:9
   
  --- Physical volumes ---
  PV Name               /dev/sdbl1     
  PV UUID               WI9Dxg-CyMf-2hWT-Laky-9rxw-Mdyw-uTyCMm
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02d
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Jri9Mn-PGr5-G0qY-EQb7-DLWi-UR34-hWpZaj
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02d/mail
  VG Name                mailstore-02d
  LV UUID                7eLy6F-1Ayu-gV2O-A0Ft-Nq6t-X7iq-WFzH20
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:10
   
  --- Physical volumes ---
  PV Name               /dev/sdav1     
  PV UUID               91rLox-HW4L-9CSZ-9LDo-YZjJ-FYrQ-H8I6e9
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01d
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ZT0uiW-4z6M-Y1c7-lRCl-IpJT-Zut9-EHtk2d
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01d/mail
  VG Name                mailstore-01d
  LV UUID                x9JRg2-IjwQ-YBA2-xWWq-GN7V-1dEv-YdX2PX
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:11
   
  --- Physical volumes ---
  PV Name               /dev/sdaf1     
  PV UUID               qqR5av-8r62-T103-nGz2-Uh4v-h7s9-lM5110
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00d
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               GBSTNU-5nHT-7kLL-08tC-dVCT-17OE-5PYEcS
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00d/mail
  VG Name                mailstore-00d
  LV UUID                4xiMG0-Opr9-eFTh-CWiu-5Q04-ValS-v57xwN
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:12
   
  --- Physical volumes ---
  PV Name               /dev/sdp1     
  PV UUID               SCGqRv-Fr93-vHaW-9TQ1-7ydY-7xD2-AbfspC
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-05c
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               C1lfnb-78Mx-CmQ6-vsLa-WEAV-CRgr-nL3zYk
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05c/mail
  VG Name                mailstore-05c
  LV UUID                iUUb6s-2DAT-E4W1-piyu-OLqx-cbYB-mwzsyw
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:13
   
  --- Physical volumes ---
  PV Name               /dev/sdcq1     
  PV UUID               27Z034-4lxY-xp2n-yZ7H-S23g-7oYO-X2BEgF
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04c
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ofoQW0-h9Bz-WHOz-N1SG-u6r0-n3qu-Dw1hPP
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04c/mail
  VG Name                mailstore-04c
  LV UUID                hx69Fj-R5tU-31I4-JeI2-ERuS-cfBN-Dkrx5C
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:14
   
  --- Physical volumes ---
  PV Name               /dev/sdca1     
  PV UUID               PH4Mh4-XvmH-Wbf4-Ovn7-AgaY-e4zq-muLJzN
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03c
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               IjOkWa-5dbE-Yhr7-1gG1-WwCa-bawj-jHOIee
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03c/mail
  VG Name                mailstore-03c
  LV UUID                3x549J-MNUQ-9UAf-Bout-FQW7-4u30-VM46tM
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:15
   
  --- Physical volumes ---
  PV Name               /dev/sdbk1     
  PV UUID               nS8643-5hWX-urC0-EK9P-eMa6-lmTv-oHUsBc
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02c
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               SmbFpA-37HH-cKwI-xGR1-naPH-4SHY-fxEKXs
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02c/mail
  VG Name                mailstore-02c
  LV UUID                uAGGjT-Pf65-xNXl-fAaa-43oR-AAhq-dApL6a
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:16
   
  --- Physical volumes ---
  PV Name               /dev/sdau1     
  PV UUID               VWYLSs-YO6C-e400-uWRT-2nJL-Y6rA-ooIYKe
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01c
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               cUkchv-HkH7-1aue-1Akn-VC07-uDJo-jE0Lhf
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01c/mail
  VG Name                mailstore-01c
  LV UUID                UEiZk1-Mos5-ReZS-qHVu-yzO4-2qBe-v1xC2E
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:17
   
  --- Physical volumes ---
  PV Name               /dev/sdae1     
  PV UUID               4NTJH9-hWA6-Ml4X-ymTt-PZjL-YhgO-cXBx0F
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00c
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ofAs56-54oe-fV6p-2NpP-sbhI-phIY-qQavzs
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00c/mail
  VG Name                mailstore-00c
  LV UUID                CvD4lZ-7Mk6-ozx3-4uB7-1eBC-7eFP-kfQN08
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:18
   
  --- Physical volumes ---
  PV Name               /dev/sdo1     
  PV UUID               78TmE4-0055-GQr3-B7Ud-gsGp-fzW6-sJBKRL
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-05b
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               pkZSaI-VBnG-xEMB-X9r8-WBaz-X1yK-snqmIX
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05b/mail
  VG Name                mailstore-05b
  LV UUID                usWlYh-mpmY-lqd6-qXIt-57Ph-2S17-TDeoK0
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:19
   
  --- Physical volumes ---
  PV Name               /dev/sdcp1     
  PV UUID               j5ouuq-bTqz-vsIK-3HsF-Grwc-MnbJ-WCagux
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04b
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               6fk5J7-f6vQ-UoUV-Wey9-n56j-SDTj-t0um6Y
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04b/mail
  VG Name                mailstore-04b
  LV UUID                6vADE4-Hv2R-KR8V-QpX5-e0iv-YLuC-e8htHT
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:20
   
  --- Physical volumes ---
  PV Name               /dev/sdbz1     
  PV UUID               6BGeDz-6fUn-uPYG-lr1C-oZjk-dJ59-E6tZfP
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03b
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               fB06ZZ-TZE7-bKWP-bytP-6qu8-ASgU-wDSgyG
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03b/mail
  VG Name                mailstore-03b
  LV UUID                05Ii7n-SbKj-uIuB-SAJW-j2RX-cZZQ-fydHL1
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:21
   
  --- Physical volumes ---
  PV Name               /dev/sdbj1     
  PV UUID               t5Js7q-ZO3z-rGYm-Zq53-TseY-wEJd-58ijwL
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02b
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               XQRBCM-oBnH-2gv3-v2j7-3BX4-3K35-Z8J5WR
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02b/mail
  VG Name                mailstore-02b
  LV UUID                5MnqlJ-OXGe-P757-I9r1-QKPo-17xz-2oA5uY
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:22
   
  --- Physical volumes ---
  PV Name               /dev/sdat1     
  PV UUID               f3GWYo-7WHe-oR3d-tS2I-bv1K-TfQf-YuYj4u
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01b
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               b41cxk-xxGR-6g5Y-bC67-EH0B-1vou-cP9ksK
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01b/mail
  VG Name                mailstore-01b
  LV UUID                6rltJx-7uee-Oohy-nO3n-JhaE-GRTD-LUXGMm
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:23
   
  --- Physical volumes ---
  PV Name               /dev/sdad1     
  PV UUID               V19oHE-rxrE-isGB-KZ3t-AVYc-rMXI-WKJTYD
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00b
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               JwFCjs-q5X4-Pp2K-QQp8-lAIb-2N6W-wPuTmJ
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00b/mail
  VG Name                mailstore-00b
  LV UUID                Wn5VnN-VHnB-Kto5-6u1D-aZkL-KW73-gwnqUx
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:24
   
  --- Physical volumes ---
  PV Name               /dev/sdn1     
  PV UUID               0541HZ-ZumL-MHsx-mj7m-DArF-7jy3-RfZjFc
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-05a
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               nxUqSd-wcVZ-EK1b-2biT-3tYB-Yt3p-uZYKVd
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05a/mail
  VG Name                mailstore-05a
  LV UUID                62Wz6d-Muxk-QFgR-IxmK-5PVZ-BUCt-0yUtBT
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:25
   
  --- Physical volumes ---
  PV Name               /dev/sdco1     
  PV UUID               paij9Y-902z-zo0M-rCYw-5XHQ-o4ZY-CwihWP
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04a
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               sjgj1w-45ic-eUYu-A0Nm-3G80-cawK-7ZrIry
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04a/mail
  VG Name                mailstore-04a
  LV UUID                UiqN62-oPTl-ZqyW-5S7A-53B3-s25i-eM3GQj
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:26
   
  --- Physical volumes ---
  PV Name               /dev/sdby1     
  PV UUID               R69Xb3-SRNn-hjQZ-w2v7-7EJi-FIe6-w9rBls
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03a
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ccccAB-bhOl-x4D1-et7q-7KMv-132B-sjEyYa
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03a/mail
  VG Name                mailstore-03a
  LV UUID                a2I5sO-x9Tn-Z54U-H035-qFR4-Zl9K-5IPNLR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:27
   
  --- Physical volumes ---
  PV Name               /dev/sdbi1     
  PV UUID               TpmVym-TdoL-CN6s-LaIw-yllT-nPvT-Umu5yS
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02a
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               CVUu64-ZNPU-Ntvr-Y0E5-YvMt-rRe6-RQ7H1e
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02a/mail
  VG Name                mailstore-02a
  LV UUID                XIto3O-uJBk-rf9Z-xFNp-u6TK-0cAb-Nq5DIX
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:28
   
  --- Physical volumes ---
  PV Name               /dev/sdas1     
  PV UUID               3ec34x-ddrD-Ptok-roPc-OHvl-elJ0-bjlD3Q
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01a
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               piyehi-tedq-gFVh-pkIw-scLk-ZJ4A-8vzKNe
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01a/mail
  VG Name                mailstore-01a
  LV UUID                aV7ewW-8xDy-tglt-2JDV-U9FY-o0H1-Jf79PW
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:29
   
  --- Physical volumes ---
  PV Name               /dev/sdac1     
  PV UUID               8ftoum-qsLr-3Zef-GhYm-X03i-x0M2-IBcG2H
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00a
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Q3ljKV-2gsL-WYZl-QZRD-bMcm-7YYT-qkxWCl
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00a/mail
  VG Name                mailstore-00a
  LV UUID                3hBGtY-v5ir-u0je-pmqx-otTn-BmdG-CXKGxl
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:30
   
  --- Physical volumes ---
  PV Name               /dev/sdm1     
  PV UUID               4bb5hM-6R3f-PdAU-SRv8-FiM5-IkqD-zjNk78
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-059
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               bHC6vA-dy13-IlTJ-g4lG-90sj-AoPY-0k4M5z
   
  --- Logical volume ---
  LV Name                /dev/mailstore-059/mail
  VG Name                mailstore-059
  LV UUID                vJqvOL-8V0w-bAnU-lR8W-hCDk-HWE7-f3Z5BK
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:31
   
  --- Physical volumes ---
  PV Name               /dev/sdcn1     
  PV UUID               H5A708-PUWY-6JpY-iEDk-prtY-xTmZ-H0WXjR
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-049
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               5h2xdX-b98B-U4nU-IQS2-sNJF-EY9D-vnlzyE
   
  --- Logical volume ---
  LV Name                /dev/mailstore-049/mail
  VG Name                mailstore-049
  LV UUID                c0ddfr-BQC8-5GB1-VNBT-V4cs-N4Bv-0xZcrE
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:32
   
  --- Physical volumes ---
  PV Name               /dev/sdbx1     
  PV UUID               bjbfL0-g67J-uvYC-lfzn-Rvrp-5EVZ-jOYxn3
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-039
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               KIA2DJ-maWj-Dwer-mJsg-7yX2-KdJP-zgpusf
   
  --- Logical volume ---
  LV Name                /dev/mailstore-039/mail
  VG Name                mailstore-039
  LV UUID                uHGgUr-4Wo0-MhOB-M4jU-BPuQ-TzzE-BmOW0O
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:33
   
  --- Physical volumes ---
  PV Name               /dev/sdbh1     
  PV UUID               nRiRar-w7Mk-pYkY-Sk4c-riCg-RlnY-1IlTjI
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-029
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               7NCg3o-YTIB-2HIc-RLZN-UweX-n6G0-EueR9P
   
  --- Logical volume ---
  LV Name                /dev/mailstore-029/mail
  VG Name                mailstore-029
  LV UUID                Kul2p3-DXzH-A79m-sp89-6KVE-fLcq-hk13P3
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:34
   
  --- Physical volumes ---
  PV Name               /dev/sdar1     
  PV UUID               4ZYQfK-0KGZ-WWjl-ND76-ZIdY-7klj-qnuvFd
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-019
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               SVzfV9-G1Cc-xLGK-Bltn-4HNH-E54H-bvtyec
   
  --- Logical volume ---
  LV Name                /dev/mailstore-019/mail
  VG Name                mailstore-019
  LV UUID                SYUpQ8-pzBt-5omn-BaRF-9Fdr-Gv9u-I1QEoW
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:35
   
  --- Physical volumes ---
  PV Name               /dev/sdab1     
  PV UUID               QhUg44-PprL-sHmc-TFSc-tYN1-kOkH-U6NxtU
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-009
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Lx69gV-ogU0-X5MU-wH9O-G3Om-6yjT-poTacq
   
  --- Logical volume ---
  LV Name                /dev/mailstore-009/mail
  VG Name                mailstore-009
  LV UUID                c294Rc-8wLO-QPS0-29xE-XO3H-Vcuo-uNi3cY
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:36
   
  --- Physical volumes ---
  PV Name               /dev/sdl1     
  PV UUID               ddHMy4-0Qm4-V597-YpTe-K8Ph-cbKO-EMYSNm
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-058
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Fgocqs-qTlE-80Zj-flqr-ey4W-xJ12-Xo4xnr
   
  --- Logical volume ---
  LV Name                /dev/mailstore-058/mail
  VG Name                mailstore-058
  LV UUID                Y6kjHq-D6IY-PMAV-TAzp-WcfH-x0e2-Rp5Qc4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:37
   
  --- Physical volumes ---
  PV Name               /dev/sdcm1     
  PV UUID               blA2o8-z2O8-xke6-7Md8-0ifM-Ge2C-AZ0RWi
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-048
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               gwzcnv-Wk5t-QmMS-Qmhl-9Hy0-zted-09eBvA
   
  --- Logical volume ---
  LV Name                /dev/mailstore-048/mail
  VG Name                mailstore-048
  LV UUID                Ok2989-MC4i-uCZb-Fft9-1UPu-1lYW-Pt4wcD
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:38
   
  --- Physical volumes ---
  PV Name               /dev/sdbw1     
  PV UUID               mV5o21-rBQ0-kCXQ-hWFb-tsVA-ZCj4-QRH7QR
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-038
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               gRoV9u-c29m-UtX5-fipm-2hW0-ABCp-XHJkgZ
   
  --- Logical volume ---
  LV Name                /dev/mailstore-038/mail
  VG Name                mailstore-038
  LV UUID                CUKez5-10LY-nAtQ-09c2-SK3k-YgIz-vDCYVR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:39
   
  --- Physical volumes ---
  PV Name               /dev/sdbg1     
  PV UUID               uN7Rif-hg5q-otD9-9FRg-roEQ-WA4s-wuXsVL
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-028
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               qQqFNG-xcIQ-56Ab-WCBU-3CYh-Movk-VDtNtf
   
  --- Logical volume ---
  LV Name                /dev/mailstore-028/mail
  VG Name                mailstore-028
  LV UUID                gMsRcA-EOET-xQ7R-gTfO-wE50-z9GV-sIdyRT
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:40
   
  --- Physical volumes ---
  PV Name               /dev/sdaq1     
  PV UUID               ZuUmlh-1ng4-CiXz-ytJ1-0knM-yTup-DcYY9b
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-018
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               QUBN0G-AxqN-u0mx-iMTv-XvbA-cMAX-ygj7Tt
   
  --- Logical volume ---
  LV Name                /dev/mailstore-018/mail
  VG Name                mailstore-018
  LV UUID                AfcEws-i5Vu-6PFD-Yrun-DntZ-fcFB-kOnqsT
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:41
   
  --- Physical volumes ---
  PV Name               /dev/sdaa1     
  PV UUID               uJgdtq-QZd2-Rq5g-Q42i-vi8n-UU0q-6SibVv
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-008
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               jLBkns-YYMJ-cn8t-GsEw-16YK-LQOw-X0Dxec
   
  --- Logical volume ---
  LV Name                /dev/mailstore-008/mail
  VG Name                mailstore-008
  LV UUID                EnMtxs-hZdF-OAh1-rhbS-mJLb-Pbby-elt62t
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:42
   
  --- Physical volumes ---
  PV Name               /dev/sdk1     
  PV UUID               r5wofV-wqkE-07hf-4Z3F-yZsl-FwHY-xirsPA
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-057
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               U0mRuk-TOrM-qolk-YnYN-3gSq-n344-sBACbx
   
  --- Logical volume ---
  LV Name                /dev/mailstore-057/mail
  VG Name                mailstore-057
  LV UUID                rPj9XM-jz45-DQYZ-1zNv-0xW1-dfli-HF1P9r
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:43
   
  --- Physical volumes ---
  PV Name               /dev/sdcl1     
  PV UUID               F7c7d0-3jqD-ZQk2-OdXp-IHpj-TZTy-vdsGhU
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-047
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               U1M4if-s1n9-yXU5-BXNn-tX2M-B0pn-TjsoDE
   
  --- Logical volume ---
  LV Name                /dev/mailstore-047/mail
  VG Name                mailstore-047
  LV UUID                EugPl6-VwW6-waAz-UdZN-3Lnl-QsfE-C5MPBO
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:44
   
  --- Physical volumes ---
  PV Name               /dev/sdbv1     
  PV UUID               3WgTAe-oysC-ICLQ-6nLS-cBu2-AFpC-DK5pZ2
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-037
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               hI11Y0-KQwV-l2ES-3yJx-cTBn-LvpM-ns7g0I
   
  --- Logical volume ---
  LV Name                /dev/mailstore-037/mail
  VG Name                mailstore-037
  LV UUID                3Pgk7u-hRMB-36Ll-2iml-4NkD-es53-Lk4kxR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:45
   
  --- Physical volumes ---
  PV Name               /dev/sdbf1     
  PV UUID               sG4Iz8-m1Vf-3NkV-g40e-ntoy-Q2Z5-dSfD7J
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-027
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               p7fVOP-ecef-QpcP-acbn-Wq34-HS2H-kMxRNp
   
  --- Logical volume ---
  LV Name                /dev/mailstore-027/mail
  VG Name                mailstore-027
  LV UUID                1vw2Bx-xdO0-Q7aO-R3Kb-eLL1-LK1j-O6P1D4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:46
   
  --- Physical volumes ---
  PV Name               /dev/sdap1     
  PV UUID               JJx2GB-NJLz-escH-Q3yW-aF0W-m5AB-Is6kbb
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-017
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               LfBRPx-vWmw-9JxY-JNW5-RBP9-9VLN-dEcMUx
   
  --- Logical volume ---
  LV Name                /dev/mailstore-017/mail
  VG Name                mailstore-017
  LV UUID                KF3BvB-ELid-qeAN-vQlh-aM2I-JMam-PCI0C7
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:47
   
  --- Physical volumes ---
  PV Name               /dev/sdz1     
  PV UUID               Zhfc92-jl2G-hyo7-twsF-gBJy-a9ts-mbDJAe
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-007
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               EFRtTn-9uyE-Mluh-siWR-W7vp-5IiG-Hq04o7
   
  --- Logical volume ---
  LV Name                /dev/mailstore-007/mail
  VG Name                mailstore-007
  LV UUID                W7xp4X-sylz-0rm2-4FZw-txHv-mL3b-Y31cfV
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:48
   
  --- Physical volumes ---
  PV Name               /dev/sdj1     
  PV UUID               hoCBVI-jZRn-6Bpm-YQSQ-Gf4O-Q7Qv-FMa3dB
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-056
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               rVSaTX-SC74-89fC-qXsq-3Sea-eJjk-svZFZd
   
  --- Logical volume ---
  LV Name                /dev/mailstore-056/mail
  VG Name                mailstore-056
  LV UUID                sA4m75-5JFn-jYic-dbzW-7I4K-o5Vv-pC3mnr
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:49
   
  --- Physical volumes ---
  PV Name               /dev/sdck1     
  PV UUID               JJ3cUM-1Eur-UWhd-ZlEe-LxV7-f50I-uoZNVM
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-046
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ngBj3d-bzoc-UUcZ-kPQJ-V1ay-YY4T-Mtrg9F
   
  --- Logical volume ---
  LV Name                /dev/mailstore-046/mail
  VG Name                mailstore-046
  LV UUID                zgamgK-QivS-OQS4-7fYm-sxvd-0kuC-dERll4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:50
   
  --- Physical volumes ---
  PV Name               /dev/sdbu1     
  PV UUID               HTd5Ab-gpFH-wU2R-F1uV-K463-hv8N-Hz9G3R
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-036
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               D5kF3X-P93b-xxo2-YANt-5OE8-MTML-ydv4qX
   
  --- Logical volume ---
  LV Name                /dev/mailstore-036/mail
  VG Name                mailstore-036
  LV UUID                lnGuPK-15i0-pI19-8T4s-JUtp-pSgI-OPfshc
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:51
   
  --- Physical volumes ---
  PV Name               /dev/sdbe1     
  PV UUID               2hh5BX-DzDO-HiSb-M7GO-E0BV-DwZ0-iKZa4r
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-026
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               vR9CiW-0Taz-mEUY-ud3g-MC3E-fT0T-f2IXEK
   
  --- Logical volume ---
  LV Name                /dev/mailstore-026/mail
  VG Name                mailstore-026
  LV UUID                W8cmmQ-Q8jz-h2lL-7sUF-ULfF-8WGZ-YWECA5
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:52
   
  --- Physical volumes ---
  PV Name               /dev/sdao1     
  PV UUID               gYLhOf-0rCx-xoOS-b7ci-gVrH-WL3p-Mh3Npv
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-016
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               LAZLTa-ntQp-ssJH-byaN-6YeS-xf1s-ydIctj
   
  --- Logical volume ---
  LV Name                /dev/mailstore-016/mail
  VG Name                mailstore-016
  LV UUID                82p1q5-OlhD-29R9-lfMF-Zya0-c8Hp-AePt5i
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:53
   
  --- Physical volumes ---
  PV Name               /dev/sdy1     
  PV UUID               Hrg80M-UfEk-IyE7-84E0-qodZ-Su9W-3gT6DY
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-006
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               IVLgq7-xvEl-pqyg-fZNt-whu6-9exD-TnGwyt
   
  --- Logical volume ---
  LV Name                /dev/mailstore-006/mail
  VG Name                mailstore-006
  LV UUID                7D2eNO-r1T9-CL3C-1KFG-xtA0-FGMl-SIWUbj
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:54
   
  --- Physical volumes ---
  PV Name               /dev/sdi1     
  PV UUID               G3T9og-G2Pc-XMl2-gJLg-4ZnN-P499-9842DU
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-055
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Zs5mPk-IGiu-6Jar-eWjC-nrev-wtdP-OBj8dx
   
  --- Logical volume ---
  LV Name                /dev/mailstore-055/mail
  VG Name                mailstore-055
  LV UUID                zbeJ7y-z8Kj-ilIG-Gj4Q-b97V-Wu8S-CBo7tu
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:55
   
  --- Physical volumes ---
  PV Name               /dev/sdcj1     
  PV UUID               I64SVB-X4uA-AuWo-qb1Z-r2qc-ffoR-5PsDV7
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-045
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               YtabAQ-L4W3-JPhi-OESM-IO7e-xV43-33eTIk
   
  --- Logical volume ---
  LV Name                /dev/mailstore-045/mail
  VG Name                mailstore-045
  LV UUID                6v3R18-Rt6I-WPnd-6HSr-odq7-PABT-ptPfys
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:56
   
  --- Physical volumes ---
  PV Name               /dev/sdbt1     
  PV UUID               kd9ku4-22SJ-0MfR-3BAX-2VGB-aOer-zstpuY
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-035
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ya62sc-BsCZ-QjDi-jspW-c0Jf-46RN-7tET26
   
  --- Logical volume ---
  LV Name                /dev/mailstore-035/mail
  VG Name                mailstore-035
  LV UUID                mVFKGC-2u9C-fdm1-pNHa-d5tt-5Dbn-1bdRnW
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:57
   
  --- Physical volumes ---
  PV Name               /dev/sdbd1     
  PV UUID               DUpXqR-idA7-RgMB-2091-KMaM-ReWn-7tcyZE
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-025
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               hNMhWe-Xsyx-6UX1-G1Vr-lJkQ-emmM-l4GmWI
   
  --- Logical volume ---
  LV Name                /dev/mailstore-025/mail
  VG Name                mailstore-025
  LV UUID                zplPCD-mvzY-EuXc-gtA5-85wm-Ohnp-jVONoR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:58
   
  --- Physical volumes ---
  PV Name               /dev/sdan1     
  PV UUID               HPrpX6-zVAW-5GM3-5ZuC-FAGP-Qhp6-pEXBSL
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-015
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               53BS8z-3Igb-To7z-eXOk-Bn87-1erY-4wcoxo
   
  --- Logical volume ---
  LV Name                /dev/mailstore-015/mail
  VG Name                mailstore-015
  LV UUID                3aI5El-fvsN-aAr1-wDSz-2It7-ef51-7ijvt5
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:59
   
  --- Physical volumes ---
  PV Name               /dev/sdx1     
  PV UUID               uSRz4n-9mSw-n7xK-ehc3-lRvq-064I-WXTUCb
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-005
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               F4cg2T-eB5E-PDTD-L1C5-XQq5-ij1U-VO6ZDN
   
  --- Logical volume ---
  LV Name                /dev/mailstore-005/mail
  VG Name                mailstore-005
  LV UUID                7fKkWL-mWWI-uQKJ-M8io-JV1G-zlzQ-qTp36D
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:60
   
  --- Physical volumes ---
  PV Name               /dev/sdh1     
  PV UUID               dZ0CUW-NET5-Q5oY-VSyA-1025-HhAV-q8EtKS
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-054
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               cOsKDe-q2dC-mmV4-8gC1-072M-TdUY-mjqQdG
   
  --- Logical volume ---
  LV Name                /dev/mailstore-054/mail
  VG Name                mailstore-054
  LV UUID                7V63e4-b5W7-yOAp-7yb0-6GAx-jG5P-77a9gv
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:61
   
  --- Physical volumes ---
  PV Name               /dev/sdci1     
  PV UUID               bWjdAb-c0dD-R92j-KbSd-lUWC-qWSv-xgOhvq
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-044
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               KUTozX-V12f-H0N3-p0Ta-4Mbe-IldU-N238sf
   
  --- Logical volume ---
  LV Name                /dev/mailstore-044/mail
  VG Name                mailstore-044
  LV UUID                LwpDlF-6vQo-8fPH-NZOK-BV2L-DOZB-WARZtj
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:62
   
  --- Physical volumes ---
  PV Name               /dev/sdbs1     
  PV UUID               W60Lgo-VL01-FkdP-z2oz-QUXb-jeHB-VrBv9f
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-034
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               omIGDR-tiR9-FhOr-ybK9-f9Yk-Drct-VpmYyP
   
  --- Logical volume ---
  LV Name                /dev/mailstore-034/mail
  VG Name                mailstore-034
  LV UUID                ZFRUyD-nblP-Q1RU-BpVM-9uLi-ACtq-k3Env5
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:63
   
  --- Physical volumes ---
  PV Name               /dev/sdbc1     
  PV UUID               weYxtj-h7Hr-Px5c-T4IH-CqVh-tuYp-6ykVbz
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-024
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               UkOTvP-S1VC-fMCX-k3j0-8jRB-VgnC-TckLu5
   
  --- Logical volume ---
  LV Name                /dev/mailstore-024/mail
  VG Name                mailstore-024
  LV UUID                kjWRcx-G1lM-ztBD-iOL9-fiqY-YKqr-mJdtlH
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:64
   
  --- Physical volumes ---
  PV Name               /dev/sdam1     
  PV UUID               15ssgb-ODB3-Bhof-3J52-PAyW-2CAO-8h1EHy
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-014
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               e4K8eP-gtE5-uu6l-Oeh3-p4Pj-fsPa-hjUDpL
   
  --- Logical volume ---
  LV Name                /dev/mailstore-014/mail
  VG Name                mailstore-014
  LV UUID                kdSWMl-4lo0-6qpY-YEBM-V4DR-Hs95-0dmQop
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:65
   
  --- Physical volumes ---
  PV Name               /dev/sdw1     
  PV UUID               1sv7Ey-WCYw-vqgj-WSok-WZ4s-Wmkj-HLkNlA
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-004
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               wX870O-VXoO-GJRo-cbNy-G182-T4Lq-kWl2G1
   
  --- Logical volume ---
  LV Name                /dev/mailstore-004/mail
  VG Name                mailstore-004
  LV UUID                R6YFEL-B4QT-Ck8D-CeZ6-wj2p-c1XA-HTFFX3
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:66
   
  --- Physical volumes ---
  PV Name               /dev/sdg1     
  PV UUID               FzgOqv-uqzY-41gp-03xD-U7fm-8Xex-qGuEzv
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-053
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               T2DJfv-clme-5bHy-I76f-6RfA-xTCC-ZMJNij
   
  --- Logical volume ---
  LV Name                /dev/mailstore-053/mail
  VG Name                mailstore-053
  LV UUID                2Ja0g5-VsmP-Bh4p-ljxO-cm1m-n6Ht-qtmr4u
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:67
   
  --- Physical volumes ---
  PV Name               /dev/sdch1     
  PV UUID               2dxNkt-a2b3-r9rA-f9Li-VI6z-iIZN-48hBWh
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-043
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               hr72nG-chek-bzoM-Wb4i-aUxH-43wS-14Hpvb
   
  --- Logical volume ---
  LV Name                /dev/mailstore-043/mail
  VG Name                mailstore-043
  LV UUID                fAAM06-aOHQ-x5z0-iB5z-8rnZ-kpip-r6SlZf
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:68
   
  --- Physical volumes ---
  PV Name               /dev/sdbr1     
  PV UUID               NP0C1K-y4F6-Mw9y-ggBj-G1Pw-3kcE-ccaHzL
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-033
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               i9uSZg-2ngp-wLM4-J1Kn-GVRS-wjxh-GSlWJP
   
  --- Logical volume ---
  LV Name                /dev/mailstore-033/mail
  VG Name                mailstore-033
  LV UUID                4Y7fDi-TJK7-cbIp-9omi-fxWt-ekue-GgxGJX
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:69
   
  --- Physical volumes ---
  PV Name               /dev/sdbb1     
  PV UUID               IgQgsv-vGOo-gX5d-5kYg-0hGg-oMcr-fD18Td
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-023
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               DDs5h4-ni1j-KfiX-tBNt-G5ms-AXu7-62ZjGj
   
  --- Logical volume ---
  LV Name                /dev/mailstore-023/mail
  VG Name                mailstore-023
  LV UUID                jAHk0z-cpys-YAGu-eb81-SXyi-QfeW-NznbX7
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:70
   
  --- Physical volumes ---
  PV Name               /dev/sdal1     
  PV UUID               iUbWaE-8D9O-eKqf-pVQ4-xhc2-jl1T-MAXAp7
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-013
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               2v4RcE-1e2U-ll37-1rxh-Kb0E-b8Q2-eN71f0
   
  --- Logical volume ---
  LV Name                /dev/mailstore-013/mail
  VG Name                mailstore-013
  LV UUID                vWbNzD-7MUj-3JaG-Rb83-6psw-DRn7-CG6Vzk
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:71
   
  --- Physical volumes ---
  PV Name               /dev/sdv1     
  PV UUID               hovyYK-zJo3-cs85-yM8s-zfNX-hp6D-tYlyRW
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-003
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               CikXc2-M30d-D07G-iUZR-fEPN-ckH8-WFVFFa
   
  --- Logical volume ---
  LV Name                /dev/mailstore-003/mail
  VG Name                mailstore-003
  LV UUID                m7G50X-L31Q-73QG-Ws7X-S0G8-d661-jkkg3f
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:72
   
  --- Physical volumes ---
  PV Name               /dev/sdf1     
  PV UUID               g70ord-OLER-ZkSC-RXPP-SIyu-M73c-W8032W
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-052
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               86Xwbd-30We-Px4R-Yhsx-StiX-t3TZ-q2XeJQ
   
  --- Logical volume ---
  LV Name                /dev/mailstore-052/mail
  VG Name                mailstore-052
  LV UUID                QWNylx-iall-OWab-rNWN-cMH4-g8yx-1EGYdh
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:73
   
  --- Physical volumes ---
  PV Name               /dev/sdcg1     
  PV UUID               JhzFro-F7Qy-al8M-ORTQ-N8GM-FciV-IfjZzQ
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-042
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               heTKpy-TfLi-nlHh-c0IZ-Dp10-bule-iuF0CR
   
  --- Logical volume ---
  LV Name                /dev/mailstore-042/mail
  VG Name                mailstore-042
  LV UUID                9klvia-DbQm-h0Qa-LRi5-0sOB-S2KC-T0JdAw
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:74
   
  --- Physical volumes ---
  PV Name               /dev/sdbq1     
  PV UUID               FFYpOA-sgCj-sS4s-Mktb-Tu3U-2n4h-tlCnt6
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-032
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               J3E4hd-lul8-6Ihh-o7ZS-gPVC-mQpx-iE382A
   
  --- Logical volume ---
  LV Name                /dev/mailstore-032/mail
  VG Name                mailstore-032
  LV UUID                GBP1Z6-iVb6-TJXT-q9o7-5YYb-lk6R-6vxI1s
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:75
   
  --- Physical volumes ---
  PV Name               /dev/sdba1     
  PV UUID               5ZBkCB-RiMt-9Ksw-14Hm-sO2v-7fE0-wZlO4L
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-022
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               8xVV0f-MTgJ-ibjV-2mvt-C9ut-QESV-pV4eob
   
  --- Logical volume ---
  LV Name                /dev/mailstore-022/mail
  VG Name                mailstore-022
  LV UUID                jtDCJx-4pNC-eIXm-Z1Y3-9rqC-cQng-0fayGX
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:76
   
  --- Physical volumes ---
  PV Name               /dev/sdak1     
  PV UUID               uwassw-kfQA-1mVz-LevP-sUtI-Gk80-eawAlI
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-012
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               JjrS8a-qpMu-u499-AC6J-E2Ku-BNzH-BHTinv
   
  --- Logical volume ---
  LV Name                /dev/mailstore-012/mail
  VG Name                mailstore-012
  LV UUID                t23TWG-CIOq-sEO3-v2Sl-sRZD-Y2iz-nD38A0
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:77
   
  --- Physical volumes ---
  PV Name               /dev/sdu1     
  PV UUID               BVwhcs-5UJe-Cf1N-saQX-xaAm-v6IE-jUp8Hw
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-002
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Jzg3jt-2a8B-0ArR-9Jff-g54c-h7NF-5439xj
   
  --- Logical volume ---
  LV Name                /dev/mailstore-002/mail
  VG Name                mailstore-002
  LV UUID                jBB4jW-hrRW-wKxl-6YQN-ddum-Ieee-95DVdE
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:78
   
  --- Physical volumes ---
  PV Name               /dev/sde1     
  PV UUID               nXXKZ5-XBYD-BR6n-4mqO-THLA-kGHl-Yryi3H
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-051
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               BD4I8r-vD1s-1J0M-7tuV-2RfD-YPG2-Q9bDMM
   
  --- Logical volume ---
  LV Name                /dev/mailstore-051/mail
  VG Name                mailstore-051
  LV UUID                gWKzdY-r2bB-xXoK-r5zw-fMlK-x16l-6OEj8N
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:79
   
  --- Physical volumes ---
  PV Name               /dev/sdcf1     
  PV UUID               TZkOO4-83ZK-33Tq-79kw-x4id-C9e9-E7ZP8b
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-041
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               fW6bG2-HG4m-IRhf-gvnX-684O-ZVFO-vKW04s
   
  --- Logical volume ---
  LV Name                /dev/mailstore-041/mail
  VG Name                mailstore-041
  LV UUID                idRky3-QIH8-B4az-YoUf-P6oL-Z6dO-wJw0Xp
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:80
   
  --- Physical volumes ---
  PV Name               /dev/sdbp1     
  PV UUID               POsnVU-yCqg-IZjG-NBau-4VOH-oJoh-nbM2U1
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-031
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               jggzo3-srva-KrEE-wB7B-zj38-GCXE-6GzVwb
   
  --- Logical volume ---
  LV Name                /dev/mailstore-031/mail
  VG Name                mailstore-031
  LV UUID                D1f6fy-eFN9-Yo7f-5cjG-Pshm-0Hcn-Ow1vzk
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:81
   
  --- Physical volumes ---
  PV Name               /dev/sdaz1     
  PV UUID               RYy4Au-mA6n-2X82-0u7c-g23s-HR0F-YwBeJx
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-021
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               j65YjA-ZQ3l-6mZz-DtiR-wOcV-4vE3-phcfbP
   
  --- Logical volume ---
  LV Name                /dev/mailstore-021/mail
  VG Name                mailstore-021
  LV UUID                7O64if-K9Wt-iYbL-pjNv-oZQe-Zt3V-xZWRDH
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:82
   
  --- Physical volumes ---
  PV Name               /dev/sdaj1     
  PV UUID               tZH8nY-hjK4-ZzN4-Jlwy-BMRi-hS9U-fTeYQ4
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-011
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               4OOTrJ-Q5jW-MRit-X1kq-GHNr-S6Ka-tB6YIC
   
  --- Logical volume ---
  LV Name                /dev/mailstore-011/mail
  VG Name                mailstore-011
  LV UUID                9nC9EL-qfPZ-m4M9-ziuE-FhE5-rFrL-HdJgHR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:83
   
  --- Physical volumes ---
  PV Name               /dev/sdt1     
  PV UUID               9IwbEV-eEJO-Dtk4-SROG-bW8S-qUfi-EFHsOI
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-001
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               D12ka7-M4lW-4Oco-npad-G8NC-B4da-60XULY
   
  --- Logical volume ---
  LV Name                /dev/mailstore-001/mail
  VG Name                mailstore-001
  LV UUID                95uabv-GOVU-J0cb-FbTw-rH15-J3it-0HvN3o
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:84
   
  --- Physical volumes ---
  PV Name               /dev/sdd1     
  PV UUID               JkmlFq-A8wu-sO0N-glpV-PAzn-xB8e-9NrN1O
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-050
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               GfY0vV-IV93-AY2h-RR4h-q46Q-5wYO-M3nS3J
   
  --- Logical volume ---
  LV Name                /dev/mailstore-050/mail
  VG Name                mailstore-050
  LV UUID                myCN55-Tm1n-X6GT-HDOZ-EUAV-TFWb-2ksVxh
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:85
   
  --- Physical volumes ---
  PV Name               /dev/sdce1     
  PV UUID               mRMVCn-GUZD-GTej-EWDY-1sIC-FyjR-qx0Vvm
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-040
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               Q0wJnC-YQ5e-oht5-AC5V-qM7F-FTe6-kHPR4W
   
  --- Logical volume ---
  LV Name                /dev/mailstore-040/mail
  VG Name                mailstore-040
  LV UUID                ZqpSEn-s3SK-vibq-15Ru-4aob-oD4T-JlGpR4
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:86
   
  --- Physical volumes ---
  PV Name               /dev/sdbo1     
  PV UUID               sn0He5-WNde-xqYB-2J2C-gfDr-f6zF-MMOCYA
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-030
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               IQo8L8-MSmG-sXW3-OCd6-DvP0-Tn0K-7zpgQ2
   
  --- Logical volume ---
  LV Name                /dev/mailstore-030/mail
  VG Name                mailstore-030
  LV UUID                8Sntli-pjxj-crAw-a3ao-Qn3c-ydtX-6qvcu8
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:87
   
  --- Physical volumes ---
  PV Name               /dev/sday1     
  PV UUID               OjWydL-pdnH-ux3b-yXgR-tRsv-qV89-Lbq4ze
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-020
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               VY751k-sRF3-C2zO-jm6f-TeRk-62B6-mm6qxv
   
  --- Logical volume ---
  LV Name                /dev/mailstore-020/mail
  VG Name                mailstore-020
  LV UUID                dOr2LA-F0qI-35Uw-7Apv-it7P-wnIe-8G4JBW
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:88
   
  --- Physical volumes ---
  PV Name               /dev/sdai1     
  PV UUID               VySmLl-96gk-7lXs-rOIX-d3lg-m0IZ-pj2w9y
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-010
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               R3rSDM-W6FF-CyYf-n6nK-Px4Z-VnZr-4SWmwx
   
  --- Logical volume ---
  LV Name                /dev/mailstore-010/mail
  VG Name                mailstore-010
  LV UUID                nmPAel-rGMr-I6CH-AHM7-Os59-1SCn-xDpRjk
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:89
   
  --- Physical volumes ---
  PV Name               /dev/sds1     
  PV UUID               aNba1s-5t4M-9jES-jwEZ-VwFJ-7MOe-M9o663
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-000
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  6
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               kl4c0G-fo7l-ZRd2-SHTR-e5PF-ds60-KDmkbR
   
  --- Logical volume ---
  LV Name                /dev/mailstore-000/mail
  VG Name                mailstore-000
  LV UUID                cArP5D-s2cQ-zwtv-saEt-jWVv-otn4-53yyJV
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:90
   
  --- Physical volumes ---
  PV Name               /dev/sdc1     
  PV UUID               zSojCu-NHgZ-hw7h-TzM3-gIw5-Iqv0-qWr6IO
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-05f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               eC9Y45-XMkY-6EA3-u023-Eynu-IwHZ-TVkaa2
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05f/mail
  VG Name                mailstore-05f
  LV UUID                arOSEe-L59r-WuV9-ZGDk-056d-Y2zh-xRNVpr
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:91
   
  --- Physical volumes ---
  PV Name               /dev/sdct1     
  PV UUID               PpX68t-oYqo-O8yJ-Utiu-ueva-Bl73-Uf4Z4Q
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               ZAjFbt-p0DH-NcCa-yGzO-KA72-Wuoo-anLPZD
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04f/mail
  VG Name                mailstore-04f
  LV UUID                CSMmJV-AR92-ELMB-M0Ft-nsTg-HPKx-JGo5xl
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:92
   
  --- Physical volumes ---
  PV Name               /dev/sdcd1     
  PV UUID               zncDZl-06CU-c6KL-agKU-tm57-Vpee-4MPp98
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               2dazZr-s6x4-uVa1-0mny-1Zjr-WI38-zVIenN
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03f/mail
  VG Name                mailstore-03f
  LV UUID                in285i-sbFd-efZp-qRYB-G4dD-XKYv-2Yqr0C
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:93
   
  --- Physical volumes ---
  PV Name               /dev/sdbn1     
  PV UUID               eHKN4U-dPZA-qm6A-L0fh-8fda-WPau-FwTOVF
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               cp0rJN-2iOG-R9Lx-rts8-eWqF-xfiE-UwiJUP
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02f/mail
  VG Name                mailstore-02f
  LV UUID                oiYUyW-l9WB-3etm-Z0tA-76mv-Vyq7-LLvAyR
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:94
   
  --- Physical volumes ---
  PV Name               /dev/sdax1     
  PV UUID               SXspb5-4CNU-8LSl-zJ1I-LtJa-Vdaq-fpEPRB
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               oE8LUR-mvRH-H0Us-Qn9b-Xpad-YIYE-8DLw6M
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01f/mail
  VG Name                mailstore-01f
  LV UUID                WBSN24-kIde-B0JH-pIGC-pPTJ-CDss-36c421
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:95
   
  --- Physical volumes ---
  PV Name               /dev/sdah1     
  PV UUID               23695Z-y2m5-hiXZ-GXS7-znTE-25iL-gnTsKe
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00f
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  8
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               hBEsb2-06eN-MHWv-rQCY-0lTx-5pC8-y0HqVw
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00f/mail
  VG Name                mailstore-00f
  LV UUID                Vs75eW-Dd1S-FgUc-pm6w-67eV-SMkX-pqjgER
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:96
   
  --- Physical volumes ---
  PV Name               /dev/sdr1     
  PV UUID               nhWeQY-oZaz-7R7a-H5c9-XxeM-wOoG-EDp5fH
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               local0
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  8
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                7
  Open LV               7
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               28.69 GB
  PE Size               4.00 MB
  Total PE              7344
  Alloc PE / Size       6144 / 24.00 GB
  Free  PE / Size       1200 / 4.69 GB
  VG UUID               BpgM5e-pZy9-rLVy-UwOj-BBU4-Zejd-ViySXR
   
  --- Logical volume ---
  LV Name                /dev/local0/home
  VG Name                local0
  LV UUID                61iyYl-5jyZ-y5gC-nv4w-tcnz-5I0J-xywWGr
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                2.00 GB
  Current LE             512
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:0
   
  --- Logical volume ---
  LV Name                /dev/local0/root
  VG Name                local0
  LV UUID                CGOYY2-A5Vs-taOD-J1Ky-zfsQ-4uMN-UPmj0n
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                4.00 GB
  Current LE             1024
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:1
   
  --- Logical volume ---
  LV Name                /dev/local0/tmp
  VG Name                local0
  LV UUID                p4fgrt-oWAm-Xx1N-7NxV-o6Hn-uj2v-3qggUc
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                4.00 GB
  Current LE             1024
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:2
   
  --- Logical volume ---
  LV Name                /dev/local0/var
  VG Name                local0
  LV UUID                E1jS4l-hoSa-W84f-ma2q-GV6Z-tGDI-4id9PH
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                2.00 GB
  Current LE             512
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:3
   
  --- Logical volume ---
  LV Name                /dev/local0/varlog
  VG Name                local0
  LV UUID                xNKlbh-BGMk-bSkl-DU8U-sClc-RbYl-95iQkh
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                6.00 GB
  Current LE             1536
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:4
   
  --- Logical volume ---
  LV Name                /dev/local0/vartmp
  VG Name                local0
  LV UUID                81Capj-APbm-o9Lr-B7zT-uudR-HccH-ZQz48S
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                2.00 GB
  Current LE             512
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:5
   
  --- Logical volume ---
  LV Name                /dev/local0/varspool
  VG Name                local0
  LV UUID                0SN2UP-QBvP-Ce8x-6chS-ibmy-J1jW-aNLjjV
  LV Write Access        read/write
  LV Status              available
  # open                 1
  LV Size                4.00 GB
  Current LE             1024
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:6
   
  --- Physical volumes ---
  PV Name               /dev/md2     
  PV UUID               CIiYyq-8jVS-le25-9PpJ-Noa5-YpYC-9DGl62
  PV Status             allocatable
  Total PE / Free PE    7344 / 1200
   
  --- Volume group ---
  VG Name               mailstore-05e
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               rKVBu2-7vNt-OxT6-l3hU-qphk-Wg32-vOwNHR
   
  --- Logical volume ---
  LV Name                /dev/mailstore-05e/mail
  VG Name                mailstore-05e
  LV UUID                ek2CKh-4nBC-Lf3T-jeEg-waA1-mHZo-IFWPB5
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:97
   
  --- Physical volumes ---
  PV Name               /dev/sdcs1     
  PV UUID               lJfmqD-rf6v-3dSK-dtAl-yYUY-Qlat-x6AW5R
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-04e
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               wl2qFT-oqjA-yr9C-TBsh-qRN3-xj9h-SfrIsC
   
  --- Logical volume ---
  LV Name                /dev/mailstore-04e/mail
  VG Name                mailstore-04e
  LV UUID                eWmaQ9-tSW2-cXEg-vnT7-E5Pj-N6pi-6hKRBB
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:98
   
  --- Physical volumes ---
  PV Name               /dev/sdcc1     
  PV UUID               rMJPGO-IKUm-ZZjw-H0yL-Cpmc-bIlj-En7a3h
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-03e
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               FiUl0c-xBKp-3YlK-ZFJB-GsA4-zdHS-ERyHmb
   
  --- Logical volume ---
  LV Name                /dev/mailstore-03e/mail
  VG Name                mailstore-03e
  LV UUID                FhhtgC-Fo6a-SWBG-LlHE-33hF-jTgR-98zzHC
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:99
   
  --- Physical volumes ---
  PV Name               /dev/sdbm1     
  PV UUID               6yMCUC-kVAH-n7Vb-Mzkh-LfNi-AgZU-JqmXFX
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-02e
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               46yUOB-Goai-n8j2-Qgj5-ozTp-TvEN-m0PTz9
   
  --- Logical volume ---
  LV Name                /dev/mailstore-02e/mail
  VG Name                mailstore-02e
  LV UUID                bhZ3UJ-zgKE-G27E-rd27-11fm-k73c-6GELXl
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:100
   
  --- Physical volumes ---
  PV Name               /dev/sdaw1     
  PV UUID               1Y2LLA-BCyt-vvjQ-Lt5B-p5MF-zoF2-cATnS4
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-01e
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  2
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               CwadKX-ITv0-BgMF-sgbW-99vX-kCVM-4ovDIT
   
  --- Logical volume ---
  LV Name                /dev/mailstore-01e/mail
  VG Name                mailstore-01e
  LV UUID                ssnHto-guKM-h7LQ-Fxkk-fnST-ix1O-6fqQSG
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:101
   
  --- Physical volumes ---
  PV Name               /dev/sdag1     
  PV UUID               7vedm3-aYw3-371d-ZS9G-rAzg-wXMQ-tR9o1M
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   
  --- Volume group ---
  VG Name               mailstore-00e
  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               40.00 GB
  PE Size               4.00 MB
  Total PE              10239
  Alloc PE / Size       10239 / 40.00 GB
  Free  PE / Size       0 / 0   
  VG UUID               yxMPpY-xws8-dEae-BRFV-TPUR-8BlT-ctafm3
   
  --- Logical volume ---
  LV Name                /dev/mailstore-00e/mail
  VG Name                mailstore-00e
  LV UUID                nMpwTQ-rm3Y-BUpC-usSb-uCyf-44j0-5KbY1c
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                40.00 GB
  Current LE             10239
  Segments               1
  Allocation             inherit
  Read ahead sectors     0
  Block device           253:102
   
  --- Physical volumes ---
  PV Name               /dev/sdq1     
  PV UUID               Ybt2zS-P37J-E74g-cW0j-DrjN-IjGN-1Kc0gY
  PV Status             allocatable
  Total PE / Free PE    10239 / 0
   

Attachment: test-0.1.81.1
Description: application/shellscript

--- ./initrd-tools-0.1.84.1/mkinitrd	2006-04-24 00:08:14.000000000 +0100
+++ ./mkinitrd.new.patchgen	2006-06-29 13:00:26.000000000 +0100
@@ -234,6 +234,8 @@
 		found < 2 { if (/^ *--- Physical volumes/) found++; next }
 		/^PV Name \(#\)/ { devices = devices "\ngetroot " $4; next }
 		/^ *PV Name/ { devices = devices "\ngetroot " $3 }
+		/^ *--- Volume group/ { exit }
+		/^ *--- Logical volume/ { exit }
 		/^$/ { exit }
 		END {
 			print "devices='\''" devices "'\''"

--- End Message ---
--- Begin Message ---
Version: 0.1.84.2+rm

The initrd-tools package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/393092 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.
-- 
Lucas


--- End Message ---

Reply to: