feat(seed): add blocked operation for seed cont. replication

This commit is contained in:
Olivier Lambert
2016-07-28 13:52:01 +02:00
parent 5574747054
commit 5352de1b01

View File

@@ -71,6 +71,12 @@ In XO:
1. Edit the replication job and select the new destination SR
On the destination host; to avoid data corruption, you need to avoid any VM start:
```
xe vm-param-set blocked-operations:start uuid=<DestinationVM_UUID>
```
### Enable
Run manually a first time to check if everything is OK. Then, enable the job. **Now, only the delta's are sent, your initial seed saved you a LOT of time.**
Run manually a first time to check if everything is OK. Then, enable the job. **Now, only the delta's are sent, your initial seed saved you a LOT of time.**