Skip to content
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

Solaris Librados Port #6416

Merged
merged 9 commits into from Nov 15, 2015
Merged

Solaris Librados Port #6416

merged 9 commits into from Nov 15, 2015

Conversation

rohanmars
Copy link
Contributor

Signed-off-by: Rohan Mars code@rohanmars.com

@rohanmars rohanmars mentioned this pull request Oct 28, 2015
@yehudasa
Copy link
Member

@rohanmars all commits are missing Signed-off-by tag

@liewegas
Copy link
Member

very close! just a few cosmetic items, and the Signed-off-by tags. Thanks!

…/setter

Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
Signed-off-by: Rohan Mars <code@rohanmars.com>
int r = ::sendmsg(sd, msg, MSG_NOSIGNAL | (more ? MSG_MORE : 0));
int r;
#if defined(MSG_NOSIGNAL)
r = ::sendmsg(sd, msg, MSG_NOSIGNAL | (more ? MSG_MORE : 0));
Copy link
Member

Choose a reason for hiding this comment

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

@liewegas do we really need nosignal? could we handle signal interrupt at Messenger?

Copy link
Member

Choose a reason for hiding this comment

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

3b34e2f

Hrm, hard to say what that was breaking before. Maybe it's not a problem..

Signed-off-by: Rohan Mars <code@rohanmars.com>
@liewegas
Copy link
Member

looks good to me! let's make sure we didn't break anything. :)

liewegas added a commit that referenced this pull request Nov 15, 2015
librados: Solaris port

Reviewed-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 3a5e0a3 into ceph:master Nov 15, 2015
@tchaikov tchaikov mentioned this pull request Feb 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants