Unter 'df -h' weniger Speicher als mit LV eingestellt

  • Thread starter Thread starter Deleted member 11691
  • Start date Start date
D

Deleted member 11691

Guest
Folgendes Problem:

Ich habe mit lvextend jeglichen freien Speicher in das LV "root" hinzugefügt. Als ich dann gesehen habe, dass Proxmox Container Snapshots aber freien Speicher benötigen und wollte mit lvreduce wieder ein wenig Speicher entfernen. Trotz der Warnung habe ich mit dem Entfernen das Speicherplatzes fortgefahren und habe dann mit Entsetzen feststellen müssen, dass das eigentliche LV nurnoch so viel Speicher hat, wie zu Beginn:

Code:
root@devel1:~# vgdisplay -v proxmox
    Using volume group(s) on command line
    Finding volume group "proxmox"
  --- Volume group ---
  VG Name               proxmox
  System ID             
  Format                lvm2
  Metadata Areas        1
  Metadata Sequence No  24
  VG Access             read/write
  VG Status             resizable
  MAX LV                0
  Cur LV                3
  Open LV               3
  Max PV                0
  Cur PV                1
  Act PV                1
  VG Size               74.53 GiB
  PE Size               4.00 MiB
  Total PE              19079
  Alloc PE / Size       18055 / 70.53 GiB
  Free  PE / Size       1024 / 4.00 GiB
  VG UUID               fE93UP-Mb7K-CAn3-guj0-Hm3m-IZvv-w2QMDy
   
  --- Logical volume ---
  LV Path                /dev/proxmox/boot
  LV Name                boot
  VG Name                proxmox
  LV UUID                YwuH9M-KjeR-qmwi-TB6Y-KqfK-drrQ-Yjllv5
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                952.00 MiB
  Current LE             238
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:2
   
  --- Logical volume ---
  LV Path                /dev/proxmox/root
  LV Name                root
  VG Name                proxmox
  LV UUID                91wPKz-nm8g-wtP7-7jIY-BXbL-yZ53-np3IwM
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                67.74 GiB
  Current LE             17341
  Segments               2
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:0
   
  --- Logical volume ---
  LV Path                /dev/proxmox/swap
  LV Name                swap
  VG Name                proxmox
  LV UUID                6t3fWA-TjTu-9MvB-7RX3-GXHy-E2Yr-8HWoBw
  LV Write Access        read/write
  LV Creation host, time , 
  LV Status              available
  # open                 1
  LV Size                1.86 GiB
  Current LE             476
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:1
   
  --- Physical volumes ---
  PV Name               /dev/md0     
  PV UUID               0gIl7L-zrZZ-ulSG-35O5-NyPj-TYAJ-XSayss
  PV Status             allocatable
  Total PE / Free PE    19079 / 1024

Aaaaaber:
Code:
root@devel1:~# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/proxmox-root
                      9.2G  1.2G  7.6G  14% /
tmpfs                 968M     0  968M   0% /lib/init/rw
udev                  960M  212K  960M   1% /dev
tmpfs                 968M  6.2M  961M   1% /dev/shm
/dev/mapper/proxmox-boot
                      938M   38M  900M   4% /boot
/dev/fuse              30M   12K   30M   1% /etc/pve

Da stimmt doch etwas nicht. Gibt's da irgendein "lvupdate" oder etwas Ähnliches?
 
Back
Top