Skip to content

Commit

Permalink
stratisd 3.6.4 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mulkieran committed Feb 5, 2024
1 parent cf25fe5 commit 8dd97ef
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 1 deletion.
Binary file modified DBusAPIReference.pdf
Binary file not shown.
Binary file modified StratisSoftwareDesign.pdf
Binary file not shown.
Binary file modified StratisStyleGuidelines.pdf
Binary file not shown.
34 changes: 34 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,40 @@ <h3 id="stratis-description">Stratis Description</h3>

</div>

<div class="post">
<article class="post">
<h1 class="post-title">
<a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;stratisd-release-notes-3-6-4&#x2F;">
stratisd 3.6.4 Release Notes
</a>
</h1>
<div class="post__summary">
<p><em>mulhern, Stratis Team</em></p>
<p>This post includes release notes for the prior patch releases in this
minor release.</p>
<p><code>stratisd</code> 3.6.4 includes a fix for <code>stratisd-min</code> handling of the start
command sent by <code>stratis-min</code> to unencrypted pools. It also captures and logs
errors messages emitted by the <code>thin_check</code> or <code>mkfs.xfs</code> executables.</p>
<p><code>stratisd</code> 3.6.3 explicitly sets the <code>nrext64</code> option to 0 when invoking
<code>mkfs.xfs</code>. A recent version of XFS changed the default for <code>nrext64</code> to 1.
Explicitly setting the value to 0 prevents <code>stratisd</code> from creating XFS
filesystems that are unmountable on earlier kernels.</p>
<p><code>stratisd</code> 3.6.2 includes a fix in the way thin devices are allocated in order
to avoid misalignment of distinct sections of the thin data device. Such
misalignments may result in a performance degradation.</p>
<p><code>stratisd</code> 3.6.1 includes a fix to correct a problem where <code>stratisd</code> would fail
to unlock a pool if the pool was encrypted using both Clevis and the kernel
keyring methods but the key in the kernel keyring was unavailable.</p>
<p>All releases include a number of housekeeping and maintenance updates.</p>

</div>
<div class="read-more">
<a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;stratisd-release-notes-3-6-4&#x2F;">Read more...</a>
</div>
</article>

</div>

<div class="post">
<article class="post">
<h1 class="post-title">
Expand Down
2 changes: 1 addition & 1 deletion search_index.en.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@
<loc>https://stratis-storage.github.io/stratisd-release-notes-3-5-8/</loc>
<lastmod>2023-07-30</lastmod>
</url>
<url>
<loc>https://stratis-storage.github.io/stratisd-release-notes-3-6-4/</loc>
<lastmod>2024-02-05</lastmod>
</url>
<url>
<loc>https://stratis-storage.github.io/stratisd-rootfs-packaging/</loc>
<lastmod>2021-05-18</lastmod>
Expand Down
139 changes: 139 additions & 0 deletions stratisd-release-notes-3-6-4/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,139 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="https://stratis-storage.github.io/stratis-favicon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<!-- Enable responsiveness on mobile devices-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">

<title>Stratis Storage</title>

<!-- CSS -->
<link rel="stylesheet" href="https://stratis-storage.github.io/print.css" media="print">
<link rel="stylesheet" href="https://stratis-storage.github.io/poole.css">
<link rel="stylesheet" href="https://stratis-storage.github.io/hyde.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">





</head>

<body class="theme-base-10 ">

<div class="sidebar">
<div class="container ">
<div>
<a href="https:&#x2F;&#x2F;stratis-storage.github.io">
<img src="https://stratis-storage.github.io/imgs/stratis_sidebar.png" />
</a>
</div>
<div class="sidebar-about">


<p class="about lead">Easy to use local storage management for Linux.</p>


</div>

User Links:</br>
<ul class="sidebar-nav">


<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;howto">How-To</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;users">Clients and Operating Systems</a></li>


</ul>
Developer Links:</br>
<ul class="sidebar-nav">


<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;StratisSoftwareDesign.pdf">Software Design</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;DBusAPIReference.pdf">D-Bus API Reference</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;StratisStyleGuidelines.pdf">Programming Style Guidelines</a></li>


</ul>
D-Bus Introspection Files:</br>
<ul class="sidebar-nav">


<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;manager.xml">Manager object</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;pool.xml">Pool object</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;filesystem.xml">Filesystem object</a></li>

<li class="sidebar-nav-item"><a href="https:&#x2F;&#x2F;stratis-storage.github.io&#x2F;blockdev.xml">Blockdev object</a></li>


</ul>
Contact Links:</br>
<ul class="sidebar-nav">


<li class="sidebar-nav-item" style="display: inline-block">
<a href="https:&#x2F;&#x2F;github.com&#x2F;stratis-storage">

<i class="fab fa-github"></i>

</a>
</li>

<li class="sidebar-nav-item" style="display: inline-block">
<a href="https:&#x2F;&#x2F;twitter.com&#x2F;stratisstorage">

<i class="fab fa-twitter"></i>

</a>
</li>


</ul>
</div>
</div>


<div class="content container">


<div class="post">
<h1 class="post-title">stratisd 3.6.4 Release Notes</h1>
<span class="post-date">2024-02-05</span>

<p><em>mulhern, Stratis Team</em></p>
<p>This post includes release notes for the prior patch releases in this
minor release.</p>
<p><code>stratisd</code> 3.6.4 includes a fix for <code>stratisd-min</code> handling of the start
command sent by <code>stratis-min</code> to unencrypted pools. It also captures and logs
errors messages emitted by the <code>thin_check</code> or <code>mkfs.xfs</code> executables.</p>
<p><code>stratisd</code> 3.6.3 explicitly sets the <code>nrext64</code> option to 0 when invoking
<code>mkfs.xfs</code>. A recent version of XFS changed the default for <code>nrext64</code> to 1.
Explicitly setting the value to 0 prevents <code>stratisd</code> from creating XFS
filesystems that are unmountable on earlier kernels.</p>
<p><code>stratisd</code> 3.6.2 includes a fix in the way thin devices are allocated in order
to avoid misalignment of distinct sections of the thin data device. Such
misalignments may result in a performance degradation.</p>
<p><code>stratisd</code> 3.6.1 includes a fix to correct a problem where <code>stratisd</code> would fail
to unlock a pool if the pool was encrypted using both Clevis and the kernel
keyring methods but the key in the kernel keyring was unavailable.</p>
<p>All releases include a number of housekeeping and maintenance updates.</p>
<span id="continue-reading"></span>
<p>Please consult the <a href="https://github.com/stratis-storage/stratisd/blob/patch-3.6.0/CHANGES.txt">stratisd</a> changelog for additional information about the
release.</p>

</div>

</div>

</body>

</html>

0 comments on commit 8dd97ef

Please sign in to comment.