Home
last modified time | relevance | path

Searched refs:sync_action (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/Documentation/admin-guide/device-mapper/
Ddm-raid.rst266 3: <sync_ratio> <sync_action> <mismatch_cnt>
286 the process described by 'sync_action'. If the
287 'sync_action' is "check" or "repair", then the process
289 <sync_action> One of the following possible states:
389 1.5.0 Add message interface to allow manipulation of the sync_action.
390 New status (STATUSTYPE_INFO) fields: sync_action and mismatch_cnt.
392 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
/Linux-v5.4/Documentation/admin-guide/
Dmd.rst613 sync_action
700 whatever the current sync_action is, followed by the number of
711 sync_action. It is averaged over the last 30 seconds.
725 ``sync_max``, or can write ``idle`` to ``sync_action``.
/Linux-v5.4/drivers/md/
Ddm-raid.c3515 const char *sync_action; in raid_status() local
3536 sync_action = sync_str(decipher_sync_action(&rs->md, recovery)); in raid_status()
3564 DMEMIT(" %s", sync_action); in raid_status()
Dmd.c4704 __ATTR_PREALLOC(sync_action, S_IRUGO|S_IWUSR, action_show, action_store);