Problema com o LVM não capaz de adicionar novas unidades

1
Fdisk, lv/pv/vgdisplay:

anubis@Anubis:~$ sudo fdisk -l
[sudo] password for anubis:

Disk /dev/sda: 500.1 GB, 500107862016 bytes
45 heads, 63 sectors/track, 344540 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1b231dca 

Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048   976773167   488385560   8e  Linux LVM

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
45 heads, 63 sectors/track, 344540 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x85e38cb4

Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048   976773167   488385560   8e  Linux LVM

Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
81 heads, 63 sectors/track, 382818 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6b680487

Device Boot      Start         End      Blocks   Id  System
/dev/sdc1            2048  1953525167   976761560   8e  Linux LVM

Disk /dev/sdd: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00009d51

Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *        2048   195311615    97654784   83  Linux
/dev/sdd2       195311616  3907029167  1855858776   8e  Linux LVM

Disk /dev/mapper/vgpool-storage: 2900.5 GB, 2900499628032 bytes
255 heads, 63 sectors/track, 352632 cylinders, total 5665038336 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x00000000

Disk /dev/mapper/vgpool-storage doesn't contain a valid partition table
anubis@Anubis:~$ sudo lvdisplay
--- Logical volume ---
LV Name                /dev/vgpool/storage
VG Name                vgpool
LV UUID                C56qjD-X92X-HguJ-1b3n-OOUN-dDBE-fo1fN0
LV Write Access        read/write
LV Status              available
# open                 0
LV Size                2.64 TiB
Current LE             691533
Segments               2
Allocation             inherit
Read ahead sectors     auto
- currently set to     256
Block device           252:0

anubis@Anubis:~$ sudo vgdisplay
--- Volume group ---
VG Name               vgpool
System ID
Format                lvm2
Metadata Areas        2
Metadata Sequence No  20
VG Access             read/write
VG Status             resizable
MAX LV                0
Cur LV                1
Open LV               0
Max PV                0
Cur PV                2
Act PV                2
VG Size               2.64 TiB
PE Size               4.00 MiB
Total PE              691556
Alloc PE / Size       691533 / 2.64 TiB
Free  PE / Size       23 / 92.00 MiB
VG UUID               XAgeo7-kfnx-ew9Z-qFEn-AQzZ-26Fv-YDLr8D

anubis@Anubis:~$ sudo pvdisplay
--- Physical volume ---
PV Name               /dev/sdc1
VG Name               vgpool
PV Size               931.51 GiB / not usable 3.00 MiB
Allocatable           yes (but full)
PE Size               4.00 MiB
Total PE              238466
Free PE               0
Allocated PE          238466
PV UUID               vgZcil-AgYl-nOHy-oPq7-pc7m-ybDV-qpwHs5

--- Physical volume ---
PV Name               /dev/sdd2
VG Name               vgpool
PV Size               1.73 TiB / not usable 2.09 MiB
Allocatable           yes
PE Size               4.00 MiB
Total PE              453090
Free PE               23
Allocated PE          453067
PV UUID               P9pAmT-cPAD-bS2H-XGcN-9wpU-6c4g-QcPJyL

anubis@Anubis:~$ sudo vgextend vgpool /dev/sda1
Device /dev/sda1 not found (or ignored by filtering).
Unable to add physical volume '/dev/sda1' to volume group 'vgpool'.

sudo pvscan
[sudo] password for anubis:
PV /dev/sdc1   VG vgpool   lvm2 [931.51 GiB / 0    free]
PV /dev/sdd2   VG vgpool   lvm2 [1.73 TiB / 92.00 MiB free]
Total: 2 [2.64 TiB] / in use: 2 [2.64 TiB] / in no VG: 0 [0   ]

Eu tenho uma configuração de grupo de volumes com dois volumes físicos. Isso está funcionando bem, sem problemas. Eu estou tentando adicionar / dev / sda1 e / dev / sdb1. Ambos foram particionados e formatados, como você pode ver. As duas primeiras unidades foram adicionadas bem, enquanto as outras duas apenas me deram um erro.

Estou realmente no final do meu reino e preciso de ajuda.

O propósito deste servidor é principalmente como um servidor de arquivos. Está em execução

  

Servidor Ubuntu 12.04.2
  quatro drives sata, 2x 500GB, 1x 1TB e 1x 2TB.

Eu tenho uma única partição ext no 2TB para o Ubuntu e todas as suas necessidades. O resto eu quero usar como um grande local de armazenamento para filmes musicais e fotos.

    
por Tripwire292 14.06.2013 / 15:06

1 resposta

1

Assim, sda1 e sdb1 retiveram associações anteriores de grupos de volumes. Eu acreditava que todos os vestígios do primeiro vg que eu criei, como teste, foram removidos. eles não tinham. para que eu limpe as unidades que precisava fazer:

sudo pvremove /dev/sdb1 -ff
Labels on physical volume "/dev/sdb1" successfully wiped

Depois disso, consegui ler as unidades com êxito por meio de pvcreate e vgextend . o resto foi uma brisa.

    
por Tripwire292 15.06.2013 / 16:59