-
Notifications
You must be signed in to change notification settings - Fork 946
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
Can't create a diskpool #3807
Comments
IIRC @dsharma-dc did you fix this recently? |
@mattlqx Which Mayastor version is this? |
Yeah, I've been deleting the DiskPool every time. I've also Running |
Can you share the io-engine logs from when you set |
Sure...
|
ok, it's not the issue with blk_size anymore. This looks like a case of pool taking longer to create and meanwhile the requests times out. This could happen sometimes when the pool size to be created is quite large, which in this case is pretty big.
We have an existing ticket for fixing this: #3805 |
Thank you, that did indeed fix it. |
Description
I've installed OpenEBS via helm chart with mayastor enabled. I'm attempting to create a DiskPool (actually many across 3 hosts but can't get a single one working so let's just start there). I've tried specifying with
blk_size
and withaio://
nothing seems to matter much. The disk does have max activity for a minute or so, so it appears like it's hitting a request timeout but the operation continues until its done and then deletes and tries again.Expected Behavior
DiskPool to go through Creating to Online.
Current Behavior
DiskPool always shows as Creating.
Log of io-engine on the node is showing gRPC timeouts, successes and deletions in a loop.
with this manifest:
Events on the Diskpool:
Your Environment
/etc/os-release
): Ubuntu 24.04.1uname -a
): Linux macro 6.8.0-48-generic Not able to exec inside the container for docker version 1.13.1 #48-Ubuntu SMP PREEMPT_DYNAMIC Fri Sep 27 14:04:52 UTC 2024 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: