-
Notifications
You must be signed in to change notification settings - Fork 342
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] Can't use data disk measured in terabytes v1.2.1 #4734
Comments
What size is your install disk? |
I've tried to reproduce this, and I believe you're seeing that error not because of the 4TiB data disk, but because the installation disk is too small. In my testing, v1.2.1 needs at least a 180GiB installation disk if you have a separate data disk. Here's what I got when I tried a 4TiB data disk: I realise that in your second screenshot (with the installation disk and data disk the same) it doesn't show an error, but what happens if you hit ENTER at that point to try to commence the install? In my case, I don't see an error immediately, but once I hit ENTER on the persistent size field, with a single 120GiB disk, I get the error "Disk size is too small. Minimum 250Gi is required": |
Assuming I'm correct about the above, I suspect we need to make two changes:
|
This commit adds disk size validation in the calls to diskConfirm() and dataDiskConfirm(), so that as you walk through the fields you'll see potential error messages as you go, rather than having to wait until leaving the last field on the page. The error message clears if you press the up arrow to go to previous fields. This commit also changes the wording of the error message to explicitly state when the installation disk is too small. Fixes: harvester/harvester#4734 Signed-off-by: Tim Serong <[email protected]>
Pre Ready-For-Testing Checklist
|
Automation e2e test issue: harvester/tests#987 |
added |
I'm trying to use 4TB nvme drive for data disk and i receive a message:
Disk size is to small. Minimum 100Gi is required.
The text was updated successfully, but these errors were encountered: