Skip to content

Commit

Permalink
Change refresh target to src_vm_or_dest_host for DrsMigrateVM_Task_Co…
Browse files Browse the repository at this point in the history
…mplete.

If the VM was migrated off of the host before refresh adds the VM to the database then the src_vm target
for this "/System/event_handlers/event_action_refresh?target=src_vm" won't work.
We need to refresh the dest_host.

https://bugzilla.redhat.com/show_bug.cgi?id=1696889
  • Loading branch information
lfu committed May 1, 2019
1 parent 1de5872 commit d253dba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ object:
description:
fields:
- rel4:
value: "/System/event_handlers/event_action_refresh?target=src_vm"
value: "/System/event_handlers/event_action_refresh?target=src_vm_or_dest_host"

0 comments on commit d253dba

Please sign in to comment.