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

os/bluestore: fix escaping of chars > 0x80 #11502

Merged
merged 3 commits into from Oct 17, 2016

Conversation

liewegas
Copy link
Member

No description provided.

@liewegas liewegas force-pushed the wip-bluestore-keybug branch 4 times, most recently from b21059c to beef2e0 Compare October 14, 2016 19:40
for (unsigned i = 0; i < 256; ++i) {
name.push_back(i);
}
/*string name = "2ca36210-42e8-478f-acf9-4777f53c48a2.14219.2_test/";
Copy link
Contributor

Choose a reason for hiding this comment

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

to remove?

@ifed01
Copy link
Contributor

ifed01 commented Oct 17, 2016

LGTM

Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas liewegas merged commit 78e262a into ceph:master Oct 17, 2016
@liewegas liewegas deleted the wip-bluestore-keybug branch October 17, 2016 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants