LXC root disk 0 Bytes frei und lässt sich auch nicht mehr vergrössern

DocMAX

Member
Jan 30, 2023
214
16
23
Bremen
Ich kann einen LXC nicht starten.

Code:
root@pve:~# lxc-start -n 108 -F
lxc-start: 108: ../src/lxc/conf.c: run_buffer: 322 Script exited with status 1
lxc-start: 108: ../src/lxc/start.c: lxc_init: 844 Failed to run lxc.hook.pre-start for container "108"
lxc-start: 108: ../src/lxc/start.c: __lxc_start: 2027 Failed to initialize container "108"
lxc-start: 108: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start
lxc-start: 108: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options

Hab gesehen dass da nichts mehr frei ist. Resize disk hat nichts bewirkt.

Code:
zpool/subvol-108-disk-0   512G     0B   302G  /zpool/subvol-108-disk-0

root@pve:~# zfs list -o name,refquota zpool -r
zpool/subvol-108-disk-0        1T

Dateisystem             Größe Benutzt Verf. Verw% Eingehängt auf
zpool/subvol-108-disk-0  302G    302G     0  100% /zpool/subvol-108-disk-0

Was ist da los?
 
Last edited:
Hoppla, zfs set quota=1T zpool/subvol-108-disk-0 war nötig.
Aber PVE macht das nicht intern?
 
Last edited: