[SOLVED] Größere SSD - Daten-Thin und local vergrößern

ragman1976

Member
Mar 5, 2021
36
2
13
48
Hallo,

ich hatte Proxmox auf eine 500 GB SSD laufen. Da der Platz langsam eng wurde habe ich via Clonezille die ganze SSD auf eine 1TB SSD geklont. Das hat soweit alles funktioniert, Proxmox startet und die SSD (Größe) wird auch richtig erkannt.

Wie kan ich jetzt die beiden o.g. Storages nach meinen Belangen in der Größe anpassen?

Unbenannt.JPG
 
Last edited:
ich stehe vor der gleichen Frage. Ich nutze LVM-Thin und habe das physikalische Volume am RAID-Controller von 2TB auf 3TB vergrößert.

Die VolumeGroupe hat natürlich noch die gleiche Größe:
Code:
root@vmhost01:~# vgdisplay
  --- Volume group ---
  VG Name               pve
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  75
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                5
  Open LV               4
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               <1.82 TiB
  PE Size               4.00 MiB
  Total PE              476703
  Alloc PE / Size       462751 / <1.77 TiB
  Free  PE / Size       13952 / 54.50 GiB
  VG UUID               0ZP9ak-0iQQ-yFDC-34PU-fX3s-J81r-I532TE

Ebenso das LV 'data'
Code:
--- Logical volume ---
  LV Name                data
  VG Name                pve
  LV UUID                rcZQtx-PthC-FVFT-lwq3-6QID-mhrr-o9Ai8V
  LV Write Access        read/write (activated read only)
  LV Creation host, time proxmox, 2022-02-22 14:40:13 +0100
  LV Pool metadata       data_tmeta
  LV Pool data           data_tdata
  LV Status              available
  # open                 0
  LV Size                <1.68 TiB
  Allocated pool data    1.44%
  Allocated metadata     0.21%
  Current LE             439807
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5

Wie muss ich jetzt genau vorgehen um die zusätzlichen 1TB in PVE nutzen zu können? Zuerst die VG um 1TB vergrößern und anschließend das LV 'data' ?

Beste Grüße
pixel24
 
Partition enlarged with GParted and then:
Code:
lvresize -l +100%FREE pve/data
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!