Skip to content

Commit d79272f

Browse files
dkirov-ddclaude
andcommitted
release(lustre): cut beta 1.5.1b1
Beta pre-release off the merged #24504 fix (get_param -n, lctl dl sudo, WARNING on command failures). Bumps __about__.py to 1.5.1b1 (PEP440 beta; 1.5.0 remains stable) and folds the changelog fragment into CHANGELOG.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f22954c commit d79272f

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

lustre/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 1.5.1b1 / 2026-07-13
6+
7+
***Fixed***:
8+
9+
* Fix silent client metric gaps on Lustre 2.15.x clients (e.g. AWS FSx for Lustre): use `lctl get_param -n` instead of `-ny` (the `-y` YAML flag was only added in Lustre 2.16) so llite/mdc/osc/ldlm stats are collected, and run `lctl dl` with sudo so device.health/refcount are collected. Command failures are now logged at WARNING instead of DEBUG so future gaps are visible. ([#24504](https://github.com/DataDog/integrations-core/pull/24504))
10+
511
## 1.5.0 / 2026-04-01 / Agent 7.78.1
612

713
***Added***:

lustre/changelog.d/24504.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# (C) Datadog, Inc. 2025-present
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
4-
__version__ = '1.5.0'
4+
__version__ = '1.5.1b1'

0 commit comments

Comments
 (0)