-
Notifications
You must be signed in to change notification settings - Fork 75
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
functests.3nodes fails with IndexError #1749
Comments
The error is raised due to an empty return from The fix for this is two-fold:
Due to a yet unknown behavior in the after a zap:
it's expected to have clean/unmounted disks after this. The command that is used is I suspect that ceph-volume handles drives differently when passed with --osd-id and when passed a raw device (/dev/sdx). The --destroy parameter shouldn't change it's behavior based on the input. |
Note that this only started happening when we switched the ceph package from 14.2.2 to 14.2.3. |
Also, upstream has released (or, rather, is in the process of releasing) 14.2.4 to fix this. See ceph/ceph#30429 |
Confirmed - the failure doesn't happen with 14.2.4, so this is another symptom of the ceph-volume regression that found its way into 14.2.3. |
salt-run --no-color state.orch ceph.functests.3nodes
fails reproducably with:The text was updated successfully, but these errors were encountered: