-
Notifications
You must be signed in to change notification settings - Fork 0
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
add tests to suse/dracut.spec #1
Open
r-richardson
wants to merge
185
commits into
main
Choose a base branch
from
add_tests
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This udev rule runs pvscan to autoactivate VGs, which dracut does not want to do, and previously disabled by editing the rule file and commenting out lines. This also stops /dev/disk/by-id/lvm-pv-uuid-* symlinks from being created in the initrd. Cherry-picked from upstream 50e7466
revert(lvm): remove 69-dm-lvm-metad.rules (bsc#1195604)
(cherry picked from commit 5de6e4d)
fix(dasd_rules): correct udev dasd rules parsing (bsc#1195309)
Fixes a regression with systemd not running units with ConditionNeedsUpdate set in initrds (cherry picked from commit dcbe23c)
There are three files that differ from upstream: - /usr/lib/sysusers.d/tpm2-tss.conf -> system-user-tss.conf - /usr/lib/tmpfiles.d/tpm2-tss-fapi.conf -> tpm2-tss-fapi-3.1.0.conf - /usr/lib/udev/rules.d/60-tpm-udev.rules -> 90-tpm.rules
fix(systemd-sysusers): override systemd-sysusers.service (bsc#1195983)
fix(tpm2-tss): install SUSE specific files (bsc#1195984)
This will be used for future device major/minor testing. Convert the current fifo test to use it. Signed-off-by: David Disseldorp <[email protected]> (cherry picked from commit 80e70f7)
This tests dracut-cpio's handling of rmajor / rminor values compared to GNU cpio. The test requires root, due to mknod invocation for block device node creation. Signed-off-by: David Disseldorp <[email protected]> (cherry picked from commit 8bd7ddf)
dev_t -> major/minor number mapping is more complicated than the incorrect major=(dev_t >> 8) minor=(dev_t & 0xff) mapping that we currently perform. Fix mapping to match Linux / glibc behaviour. Fixes: dracutdevs/dracut#1695 Reported-by: Ethan Wu <[email protected]> Signed-off-by: David Disseldorp <[email protected]> (cherry picked from commit acc629a)
fix(cpio): test and fix dev_t -> rmajor / rminor mapping (bsc#1195808)
Fixes the regression introduced by systemd/systemd#20056 As discussed in #1656 and #1657 (cherry picked from commit fec93bb)
…958) Partially added with upstream commit 9491e59
fix(systemd-sysusers): use split systemd sysuser configs (bsc#1196223) (SLE15-SP4:GA)
fix(multipath): align multipathd.service type with upstream (bsc#1196958) (SLE15-SP4:GA)
Original-patch-by: Lukas Nykryn <[email protected]>
fix(resume): only exclude this module when swap is netdev (bsc#1194915) (SLE15-SP4:GA)
r-richardson
force-pushed
the
add_tests
branch
3 times, most recently
from
August 5, 2022 13:31
ebd0f46
to
c294760
Compare
r-richardson
force-pushed
the
add_tests
branch
from
August 22, 2022 12:54
c1ba2d5
to
a651c6f
Compare
r-richardson
force-pushed
the
add_tests
branch
from
August 23, 2022 19:05
badaac6
to
9881214
Compare
…for second testrun'
…verlay instead of dmsquash
r-richardson
force-pushed
the
add_tests
branch
3 times, most recently
from
August 29, 2022 15:59
7e4c57f
to
2fd7b1a
Compare
r-richardson
force-pushed
the
add_tests
branch
from
August 29, 2022 16:13
2fd7b1a
to
e21b247
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request changes...
Changes
Checklist
Fixes #