c-vol should always format encrypted volumes during creation
Bug #1739442 reported by
Lee Yarwood
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
New
|
Medium
|
Eric Harney |
Bug Description
At present encrypted volumes are only formatted when data is copied into them during creation by c-vol or by the os-brick encryptors prior to their first use by n-cpu.
The os-brick encryptors will no longer be used for LUKS encrypted volumes with the introduction of native LUKS decryption in QEMU/Libvirt/Nova [1]. As a result, c-vol should _always_ format encrypted volumes during creation ensuring even blank encrypted volumes have been formatted ahead of time.
[1] https:/
Changed in cinder: | |
assignee: | nobody → Eric Harney (eharney) |
To post a comment you must log in.
I don't think Cinder is the right place for this. Cinder provides block storage, optionally with an image written to it. It should not ever be responsible for formatting a volume.