added HA resync option to (re-)integrate nodes to a cluster

This commit is contained in:
Martin Willi
2010-04-07 13:55:12 +02:00
committed by Martin Willi
parent c81f4fa29d
commit 9ffcbea6f1
3 changed files with 104 additions and 8 deletions
+3
View File
@@ -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;
}