commit | 380e479f516c2931873ab276b99542f8ab8c6016 | [log] [tgz] |
---|---|---|
author | Simon Pasquier <spasquier@mirantis.com> | Thu Jan 26 15:54:46 2017 +0100 |
committer | Simon Pasquier <spasquier@mirantis.com> | Fri Jan 27 16:02:08 2017 +0100 |
tree | 3c5cffeebc8ec12d377ec59ae3ed54d303d218f8 | |
parent | 2a5fdaba11d38c962f46624ec57a03ecf061818d [diff] [blame] |
Add LVM Cinder support It relies on loopback devices and is only meant for testing.
diff --git a/linux/storage/loopback.yml b/linux/storage/loopback.yml new file mode 100644 index 0000000..adbbe65 --- /dev/null +++ b/linux/storage/loopback.yml
@@ -0,0 +1,8 @@ +parameters: + linux: + storage: + enabled: true + loopback: + loop0: + file: "/srv/disk0" + size: ${_param:loopback_device_size}G