Skip to content

Commit

Permalink
docs(changelog): version 1.3.3 [citest skip]
Browse files Browse the repository at this point in the history
Update changelog and .README.html for version 1.3.3

Signed-off-by: Sergei Petrosian <[email protected]>
  • Loading branch information
spetrosi committed May 21, 2024
1 parent 1c0a0a5 commit 00079f6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .README.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ <h1 class="toc-title">Contents</h1>
id="toc-snapshot_lvm_mountpoint">snapshot_lvm_mountpoint</a></li>
<li><a href="#snapshot_lvm_mount_origin"
id="toc-snapshot_lvm_mount_origin">snapshot_lvm_mount_origin</a></li>
<li><a href="#snapshot_lvm_mount_options"
id="toc-snapshot_lvm_mount_options">snapshot_lvm_mount_options</a></li>
<li><a href="#snapshot_lvm_unmount_all"
id="toc-snapshot_lvm_unmount_all">snapshot_lvm_unmount_all</a></li>
<li><a href="#snapshot_lvm_vg_include"
Expand Down Expand Up @@ -214,6 +216,8 @@ <h2 id="snapshot_lvm_action">snapshot_lvm_action</h2>
snapshot_lvm_percent_space_required space allocated to the snapshot.
Allocations are rounded up to the next multiple of the volume group
extent size.</p></li>
<li><p><code>mount</code>: Mount a filesystem on a mount point</p></li>
<li><p><code>umount</code>: Unmount a filesytem</p></li>
</ul>
<h2 id="snapshot_lvm_set">snapshot_lvm_set</h2>
<p>The snapshot role supports sets of volumes. Sets may contain any
Expand Down Expand Up @@ -363,6 +367,13 @@ <h2 id="snapshot_lvm_mount_origin">snapshot_lvm_mount_origin</h2>
<p>If set to true, mount the origin of the snapshot rather than the
snapshot. When used inside of a snapset definition, use mount_origin
parameter.</p>
<h2 id="snapshot_lvm_mount_options">snapshot_lvm_mount_options</h2>
<p>Options to pass to the mount command for the filesystem. The argument
is a comma separated list. See the man page for mount for details. Note
that XFS by default will not allow multiple filesystems with the same
UUID to be mounted at the same time. Using the "nouuid" will bypass the
duplicate UUID check and allow a snapshot to be mounted at the same time
as the snapshot source.</p>
<h2 id="snapshot_lvm_unmount_all">snapshot_lvm_unmount_all</h2>
<p>If set to true, unmount all mountpoint for the resulting blockdevice.
Linux allows filesystems to be mounted in multiple locations. Setting
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

[1.3.3] - 2024-05-21
--------------------

### Other Changes

- refactor: translate command line arguments into JSON format and use common functions (#55)

[1.3.2] - 2024-04-04
--------------------

Expand Down

0 comments on commit 00079f6

Please sign in to comment.