Steven Fackler
Steven Fackler
> ux's u48 is backed by a u64 (occupies 8 bytes), while what OP wants is likely a 6-byte type. Unless u48 would be less aligned than u32, it's going...
@dekellum a dependency constraint of `"0.1"` is equivalent to `">= 0.1.0, < 0.2.0"`, so crate authors are already indicating a maximum dependency bound.
"0.1" will not garner a warning; it is the form we are guiding people towards with that warning.
What performance improvement to real-world code did you measure as a result of this change?
Oh interesting. What I'm really after is the ability to directly binary search on the table for the symbol corresponding to an address rather than having to load all of...
> Just to make sure things are clear. That is the whole log for the activate pod? No lines have been truncated? Yep - the `ceph-volume lvm activate` command is...
I killed the ceph-volume process to get a backtrace of where it was wedged: ``` Traceback (most recent call last): File "/usr/sbin/ceph-volume", line 33, in sys.exit(load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')()) File "/usr/lib/python3.9/site-packages/ceph_volume/main.py",...
This appears to also be a problem upgrading to 19.2.0.
It looks like it's actually a problem with 1x replication rather than specifically a single OSD - I see the same behavior when testing out 2 OSDs and 1x replication.
I'm not sure how other folks were testing this but it is reproducible with 100% reliability on Rook 1.16.2. Here's the exact sequence of commands to take you from a...