Nikolay Martyanov

Results 9 issues of Nikolay Martyanov

### What is the URL where the issue is happening https://roadmap.sh/ux-design ### What browsers are you seeing the problem on? Chrome ### Describe the Bug The following link: [Types of...

bug

## Description The codebase currently exhibits inconsistencies in the use of directory path constants. While some parts of the code utilize constants defined in `eve/pkg/pillar/types/locationconsts.go`, others hardcode the paths directly....

enhancement
good first issue

We increased the rootfs size to 270MB due to limited space (~2MB remaining), but we should aim to reduce it back to 250MB. This may take time and might involve...

This issue is created to collect and track information about flaky tests in our GitHub CI pipeline. Flaky tests are those that fail intermittently due to infrastructure or environment issues,...

bug

To ensure that our `-stable` branches handle incoming PRs properly, we need to backport certain GitHub workflow changes that have been merged into master but not yet into the stable...

We need to create a test that runs a VM with the maximum available RAM for the system and performs a heavy storage and network workload within the VM. The...

GitHub has announced that CodeQL Action v2 will be deprecated on December 5th, 2024. Our repository uses the CodeQL Action in the following workflow file: https://github.com/lf-edge/eve/blob/master/.github/workflows/codeql.yml We need to update...

good first issue

During tests, @cperakis discovered that EVE OS reports the memory allocated for a VM as still free when using the `free` tool. This behavior is also observed in `/proc/meminfo`. This...

@cperakis has provided a report on QEMU/KVM memory usage: https://docs.google.com/document/d/1akU0yJTeufqHwy0MfTsd6fO4eZ-ELMk1fJm14YYfblo/edit?usp=sharing. While the work is ongoing and further experiments are planned to gather more details about memory usage, it has become...