Add releasenote for unchecked LVM versions

This is a followup of[1][2] where we remove checks for certain
LVM versions.
This patch adds a releasenote for stating that we have removed
checks for certain LVM versions and the minimum supported version
should be 2.02.115

[1] https://review.opendev.org/c/openstack/os-brick/+/891318
[2] https://review.opendev.org/c/openstack/os-brick/+/891319

Change-Id: Id96540b3e7fae24bed2856ad08ced907d4b71aa6
This commit is contained in:
Rajat Dhasmana 2024-02-20 17:43:31 +05:30
parent 65b61f4a13
commit cc518e14d8
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
---
upgrade:
- |
Starting with this release, we removed checks for the
LVM features having versions < 2.02.115. It includes
the following:
* LV activation support (2.02.91)
* Thin provisioning (2.02.95)
* --ignoreactivationskip (2.02.99)
* lvcreate -l 100%FREE (2.02.115)
Now the minimum supported LVM version is 2.02.115 which
was released in 2015.