-
Notifications
You must be signed in to change notification settings - Fork 293
Add APIs, CLIs, Unit Tests and functions for VM Schedule Snapshot #2668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
1) snapshot-schedule : VM part of snapshot schedule. 2) is-vmss-snapshot : Snapshot created from VMSS. Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
Signed-off-by: Sharad Yadav <sharad.yadav@citrix.com>
I think this is because of the new work that @johnelse has done on GVT-g that hasn't hit the yum repo yet for xcp-idl. I've restarted the travis job as it might be in now. |
|
@xen-git: retest this please. |
|
Confirmed this builds locally using xenserver-build-env using |
|
Wait, this is a pull-request for I've just tested this using: |
|
I have done a b2b from trunk to trunk-vmss which should have all latest changes. Will build this PR once more. |
|
@xen-git: retest this please. |
|
All CI passing now, removing the needs-updating flag. These PRs still need some level of review though. |
| List.map (fun (a, b) -> | ||
| let inner_string = List.map (fun (c, d) -> let e, f = d in | ||
| c ^ "," ^ (string_of_ty e) ^ f ) b |> String.concat ";" in | ||
| "[" ^ a ^ "," ^ "[" ^ inner_string ^ "]]" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would using Printf.sprintf be simpler? I also feel that the pattern match in string_of_ty could lead to hard-to-find bugs if you don't expect other types than String. Maybe using an exception for _ would be safer.
|
These tests can only leave us in a better situation than we're currently in. |
No description provided.