Comment 5 for bug 1075580

Revision history for this message
Josh Durgin (jdurgin) wrote :

librbd doesn't handle unicode strings, and that's the exception it throws when given one. I'll probably change it to only throw the exception when given a unicode string that contains non-ascii in the future, but for current versions of librbd, this patch should work.

I'll submit this through gerrit with unit tests shortly.