Skip to content

Commit

Permalink
docs: add missing native encryption at rest support to the limitations
Browse files Browse the repository at this point in the history
Signed-off-by: Suleyman Akbas <[email protected]>
  • Loading branch information
suleymanakbas91 committed Feb 22, 2024
1 parent cd6cba9 commit 701d869
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ end
* [Single LVMCluster support](#single-lvmcluster-support)
* [Upgrades from v 4.10 and v4.11](#upgrades-from-v-410-and-v411)
* [Missing native LVM RAID Configuration support](#missing-native-lvm-raid-configuration-support)
* [Missing native encryption at rest support](#missing-native-encryption-at-rest-support)
* [Snapshotting and Cloning in Multi-Node Topologies](#snapshotting-and-cloning-in-multi-node-topologies)
* [Validation of `LVMCluster` CRs outside the `openshift-storage` namespace](#validation-of-lvmcluster-crs-outside-the-openshift-storage-namespace)
- [Troubleshooting](#troubleshooting)
Expand Down Expand Up @@ -454,6 +455,10 @@ Simply create a RAID array with `mdadm` and then use this in your `deviceSelecto

_NOTE: Currently, RAID Arrays created with `mdraid` are not automatically recognized when not using any `deviceSelector`, thus they MUST be specified explicitly._

### Missing native encryption at rest support

Currently, LVM Operator does not have a native encryption at rest support. Instead, it is recommended to use encrypted disks if an encryption is desired. [Here](https://www.redhat.com/en/blog/encryption-rest-red-hat-openshift-application-data-edge) is a blog post explaining how to configure encrypted partitions within OpenShift and utilize them as part of LVMCluster.

### Snapshotting and Cloning in Multi-Node Topologies

In general, since LVMCluster does not ensure data replication, `VolumeSnapshots` and consumption of them is always limited to the original dataSource.
Expand Down
1 change: 0 additions & 1 deletion internal/controllers/vgmanager/lvm/lvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,6 @@ func TestNewDefaultHostLVM(t *testing.T) {
assert.NotNilf(t, lvm, "lvm should not be nil")
}


func Test_untaggedVGs(t *testing.T) {
vgs := []VolumeGroup{
{Name: "vg1", Tags: []string{"tag1"}},
Expand Down

0 comments on commit 701d869

Please sign in to comment.