Skip to content

Commit

Permalink
Fix typo in db upgrade rule.
Browse files Browse the repository at this point in the history
Signed-off-by: John Else <john.else@citrix.com>
  • Loading branch information
johnelse committed Mar 23, 2011
1 parent 6a053b6 commit 7a72d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/xapi_db_upgrade.ml
Expand Up @@ -237,7 +237,7 @@ let upgrade_ha_restart_priority = {
| "1" -> ("restart", 1L)
| "2" -> ("restart", 2L)
| "3" -> ("restart", 3L)
| "best-effort" -> ("best_effort", 0L)
| "best-effort" -> ("best-effort", 0L)
| _ -> ("", 0L)
in
Db.VM.set_ha_restart_priority ~__context ~self:vm ~value:new_priority;
Expand Down

0 comments on commit 7a72d0a

Please sign in to comment.