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 3e0ebe0 Command line option for additional kvm primary storage (#425)
3e0ebe0 is described below
commit 3e0ebe04f503ddad5c7160c6c294a7c6df25e147
Author: dredknight <[email protected]>
AuthorDate: Thu Jan 16 12:30:36 2025 +0200
Command line option for additional kvm primary storage (#425)
---
source/adminguide/storage.rst | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/source/adminguide/storage.rst b/source/adminguide/storage.rst
index 97b0ccb..c2b086b 100644
--- a/source/adminguide/storage.rst
+++ b/source/adminguide/storage.rst
@@ -184,6 +184,15 @@ ensure that the protocol is set to "Filesystem".
|adding-local-pool-via-ui.png|
+Adding a Local Storage Pool via Command Line
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+Using Cloudmonkey command line.
+
+ .. parsed-literal::
+
+ cmk create storagepool zoneid=07d64765-3123-4fc2-b947-25d2c36f5bb4
name=test provider=DefaultPrimary podid=0af34b96-e88d-440e-a6bd-c4e8aab4aa4a
clusterid=49db6a16-2f6c-4583-9d07-37ccceb248ae
url=file://10.9.8.7/var/lib/libvirt/images2
+
Changing the Scope of the Primary Storage
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~