File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,31 @@ could provision 1 iSCSI LUN initially and then add a second iSCSI LUN
146146when 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+
149174Storage Tags
150175~~~~~~~~~~~~
151176
You can’t perform that action at this time.
0 commit comments