Unable to use 4-bytes unicode when creating volume, volume_type, CG, etc
Bug #1542413 reported by
Jacob Gregor
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Currently users are unable to use 4-byte unicode characters for operations, such as creating a volume or volume_type. This is because currently our DB's character set is set to utf8, which does not support characters larger than 3 bytes. This is a known issue, as there are other bugs addressing this, as listed below.
https:/
https:/
However the solutions proposed to these bugs are preventing the user from hitting this issue. A way to allow the users to use 4-byte unicode characters would be to update the DB to use utf8mb4 instead of utf8.
Changed in cinder: | |
assignee: | nobody → Jacob Gregor (jgregor) |
Changed in cinder: | |
importance: | Undecided → Medium |
Changed in cinder: | |
status: | New → Confirmed |
tags: | added: unicode |
To post a comment you must log in.
Dear Jacob,
Thanks for raising this, I too agree with this approach.
(But we have to see the pros and cons of same).
To discuss this further with our smart guys and for confirmation of approach, I have kept this topic for discussion in next Cinder meeting.
Please join, lets discuss and fix this.