Datastore erweitern, wie ?

Nov 13, 2023
18
0
1
Hallo,

da unser PBS schon fast vollgelaufen ist, haben wir unseren zpool mit einen mirror erweitert. Der zpool zeigt die neue Größe korrekt an.
Aber leider sehen wir keine Möglichkeit unseren Backup Datastore zu erweitern. Auch in der Documentation kann ich darüber nichts finden.
Löschen, Erstellen etc. aber kein erweitern.
Wer kann uns helfen ?

Danke schon mal
Grüße
 
Moin,

der Datastore übernimmt seine Größe vom überliegenden Dateisystem. Damit sollte eigentlich keine weiteren Maßnahmen nötig sein, es sei denn auf dem ZFS Dataset gibt es eine Quota. Dann müsste die noch auf die neue Größe gesetzt werden:
Code:
root@pbs:~# zpool list backup
NAME     SIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAG    CAP  DEDUP    HEALTH  ALTROOT
backup   199G  24.8M   199G        -         -     0%     0%  1.00x    ONLINE  -
root@pbs:~# zfs list backup
NAME     USED  AVAIL     REFER  MOUNTPOINT
backup  24.8M   100G     24.3M  /mnt/datastore/backup
root@pbs:~# zfs get quota backup
NAME    PROPERTY  VALUE  SOURCE
backup  quota     100G   local
root@pbs:~# zfs set quota=200G backup
root@pbs:~# zfs list backup
NAME     USED  AVAIL     REFER  MOUNTPOINT
backup  24.8M   193G     24.3M  /mnt/datastore/backup

Danach zeigt mein Datastore in pbs auch direkt die 200G an
 
  • Like
Reactions: sysadmin_cns
Und nicht vergessen, das übergeordnet Quota auf der Filesystem ist bei 80% - 85% der maximal Größe des Pools notwendig!
 

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!