-
Notifications
You must be signed in to change notification settings - Fork 38
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
microceph disk list
doesn't show virtio drives available
#506
Comments
Thank you for reporting your feedback to us! The internal ticket has been created: https://warthogs.atlassian.net/browse/CEPH-1169.
|
Even though virtio drives do not show up as available disks, those virtio drives can be initiated as OSDs since there is no cross-check with available disks in
|
MicroCeph filtering out the virtio block device is a bug, it still allowing the disk to be enrolled is as per intention (to allow for an operator to enroll a block device as OSD even if microceph does not deem it fit). The fix should be to make microceph list the virtio disk as it is larger than the threshold for OSD devices (2GB). I can reproduce this:
|
microceph 19.2.0+snap9ecc402e1e 1280 squid/edge canonical✓ -
Coming from a Sunbeam issue:
https://bugs.launchpad.net/snap-openstack/+bug/2095570
and I believe this microceph issue is the root cause of it. The scenario is mainly for the testing purpose though.
How to reproduce.
uvt-simplestreams-libvirt sync release=noble arch=amd64 uvt-kvm create --cpu 4 --memory 4096 --ephemeral 16 foo release=noble uvt-kvm wait foo uv-kvm ssh foo
/dev/vdc
is un-partitioned and unused.But no disk is detected by microceph.
The text was updated successfully, but these errors were encountered: