Skip to content

Commit 31c2b3c

Browse files
committed
Fixup
Useless here, the local DB will be dropped soon as the joinner will switch to the remote DB of the new coordinator. And latest_synced_updates_applied will be set to `unknown in host.create in remote DB as default value. Signed-off-by: Gang Ji <[email protected]>
1 parent 6e6c0ed commit 31c2b3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ocaml/xapi/xapi_pool.ml

-2
Original file line numberDiff line numberDiff line change
@@ -1688,8 +1688,6 @@ let join_common ~__context ~master_address ~master_username ~master_password
16881688
"Unable to set the write the new pool certificates to the disk : %s"
16891689
(ExnHelper.string_of_exn e)
16901690
) ;
1691-
Db.Host.set_latest_synced_updates_applied ~__context ~self:me
1692-
~value:`unknown ;
16931691
(* this is where we try and sync up as much state as we can
16941692
with the master. This is "best effort" rather than
16951693
critical; if we fail part way through this then we carry

0 commit comments

Comments
 (0)