SimpleRADOSStriper: fix incorrect variable usage in allocation growth calculation
In set_metadata(), the calculation for new_allocated was incorrectly
applying the base-2 rounding mask to the old size variable instead of
the requested new_size. This commit fixes the logic to use the correct
target size when determining the new boundaries.
Fixes: https://tracker.ceph.com/issues/77009 Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>