]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph.in: fix exception when pool name has non-ascii characters 9167/head
authorRicardo Dias <rdias@suse.com>
Tue, 17 May 2016 17:04:28 +0000 (18:04 +0100)
committerRicardo Dias <rdias@suse.com>
Tue, 17 May 2016 20:54:56 +0000 (21:54 +0100)
commit805873fed0135616a4cf8b499d1ba0b10dac004c
treeecbb812b4dcf620dcbe2dfb1f2425d33f4b26fb4
parent1d0fb4b8dff7e275788ac10c363a93a4ec3da5e8
ceph.in: fix exception when pool name has non-ascii characters

When deleting a pool without the --i-really-really-mean-it option, if
the pool name has non-ascii characters, the format of the command
message raises a UnicodeEncodeError exception.

Fixes: http://tracker.ceph.com/issues/15913
Signed-off-by: Ricardo Dias <rdias@suse.com>
src/ceph.in