Skip to content

Commit

Permalink
Merge pull request xapi-project#6 from djs55/persistent
Browse files Browse the repository at this point in the history
Vbd now has a `persistent` field
  • Loading branch information
Jon Ludlam committed Jul 29, 2015
2 parents 4c97bd7 + cb1405b commit 52734a0
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 @@ -249,6 +249,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 52734a0

Please sign in to comment.