Skip to content
Draft
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
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,24 @@ The following volumes are stored under the **Podman** default storage location
|===
|Volume Name | Volume Directory

| **var-cache**
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've just put them in alphabetic order

| [path]``/var/cache``

| **var-cobbler**
| [path]``/var/lib/cobbler``

| **var-log**
| [path]``/var/log``

| **var-salt**
| [path]``/var/lib/salt``

| **var-pgsql**
| [path]``/var/lib/pgsql``

| **var-cache**
| [path]``/var/cache``
| **var-search**
| [path]``/var/lib/rhn/search``

| **var-spacewalk**
| [path]``/var/spacewalk``

| **var-log**
| [path]``/var/log``
|===


Expand Down Expand Up @@ -134,7 +135,27 @@ The following volumes are stored under the **Podman** default storage location

|===

.Persistent Volumes: **run**
[cols="name,directory"]
|===
|Volume Name | Volume Directory

| **run-salt-master**
| [path]``/run/salt/master``
|===

== Database

The following volumes are stored under the Podman default storage location on the server.

.Persistent Volumes: **var/**
[cols="name,directory"]
|===
|Volume Name | Volume Directory

| **var-pgsql**
| [path]``/var/lib/pgsql/data``
|===

== Proxy

Expand Down