Rename crashDumpMgr to crash-dump-manager

This review https://review.opendev.org/c/starlingx/metal/+/897593
updates the crashDumpMgr name to crash-dump-manager.

This commit updates the crashDumpMgr name accordingly.

Test Plan:
PASS: Build ISO and perform a fresh install. Add and apply new
crashdump service parameters and force a kernel
panic. Verify that after the reboot, the max_files, max_used,
min_available and max_size values are updated accordingly to the service
parameters values.

Story: 2010893
Task: 48911

Depends-On: https://review.opendev.org/c/starlingx/metal/+/897593

Signed-off-by: Enzo Candotti <enzo.candotti@windriver.com>
Change-Id: I337bfe19d0df38df2700d1c9d0695df4a3c3c33c
This commit is contained in:
Enzo Candotti 2023-10-06 16:19:58 -03:00
parent bad07c4e2f
commit 653b373ff5

View File

@ -23,9 +23,9 @@ class platform::crashdump::reload {
exec { 'systemd-reload-daemon':
command => '/usr/bin/systemctl daemon-reload',
}
# Restart crashDumpMgr
-> exec { 'restart crashDumpMgr':
command => '/usr/bin/systemctl restart crashDumpMgr',
# Restart crash-dump-manager
-> exec { 'restart crash-dump-manager':
command => '/usr/bin/systemctl restart crash-dump-manager',
}
}