Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented May 25, 2016

Enable TLSv1.2 capability for sparse_dd.

Signed-off-by: Phus Lu phus.lu@citrix.com

@ghost
Copy link
Author

ghost commented May 25, 2016

DONT merge, just for review currently. /cc @thomassa

@ghost
Copy link
Author

ghost commented May 25, 2016

Basically verified, @thomassa , are you happy to start review it now 😃

@simonjbeaumont
Copy link
Contributor

Review from @thomassa specifically requested. He's off sick today so assigning to him and adding the blocked label so he can pick them up on his return.

@simonjbeaumont
Copy link
Contributor

The travis job is failing because the latest changes to the deps haven't been uploaded to EC2 yet... @jonludlam. The xen-git job is passing so I assert (from a CI point of view only) that this PR is OK.

@simonjbeaumont
Copy link
Contributor

@thomassa has returned so I'll remove the blocked label.

"-size"; Int64.to_string size
] @ (if prezeroed then [ "-prezeroed" ] else []
"-size"; Int64.to_string size;
"-good-ciphersuites"; (match !Xapi_globs.ciphersuites_good_outbound with None -> "!EXPORT:RSA+AES128-SHA256" | Some s -> s) ;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We must not have any hardcoded default values here.
This should be handled as in ocaml/xapi/xapi_sync.ml, with

(match !Xapi_globs.ciphersuites_good_outbound with
    | Some s -> s
    | None -> raise (Api_errors.Server_error (Api_errors.internal_error,["Vdi_copy found no good ciphersuites in Xapi_globs."]))
);

@thomassa
Copy link
Contributor

thomassa commented Jun 2, 2016

The commit-message needs a brief description of the new behaviour.

@simonjbeaumont
Copy link
Contributor

simonjbeaumont commented Jun 2, 2016

FYI, we can expect CI to pass on any future commits (not withstanding issues within the commits themselves) as the CI yum-repos have been brought up to date. In fact, I'll restart the Travis job which should now pass. EDIT: indeed, we can see that even the above commit has now passed all the CI jobs ✅

Enable TLSv1.2 capability for sparse_dd.

Signed-off-by: Phus Lu <phus.lu@citrix.com>
@ghost
Copy link
Author

ghost commented Jun 3, 2016

Thanks for @thomassa comments. I reworked the commit.

@thomassa
Copy link
Contributor

thomassa commented Jun 3, 2016

Looks good now.
This can be merged when xapi-project/vhd-tool#26 goes in.

@thomassa thomassa merged commit 012e75c into xapi-project:master Jun 6, 2016
@ghost ghost deleted the CA-208537 branch August 8, 2016 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants