Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allocation - Fix disk allocation #5464

Closed
5 tasks done
fcaffieri opened this issue Jun 5, 2024 · 1 comment · Fixed by #5468
Closed
5 tasks done

Allocation - Fix disk allocation #5464

fcaffieri opened this issue Jun 5, 2024 · 1 comment · Fixed by #5468
Assignees
Labels

Comments

@fcaffieri
Copy link
Member

fcaffieri commented Jun 5, 2024

Description

Performing tests on all the systems supported by the allocator, errors of lack of disk space were found in several VMs.

Mistake:

Error downloading packages:
 wazuh-dashboard-4.8.0-1.x86_64: Out of space in download directory /var/cache/yum/x86_64/2/wazuh/packages
 * free 39M
 * necessary 275 M

06/05/2024 15:47:00 ERROR: Wazuh dashboard installation failed.

Disk status:

[ec2-user@ip-172-31-19-75 ~]$ sudo df -h
S.files Size Used Device Use% Mounted on
devtmpfs 3.9G 0 3.9G 0% /dev
tmpfs 3.9G 80K 3.9G 1% /dev/shm
tmpfs 3.9G 432K 3.9G 1% /run
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/nvme0n1p1 8.0G 2.2G 5.9G 27% /
tmpfs 784M 0 784M 0% /run/user/1000

The size of the instance raised was large, which should have assigned a size of 30GB but it was not assigned.

Tasks

  • Fix the following VMs that do not assign the disk size correctly.
    • Debian 10
    • Debian 11
    • Debian 12
    • Amazon linux 2

Initially, the VMS were the ones that encountered the disk allocation failure.

Related

@fcaffieri fcaffieri mentioned this issue Jun 5, 2024
2 tasks
@fcaffieri fcaffieri changed the title Allocation - Fix disk allocation over VMs Allocation - Fix disk allocation Jun 6, 2024
@c-bordon c-bordon self-assigned this Jun 6, 2024
@wazuhci wazuhci moved this to In progress in Release 4.9.0 Jun 6, 2024
@c-bordon c-bordon linked a pull request Jun 6, 2024 that will close this issue
@wazuhci wazuhci moved this from In progress to Pending review in Release 4.9.0 Jun 6, 2024
@fcaffieri
Copy link
Member Author

LGTM

@c-bordon c-bordon closed this as completed Jun 6, 2024
@wazuhci wazuhci moved this from Pending review to Done in Release 4.9.0 Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants