Disk pressure on alpha-worker-0 #13

Closed
opened 2025-03-08 19:53:37 +00:00 by eric · 2 comments
Owner

Disk pressure on alpha-worker-0 is preventing LocalAI from being deployed. Log rotation and container pruning can alleviate some of this, but this has not yet been sufficient on alpha-worker-0. It may be necessary to increase disk sizes to 32G.

Disk pressure on alpha-worker-0 is preventing LocalAI from being deployed. Log rotation and container pruning can alleviate some of this, but this has not yet been sufficient on alpha-worker-0. It may be necessary to increase disk sizes to 32G.
eric added a new dependency 2025-03-08 19:53:55 +00:00
Author
Owner

Resizing was much easier than expected. Shut down the machine, run the following:

sudo qemu-img resize /data/kvm/ubuntu22.04 +16G

and reboot. The cloud-init images automatically resize partitions to utilize the additional space.

Resizing was much easier than expected. Shut down the machine, run the following: ``` sudo qemu-img resize /data/kvm/ubuntu22.04 +16G ``` and reboot. The cloud-init images automatically resize partitions to utilize the additional space.
eric closed this issue 2025-03-11 15:14:14 +00:00
Author
Owner

I actually needed to add an additional 32GB to accommodate the 20GB docker image for LocalAI.

I actually needed to add an additional 32GB to accommodate the 20GB docker image for LocalAI.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Blocks
#26 Deploy LocalAI
DevOps/ansible-role-eom
Reference: DevOps/software-infrastructure#13
No description provided.