Add some more to config.yaml wrt block-device setting.

This commit is contained in:
Adam Gandelman 2012-12-19 15:09:13 -08:00
parent 1520e2aadd
commit e4663129d4
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ options:
Device to be used to back Swift storage. May be any valid block
device or a path and size to a local file (/path/to/file.img|$sizeG),
which will be created and used as a loopback device (for testing only).
Multiple devices may be specified as a space-separated list of devices.
If set to "guess", the charm will attempt to format and mount all extra
block devices (this is currently experimental and potentially dangerous).
overwrite:
default: "false"
type: string