Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jcayouette committed Mar 3, 2025
1 parent 6207ad4 commit 2d8356c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ transactional-update
* For a standard setup, use [command]``mgr-storage-server``.
* For a proxy configuration, use [command]``mgr-storage-proxy``.

+

For more details, run:

+
Expand All @@ -103,6 +105,8 @@ mgr-storage-server --help
mgr-storage-proxy --help
----

+

These tools simplify the creation of container storage and database volumes.

. Identify the block devices:
Expand All @@ -114,6 +118,8 @@ These tools simplify the creation of container storage and database volumes.
ls /dev/disk/azure/scsi1/
----

+

This command lists the disks created during deployment. Typically:

* `lun3` is the storage disk.
Expand All @@ -128,6 +134,8 @@ This command lists the disks created during deployment. Typically:
mgr-storage-server /dev/disk/azure/scsi1/lun3 /dev/disk/azure/scsi1/lun4
----

+

[NOTE]
====
This command creates persistent storage volumes at:
Expand Down
2 changes: 1 addition & 1 deletion parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ products:
# For d.s.c use: https://documentation.suse.com/suma/5.0/
# For the webui use: /
- attribute: url
value: /
value: https://documentation.suse.com/suma/5.0/
ui:
bundle:
- attribute: url
Expand Down

0 comments on commit 2d8356c

Please sign in to comment.