]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commit
os/bluestore: Implement estimates in store_statfs_t for ExtBlkDev
authorAdam Kupczyk <akupczyk@ibm.com>
Fri, 12 Dec 2025 10:33:36 +0000 (10:33 +0000)
committerAdam Kupczyk <akupczyk@ibm.com>
Wed, 21 Jan 2026 14:10:56 +0000 (14:10 +0000)
commitfc79290776fbb7ad7f2c57ffa3545f2620f145ef
treeed826d4e63546b4d59d0f3ad80f682f755d1dc08
parent3485c05f2cd0ed9cdbab692fd67829429e11df2f
os/bluestore: Implement estimates in store_statfs_t for ExtBlkDev

Add code for calculation of est_capacity and est_available for ExtBlkDev plugins.
The algorithm uses device physical and logical sizes to approximate estimated capacity
and estimated available space.

Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
src/os/bluestore/BlueStore.cc