Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions source/adminguide/storage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,30 @@ could provision 1 iSCSI LUN initially and then add a second iSCSI LUN
when the first approaches capacity.


Using Multiple Local Storages (KVM only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Since CloudStack 4.17.0.0, multiple local storages are supported on KVM hosts.

In order to use multiple local storages, you need to

#. Enable Local Storage For User VMs in the zone setting

#. Create local directories on kvm hosts

#. Edit /etc/cloudstack/agent/agent.properties

- Add extra directories to "local.storage.path"
- Add UUID of directories to "local.storage.uuid" (UUID can be generated by `uuidgen`)

.. parsed-literal::

local.storage.uuid=a43943c1-1759-4073-9db1-bc0ea19203aa,f5b1220b-4446-42dc-a872-cffd281f9f8c
local.storage.path=/var/lib/libvirt/images,/var/lib/libvirt/images2

#. Restart cloudstack-agent service


Storage Tags
~~~~~~~~~~~~

Expand Down