wangdi
wangdi
Abort the stale rebuild job once it receive the rebuild job with higher rebuild generation. Generate rebuild version until rebuild_leader_start(), so later rebuild job will always have the higher generation,...
Add rebuild version to pool map query reply, which will be used to generate the object layout. So any targets whose in_version (when target is added to the map) is...
Add spec shard case in tgts_query to avoid any spec shard fetch will do EC degraded fetch. Especially if it is used by EC aggregation remote parity fetch to fetch...
missing put in some error path unpack_cb(). Test-tag: daos_core_test_rebuild Signed-off-by: Di Wang
Destroy the container in reintegration discard phase, otherwise the orphan container might be left after reintegration and causing trouble in reclaim phase. Features: rebuild Required-githooks: true ### Before requesting gatekeeper:...
Separate fault injection config with fault injectionr. The fault injection should be enabled for dev mode by default. Remvoe unused global variable d_fault_config_file. Signed-off-by: Di Wang Signed-off-by: Fan Yong ###...
To avoid retry rebuild and reclaim, let's retry rebuild until further pool map changes, in that case, it should fail the current rebuild, and further rebuild will resolve the failure....
Add pool collective function to skip down and downout targets. Required-githooks: true Features: rebuild ### Before requesting gatekeeper: * [ ] Two review approvals and any prior change requests have...
1. Move TLS to common, so both client and server can have TLS, which metrics can be attached metrics on it. 2. Add object metrics on the client side, enabled...