Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/object/srv_obj.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* (C) Copyright 2016-2024 Intel Corporation.
* (C) Copyright 2025 Google LLC
* (C) Copyright 2025 Hewlett Packard Enterprise Development LP

Check failure on line 4 in src/object/srv_obj.c

View workflow job for this annotation

GitHub Actions / Copyright check

Copyright out of date
*
* SPDX-License-Identifier: BSD-2-Clause-Patent
*/
Expand Down Expand Up @@ -153,7 +153,7 @@
rc == -DER_TX_RESTART || rc == -DER_EXIST ||
rc == -DER_NONEXIST || rc == -DER_ALREADY ||
rc == -DER_CHKPT_BUSY,
DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end failed",
DLOG_DBG, DLOG_ERR, rc, DF_UOID " %s end SAMIR failed",
DP_UOID(orwi->orw_oid), update ? "Update" : "Fetch");
if (status == 0)
status = rc;
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ftest/pool/create_all_hw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
(C) Copyright 2022-2023 Intel Corporation.
(C) Copyright 2025 Hewlett Packard Enterprise Development LP

Check failure on line 3 in src/tests/ftest/pool/create_all_hw.py

View workflow job for this annotation

GitHub Actions / Copyright check

Copyright out of date

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -85,7 +85,7 @@
pool_count = self.params.get("pool_count", "/run/test_recycle_pools_hw/*", 0)
deltas_bytes = self.get_deltas("test_recycle_pools_hw")
deltas_bytes[:] = [it * self.engines_count for it in deltas_bytes]
self.log.info("Test pool creation and destruction")
self.log.info("Test pool creation and destruction --- SAMIR --- 2 --")
self.log.info("\t- pool_count=%d", pool_count)
self.log_deltas(*deltas_bytes)

Expand Down
Loading