This is an automated email from the ASF dual-hosted git repository. andrijapanic pushed a commit to branch andrijapanicsb-add-new-local-pool-via-UI in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
commit d1d15dbce180a2ccf3ab764017d4c5347be729b4 Author: Andrija Panic <[email protected]> AuthorDate: Mon Dec 11 21:35:06 2023 +0100 Update storage.rst --- source/adminguide/storage.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst index e0c54aa..777249f 100644 --- a/source/adminguide/storage.rst +++ b/source/adminguide/storage.rst @@ -149,7 +149,12 @@ 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. +Since CloudStack 4.17.0.0, multiple local storages are supported on KVM hosts. The changes have been possible by editing the agent.properties file. +Since CloudStack 4.19.0.0, it's possible to add Local storage pool via UI/API as well. +It's advised that only one or the other method is used, not both. + +Manually adding Local Storage Pool +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ In order to use multiple local storages, you need to @@ -169,6 +174,13 @@ In order to use multiple local storages, you need to #. Restart cloudstack-agent service +Adding Local Storage Pool via UI +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +When using UI, ensure that the scope of the storage is set to "Host", and +ensure that the protocol is set to "Filesystem" + +|adding-local-pool-via-ui.png| Storage Tags ~~~~~~~~~~~~
