added HA resync option to (re-)integrate nodes to a cluster
This commit is contained in:
committed by
Martin Willi
parent
c81f4fa29d
commit
9ffcbea6f1
@@ -85,6 +85,9 @@ static job_requeue_t dispatch_fifo(private_ha_sync_ctl_t *this)
|
||||
case '-':
|
||||
this->segments->deactivate(this->segments, segment);
|
||||
break;
|
||||
case '*':
|
||||
this->segments->resync(this->segments, segment);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user