Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

omv_salt - add how to see / run dirty states #146

Merged
merged 1 commit into from
Mar 9, 2025
Merged
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
9 changes: 9 additions & 0 deletions development/tools/omv_salt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ To get a list of all available deployment states::

# omv-salt deploy list

To get a list of all states that are dirty (saved in the Web UI but not
yet reconfigured):

# cat /var/lib/openmediavault/dirtymodules.json

To deploy one or more states run the following command::

# omv-salt deploy run <NAMES>...
Expand Down Expand Up @@ -36,3 +41,7 @@ If you want to deploy all states in one bunch, then you need to execute
the following command::

# omv-salt stage run deploy

If you want to deploy only the states that are dirty, run the command:

# omv-salt deploy run --append-dirty