diff options
| author | Anand Jain <[email protected]> | 2018-08-10 13:53:21 +0800 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2018-10-15 17:23:26 +0200 |
| commit | 1da739678e0b7a764a0f1ef46886f919f19f6446 (patch) | |
| tree | 87de705dbdf8b00742b1811da20ac9b03bca14bc /tools/perf/scripts/python/stackcollapse.py | |
| parent | 16220c467ad34c8f103566a79ac047ed391f51f2 (diff) | |
btrfs: add helper to obtain number of devices with ongoing dev-replace
When the replace is running the fs_devices::num_devices also includes
the replaced device, however in some operations like device delete and
balance it needs the actual num_devices without the repalced devices.
The function btrfs_num_devices() just provides that.
And here is a scenario how balance and repalce items could co-exist:
Consider balance is started and paused, now start the replace followed
by a unmount or system power-cycle. During following mount, the
open_ctree() first restarts the balance so it must check for the device
replace otherwise our num_devices calculation will be wrong.
Signed-off-by: Anand Jain <[email protected]>
Reviewed-by: David Sterba <[email protected]>
[ update changelog ]
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions