Autor Tópico: Criar Volume Logico em VG encriptado  (Lida 1395 vezes)

Offline ramc

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Criar Volume Logico em VG encriptado
« Online: 01 de Abril de 2011, 11:10 »
Bom dia amigos!

Tenho um disco em LVM encriptado.

Esta da seguinte maneira:
Código: [Selecionar]
#pvdisplay
  --- Physical volume ---
  PV Name               /dev/dm-0
  VG Name               ubuntu
  PV Size               148.79 GiB / not usable 1.29 MiB
  Allocatable           NO
  PE Size               4.00 MiB
  Total PE              38091
  Free PE               14836
  Allocated PE          23255
  PV UUID            

 


Código: [Selecionar]
#vgdisplay
  --- Volume group ---
  VG Name               ubuntu
  System ID            
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  9
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                3
  Open LV               0
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               148.79 GiB
  PE Size               4.00 MiB
  Total PE              38091
  Alloc PE / Size       23255 / 90.84 GiB
  Free  PE / Size       14836 / 57.95 GiB
  VG UUID    
 

Código: [Selecionar]
# lvdisplay
  --- Logical volume ---
  LV Name                /dev/ubuntu/swap
  VG Name                ubuntu
  LV UUID                 rX3sdV-C949-uXzv-cZrU-xxzl-fskbI-ngJK22
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                2.54 GiB
  Current LE             650
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:1
  
  --- Logical volume ---
  LV Name                /dev/ubuntu/root
  VG Name                ubuntu
  LV UUID                VmFLr3-hiul-qwgy-igDc-6gfC-dfek-Xwfdsf
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                38.30 GiB
  Current LE             9805
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:2
  
  --- Logical volume ---
  LV Name                /dev/ubuntu/home
  VG Name                ubuntu
  LV UUID               ewrm9-khytr-kjkhj-dasd-LLUI-5CDok-pddsA
  LV Write Access        read/write
  LV Status              available
  # open                 0
  LV Size                50.00 GiB
  Current LE             12800
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           252:3

     

Sobram ai 57G para criar novos volumes...Pois bem...ai que entra o problema. Ao inserir o comando

Código: [Selecionar]
lvcreate --size 57G --name novolv ubuntu
 Insufficient free space: 14592 extents needed, but only 0 available


Repare que a mensagem alega que faltam extents, temos 14836 livres. Por desencargo tentei com menos e tambem nao deu.

Como ja disse esta encriptado. Portanto fiz a liberacao do disco:

Código: [Selecionar]
#cryptsetup luksOpen /dev/sda5 crypt1

#vgscan --mknodes

#vgchange-ay sudo vgchange -ay


E deu o mesmo problema.

Procurei pelo google por casos semelhantes....mas o que encontro sao casos que o problema realmentese explica, ou seja, faltam PEs.


Alguma dica?

Abracos
« Última modificação: 01 de Abril de 2011, 11:24 por ramc »

Offline ramc

  • Usuário Ubuntu
  • *
  • Mensagens: 2
    • Ver perfil
Re: Criar Volume Logico em VG encriptado[RESOLVIDO]
« Resposta #1 Online: 01 de Abril de 2011, 17:14 »
Solucao:

#pvdisplay
  --- Physical volume ---
  PV Name               /dev/dm-0
  VG Name               ubuntu
  PV Size               148.79 GiB / not usable 1.29 MiB
  Allocatable           NO
  PE Size               4.00 MiB
  Total PE              38091
  Free PE               14836
  Allocated PE          23255
  PV UUID               23qr9T-q9Zc-IfWU-61Bw-l6dm-5xPC-MYCQAq

Solucao:

#pvchange -x y /dev/dm-0

O problema era o allocatable q estava NO

#lvcreate --size 57G --name novolv ubuntu