Skip to content

Commit

Permalink
Vbd now has a persistent field
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <[email protected]>
  • Loading branch information
David Scott committed Jul 17, 2015
1 parent 9a637ec commit cb1405b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ let vbd_of_disk_info vm_id info =
extra_backend_keys = [];
extra_private_keys = [];
qos = None;
persistent = true;
}

let print_disk vbd =
Expand Down

0 comments on commit cb1405b

Please sign in to comment.