Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: drop activateLogicalVolumes sequencer step #9303

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

frezbo
Copy link
Member

@frezbo frezbo commented Sep 11, 2024

Drop activateLogicalVolumes sequencer step.

LVM package already ships proper udev rules to handle this.

❯ tree lvm2/usr/lib/udev/rules.d/
lvm2/usr/lib/udev/rules.d/
├── 10-dm.rules
├── 11-dm-lvm.rules
├── 13-dm-disk.rules
├── 69-dm-lvm.rules
└── 95-dm-notify.rules

1 directory, 5 files

Fixes: #9300

Drop `activateLogicalVolumes` sequencer step.

LVM package already ships proper udev rules to handle this.

```text
❯ tree lvm2/usr/lib/udev/rules.d/
lvm2/usr/lib/udev/rules.d/
├── 10-dm.rules
├── 11-dm-lvm.rules
├── 13-dm-disk.rules
├── 69-dm-lvm.rules
└── 95-dm-notify.rules

1 directory, 5 files
```

Fixes: siderolabs#9300

Signed-off-by: Noel Georgi <git@frezbo.dev>
@frezbo
Copy link
Member Author

frezbo commented Sep 11, 2024

/m

@talos-bot talos-bot merged commit e17fafa into siderolabs:main Sep 11, 2024
50 checks passed
@frezbo frezbo deleted the chore/drop-lvm-sequence branch September 11, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backported
Development

Successfully merging this pull request may close these issues.

Boot failed on hosts with LVM thin/raid logical volumes
3 participants