Add minimum-size to osd-devices

This stops an error that happens when size is not
specified when adding storage via Juju storage hooks.
Without a set minimum, Juju will give 1G to a disk
which will cause ceph-disk to fail when connecting
the new disk.

Change-Id: Ib57314945b1f0bf8995029f5506543bc1b53c89b
This commit is contained in:
Chris MacNaughton 2016-10-17 16:24:07 -04:00
parent d541e6f44a
commit d045424c54
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ storage:
type: block
multiple:
range: 0-
minimum-size: 1G
osd-journals:
type: block
multiple: