Motr  M0
m0_sns_cm_repair_ag_failure_ctx Struct Reference

#include <ag.h>

Collaboration diagram for m0_sns_cm_repair_ag_failure_ctx:
Collaboration graph

Data Fields

struct m0_sns_cm_cp fc_tgt_acc_cp
 
uint32_t fc_failed_idx
 
uint32_t fc_tgt_idx
 
struct m0_fid fc_tgt_cobfid
 
uint64_t fc_tgt_cob_index
 
bool fc_is_active
 
bool fc_is_inuse
 

Detailed Description

Represents a failure context corresponding to an aggregation group. This is populated on creation of the aggregation group.

Definition at line 43 of file ag.h.

Field Documentation

◆ fc_failed_idx

uint32_t fc_failed_idx

Index of the failed unit in aggregation group.

Definition at line 48 of file ag.h.

◆ fc_is_active

bool fc_is_active

True, if the copy packet fom corresponding to this accumulator is in-progress.

Definition at line 69 of file ag.h.

◆ fc_is_inuse

bool fc_is_inuse

True, if this accumulator is in use.

Definition at line 72 of file ag.h.

◆ fc_tgt_acc_cp

struct m0_sns_cm_cp fc_tgt_acc_cp

Accumulator copy packet for this failure context.

Definition at line 45 of file ag.h.

◆ fc_tgt_cob_index

uint64_t fc_tgt_cob_index

Target unit offset within the cob identified by tgt_cobfid.

Definition at line 63 of file ag.h.

◆ fc_tgt_cobfid

struct m0_fid fc_tgt_cobfid

Definition at line 60 of file ag.h.

◆ fc_tgt_idx

uint32_t fc_tgt_idx

Index of target unit corresponding to the failed unit in aggregation group.

Definition at line 54 of file ag.h.


The documentation for this struct was generated from the following file: