I am afraid it’s striped. But is
there a way that I can verify it. And I was thinking about backing all the
data on the faulty drive to an external hard drive. But unfortunately, the
faulty drive holds /boot and /. I will try to copy the data to the
external hard drive, but not sure if it works or not. Thanks From:
linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] On Behalf Of mghofran@caregroup.harvard.edu It really depends on how your logical
volume is using the disks in the volume group. If it is striped for using both
disks, then your only choice is to backup the data somewhere else, do vgreduce
and then rebuild the logical volume. But if you didn’t strip your logical
volume (the default is to be truncated) then you should be able to just free
the disk from volume group. From:
linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] On Behalf Of Joann Deng Actually, what I want to do is to shrink
the volume group such that it only contains one pv which is hdb1. Can you
please tell me how to do that? Thanks From:
linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] On Behalf Of mghofran@caregroup.harvard.edu You are confusing the 11% free with the
“ Hope that helped From:
linux-lvm-bounces@redhat.com [mailto:linux-lvm-bounces@redhat.com] On Behalf Of Joann Deng Hello, My system is a Sun Fire X 2100 with RHEL 4.0. It has two 80G
ATA SCSI disks. Right now, one of them is failing, and I need to remove it off
the LVM Group. Here is the LVM layout: # df -k Filesystem
1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00
151527604
15281032 128549372 11% / /dev/sda1
101086 18896 76971 20%
/boot none
1036912
0 1036912 0% /dev/shm But when I run vgdisplay, the system only have 160MB Free
PE. # vgdisplay --- Volume group --- VG
Name
VolGroup00 System ID
Format
lvm2 Metadata
Areas 2 Metadata Sequence No 3 VG
Access
read/write VG
Status
resizable MAX Cur Open Max
PV
0 Cur
PV
2 Act
PV
2 VG
Size
148.91 GB PE
Size
32.00 MB Total
PE
4765 Free PE /
Size 5 / 160.00 MB VG
UUID
P7GrJk-v55z-YHlz-xPYL-v0eJ-jL6V-Cdo5OO As the usage is only 11% for VolGroup00-LogVol00 as shown by
“df –k”, I don’t know why I only have 160MB PE free. I tried “pvmove /dev/sdb1”, got the error
message “insufficient suitable contiguous allocatable extents for
logical volume pvmove 0:2384 more required, unable to allocate temporary Can someone please help me out? Thanks a lot in advance, Joann |
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/