-
Notifications
You must be signed in to change notification settings - Fork 107
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
[BUG] Only 32 GB mounted on the root directory when the disk size of the repository machine is 64 GB #1776
Labels
Milestone
Comments
mkyc
added
priority/medium
Task with medium priority
and removed
priority/important-longterm
labels
Oct 23, 2020
From configuration perspective it looks all good. For other scenarios (non Azure/RHEL it does not occur). |
20 tasks
This might be solved by #1355. It should be checked again after another one is closed. |
11 tasks
Summary:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
The root partition shows only 32 GB mounted on "/" when the disk size is 64 GB (applies to Azure/RedHat configuration).
To Reproduce
Deploy a new cluster from develop branch with the configuration given below:
epicli apply -f test.yml
Config files
Expected behavior
There should be ~64GB available mounted on a root directory.
OS (please complete the following information):
Cloud Environment (please complete the following information):
Additional context
It looks like if we have a 64 GB disk, we need to additionally resize the partition and the filesystem with
fdisk
andxfs_growfs
.After resizing it is OK.
The text was updated successfully, but these errors were encountered: