Skip to content

Commit 1ef7137

Browse files
Merge pull request #447 from martin-belanger/updates
A few minor updates
2 parents a9c826d + cce49c0 commit 1ef7137

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
version: 2
1111

1212
build:
13-
os: ubuntu-22.04
13+
os: ubuntu-24.04
1414
tools:
1515
python: "3"
1616
apt_packages:
@@ -23,8 +23,8 @@ build:
2323
post_install:
2424
- pip install lxml
2525
pre_build:
26-
- meson .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
27-
- ninja -C .build
26+
- meson setup .build -Dreadthedocs=true || cat .build/meson-logs/meson-log.txt
27+
- meson compile -C .build
2828

2929
sphinx:
3030
configuration: .build/doc/readthedocs/conf.py

etc/stas/stafd.conf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,14 @@
210210
# This forces the connection to be made on a specific interface
211211
# instead of letting the system decide.
212212
#
213+
# dhchap-secret [OPTIONAL]
214+
# NVMe In-band authentication host secret (i.e. key); needs to be
215+
# in ASCII format as specified in NVMe 2.0 section 8.13.5.8 Secret
216+
# representation. If this option is not specified, the default is
217+
# read from /etc/stas/sys.conf (see the 'key' parameter under the
218+
# [Host] section). In-band authentication is attempted when this
219+
# is present.
220+
#
213221
# hdr-digest [OPTIONAL]
214222
# See definition in [Global] section. This is used to override
215223
# the value specified in the [Global] section.

0 commit comments

Comments
 (0)