Closed dvusboy closed 8 years ago
Currently, the way to specify the size of a volume is by decorating the volume name with @<size>. This format does not work well for Docker Compose. Can we provide support for using proper driver options to specify the size of the rbd image?
@<size>
rbd
Good idea - will look into doing this for at least the currently supported "options": size, pool, fstype.
Currently, the way to specify the size of a volume is by decorating the volume name with
@<size>
. This format does not work well for Docker Compose. Can we provide support for using proper driver options to specify the size of therbd
image?