- Add set_param_cleaning_policy method for ACP and ALRU policies - Add validation for wake-up and flush-max-buffers parameters - Improve cache configuration to handle different cleaning policies - Fix casctl stop with flush option for proper shutdown
11 lines
245 B
Bash
Executable File
11 lines
245 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# Copyright(c) 2012-2021 Intel Corporation
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
# systemd-shutdown plugin to stop all remaining Open CAS devices
|
|
|
|
/usr/bin/echo "Open CAS cleanup handler" > /dev/kmsg
|
|
/sbin/casctl stop --flush
|