LVM platte entfernen?

dremeier

New Member
Hallo Forum,
ich hoffe ich bin hier richtig und ihr könnt mir helfen.

habe ein Ubuntu Server 12.04.
Ein LVM mit 5 HDD´s gesamt ca 12TB.

nun war eine Platte am sterben, diese sollte durch eine neue 4TB Hdd ersetzt werden.

Also die neu 4TB platte mit geparted formatiert mit GPT und reiserfs und das LVM flag gesetzt.

HDD in die VG "movies" hinzu gefügt.

dann mit "pvmove /dev/sdj1 /dev/sde1" die defekte HDD auf die neue kopiert.

dummer weise war ich zu voreilig und habe das LV auf ihr maximum erweitert.
nun kann ich die defekte HDD nicht entfernen.

Code:
root@server2:/mnt/LV# vgreduce movies /dev/sdj1
  Physical volume "/dev/sdj1" still in use

kann mir jemand bitte helfen wie ich die sdj1 aus meinem system entfernen kann?

hier noch ein paar Auszüge:
Code:
root@server2:/# lvdisplay
  --- Logical volume ---
  LV Name                /dev/movies/movies_lv
  VG Name                movies
  LV UUID                flTSet-ujBl-OxRp-5pLZ-YOvl-JVnq-QUD5qS
  LV Write Access        read/write
  LV Status              available
  # open                 2
  LV Size                10,92 TiB
  Current LE             2861584
  Segments               6
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:0

root@server2:/# lvdisplay
  --- Logical volume ---
  LV Name                /dev/movies/movies_lv
  VG Name                movies
  LV UUID                flTSet-ujBl-OxRp-5pLZ-YOvl-JVnq-QUD5qS
  LV Write Access        read/write
  LV Status              available
  # open                 2
  LV Size                10,92 TiB
  Current LE             2861584
  Segments               6
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:0

root@server2:/# ^C
root@server2:/# pvdisplay
  --- Physical volume ---
  PV Name               /dev/sdi1
  VG Name               movies
  PV Size               1,82 TiB / not usable 2,56 MiB
  Allocatable           yes (but full)
  PE Size               4,00 MiB
  Total PE              476931
  Free PE               0
  Allocated PE          476931
  PV UUID               3lVcmA-ggK0-kvU0-Na92-7yLu-p45O-YOgE5E

  --- Physical volume ---
  PV Name               /dev/sdf1
  VG Name               movies
  PV Size               1,82 TiB / not usable 2,38 MiB
  Allocatable           yes (but full)
  PE Size               4,00 MiB
  Total PE              476931
  Free PE               0
  Allocated PE          476931
  PV UUID               JbHYk2-aRbK-Kkb0-cvub-P2n5-wZGT-X0HlaC

  --- Physical volume ---
  PV Name               /dev/sdj1
  VG Name               movies
  PV Size               1,82 TiB / not usable 2,38 MiB
  Allocatable           NO
  PE Size               4,00 MiB
  Total PE              476931
  Free PE               0
  Allocated PE          476931
  PV UUID               iXnkT2-IKqH-ORj0-HjyZ-5utO-KBNh-MVFfbl

  --- Physical volume ---
  PV Name               /dev/sdg1
  VG Name               movies
  PV Size               1,82 TiB / not usable 2,56 MiB
  Allocatable           yes (but full)
  PE Size               4,00 MiB
  Total PE              476931
  Free PE               0
  Allocated PE          476931
  PV UUID               lXHvTI-HPFG-q2MR-qqpN-8GHr-3aAY-z8ZpPp

  --- Physical volume ---
  PV Name               /dev/sde1
  VG Name               movies
  PV Size               3,64 TiB / not usable 2,00 MiB
  Allocatable           yes
  PE Size               4,00 MiB
  Total PE              953861
  Free PE               1
  Allocated PE          953860
  PV UUID               y5tnRS-OxMV-n2s2-PQls-wbal-N3gk-J0tyeE
root@server2:/# vgdisplay
  --- Volume group ---
  VG Name               movies
  System ID
  Format                lvm2
  Metadata Areas        5
  Metadata Sequence No  43
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                1
  Open LV               1
  Max PV                0
  Cur PV                5
  Act PV                5
  VG Size               10,92 TiB
  PE Size               4,00 MiB
  Total PE              2861585
  Alloc PE / Size       2861584 / 10,92 TiB
  Free  PE / Size       1 / 4,00 MiB
  VG UUID               pc7TVo-M7nc-pfPn-dd9L-ogXm-AQnJ-P6oxyJ


viele Grüße
André
 

Werbung

Top