diff options
| author | Vu Tran <vu.tran@windriver.com> | 2014-02-28 09:11:10 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-17 14:23:14 -0400 |
| commit | 386984449b5ba4ce3899950e7a3b1bded9b891d0 (patch) | |
| tree | 9b37d41931ea054bc1bf182ba8c02fb4c523364a /meta-openstack/README.setup | |
| parent | f73baf996205c79fa447c18a781e322e59b50eea (diff) | |
| download | meta-cloud-services-386984449b5ba4ce3899950e7a3b1bded9b891d0.tar.gz | |
cinder: enable lvm-iscsi backend
Currently compute-note does not have initiator iscsi working
which is required to mount cinder block device over iscsi.
Signed-off-by: Vu Tran <vu.tran@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/README.setup')
| -rw-r--r-- | meta-openstack/README.setup | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-openstack/README.setup b/meta-openstack/README.setup index 05265a3..ab0c261 100644 --- a/meta-openstack/README.setup +++ b/meta-openstack/README.setup | |||
| @@ -103,6 +103,14 @@ be added to local.conf: | |||
| 103 | 103 | ||
| 104 | IMAGE_INSTALL_append = " cirros-guest-image" | 104 | IMAGE_INSTALL_append = " cirros-guest-image" |
| 105 | 105 | ||
| 106 | * Cinder Additional Packages * | ||
| 107 | |||
| 108 | On compute node, by default openstack-image-compute doesn't include | ||
| 109 | initiator iscsi package. If open-iscsi-user recipe exists in layers, | ||
| 110 | the following can be added to local.conf: | ||
| 111 | |||
| 112 | CINDER_EXTRA_FEATURES += "open-iscsi-user" | ||
| 113 | |||
| 106 | Running an image | 114 | Running an image |
| 107 | ---------------- | 115 | ---------------- |
| 108 | 116 | ||
