Skip to content

Commit 8b9d3a3

Browse files
committed
storage: add multiple local storages on kvm
1 parent 55e9f0a commit 8b9d3a3

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

source/adminguide/storage.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,31 @@ could provision 1 iSCSI LUN initially and then add a second iSCSI LUN
146146
when the first approaches capacity.
147147

148148

149+
150+
Using Multiple Local Storages (KVM only)
151+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
152+
153+
Since CloudStack 4.17.0.0, multiple local storages are supported on KVM hosts.
154+
155+
In order to use multiple local storages, you need to
156+
157+
#. Enable Local Storage For User VMs in the zone setting
158+
159+
#. Create local directories on kvm hosts
160+
161+
#. edit /etc/cloudstack/agent/agent.properties
162+
163+
- Add extra directories
164+
- Add UUID of directories (UUID can be generated by `uuidgen`)
165+
166+
.. parsed-literal::
167+
168+
local.storage.uuid=a43943c1-1759-4073-9db1-bc0ea19203aa,f5b1220b-4446-42dc-a872-cffd281f9f8c
169+
local.storage.path=/var/lib/libvirt/images,/var/lib/libvirt/images2
170+
171+
#. Restart cloudstack-agent service
172+
173+
149174
Storage Tags
150175
~~~~~~~~~~~~
151176

0 commit comments

Comments
 (0)