This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git
The following commit(s) were added to refs/heads/main by this push:
new aa41770 Add multiple local storage pools in KVM - via UI (#366)
aa41770 is described below
commit aa417703c43ca38504fb502efd09ff05796ecd0d
Author: Andrija Panic <[email protected]>
AuthorDate: Wed Jan 17 13:07:34 2024 +0100
Add multiple local storage pools in KVM - via UI (#366)
---
source/_static/images/adding-local-pool-via-ui.png | Bin 0 -> 78065 bytes
source/adminguide/storage.rst | 18 ++++++++++++++++--
2 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/source/_static/images/adding-local-pool-via-ui.png
b/source/_static/images/adding-local-pool-via-ui.png
new file mode 100644
index 0000000..2ba2538
Binary files /dev/null and b/source/_static/images/adding-local-pool-via-ui.png
differ
diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst
index dc89413..c1fad6e 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
~~~~~~~~~~~~
@@ -1273,4 +1285,6 @@ Deleting objects from a bucket
.. |delete-button.png| image:: /_static/images/delete-button.png
:alt: Delete button
.. |upload-button.png| image:: /_static/images/upload-button.png
- :alt: Upload button
\ No newline at end of file
+ :alt: Upload button
+.. |adding-local-pool-via-ui.png| image::
/_static/images/adding-local-pool-via-ui.png
+ :alt: Adding Local Storage Pool via UI