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

dracut: 90zfs: touchups #12108

Closed
wants to merge 5 commits into from
Closed

Conversation

nabijaczleweli
Copy link
Contributor

@nabijaczleweli nabijaczleweli commented May 23, 2021

Motivation and Context

#11750, #11800, #12065

Description

See commit messages

How Has This Been Tested?

I, uh, got the expressions to print the right thing on "OpenSUSE Tumbleweed 20210512", and the reordering is trivially correct. Wait loop is based off reporter's suggested solution.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Performance enhancement (non-breaking change which improves efficiency)
  • Code cleanup (non-breaking change which makes code smaller or more readable)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Library ABI change (libzfs, libzfs_core, libnvpair, libuutil and libzfsbootenv)
  • Documentation (a change to man pages or other documentation)

Checklist:

  • My code follows the OpenZFS code style requirements.
  • I have updated the documentation accordingly.
  • I have read the contributing document.
  • I have added tests to cover my changes. – none apply
  • I have run the ZFS Test Suite with this change applied. – CI take my hand
  • All commit messages are properly formatted and contain Signed-off-by.

Copy link
Contributor

@behlendorf behlendorf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a nice bit of cleanup.

SUSE stores the library at /lib64/libgcc_s.so.1 (/lib/libgcc_s.so.1 for
i686 glibc), which is in the search path

Also relax the /usr/lib path to catch systems similar to SUSE
(/usr/lib64/gcc/x86_64-suse-linux/10/libgcc_s.so) but without
the top-level lib64

Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#11750
Also reduce password retries to 3 to match i-t

Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12065
Chases 7c64ee9
 ("zfs-import-{cache,scan}: change condition to FileNotEmpty")
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
@nabijaczleweli
Copy link
Contributor Author

nabijaczleweli commented Jun 4, 2021

2-week-ish bump, does this need anything more?

@behlendorf behlendorf closed this in cfc8dd1 Jun 4, 2021
behlendorf pushed a commit that referenced this pull request Jun 4, 2021
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #11800
Closes #12108
behlendorf pushed a commit that referenced this pull request Jun 4, 2021
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12108
behlendorf pushed a commit that referenced this pull request Jun 4, 2021
Also reduce password retries to 3 to match i-t

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12065
Closes #12108
behlendorf pushed a commit that referenced this pull request Jun 4, 2021
Chases 7c64ee9
 ("zfs-import-{cache,scan}: change condition to FileNotEmpty")

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #12108
@behlendorf
Copy link
Contributor

Nope, this is ready. Merged.

@behlendorf behlendorf added Status: Accepted Ready to integrate (reviewed, tested) and removed Status: Code Review Needed Ready for review and testing labels Jun 4, 2021
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
SUSE stores the library at /lib64/libgcc_s.so.1 (/lib/libgcc_s.so.1 for
i686 glibc), which is in the search path

Also relax the /usr/lib path to catch systems similar to SUSE
(/usr/lib64/gcc/x86_64-suse-linux/10/libgcc_s.so) but without
the top-level lib64

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#11750
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
Chases 7c64ee9
 ("zfs-import-{cache,scan}: change condition to FileNotEmpty")

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
SUSE stores the library at /lib64/libgcc_s.so.1 (/lib/libgcc_s.so.1 for
i686 glibc), which is in the search path

Also relax the /usr/lib path to catch systems similar to SUSE
(/usr/lib64/gcc/x86_64-suse-linux/10/libgcc_s.so) but without
the top-level lib64

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#11750
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 8, 2021
Chases 7c64ee9
 ("zfs-import-{cache,scan}: change condition to FileNotEmpty")

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 9, 2021
SUSE stores the library at /lib64/libgcc_s.so.1 (/lib/libgcc_s.so.1 for
i686 glibc), which is in the search path

Also relax the /usr/lib path to catch systems similar to SUSE
(/usr/lib64/gcc/x86_64-suse-linux/10/libgcc_s.so) but without
the top-level lib64

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#11750
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 9, 2021
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 9, 2021
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
behlendorf pushed a commit to behlendorf/zfs that referenced this pull request Jun 9, 2021
Chases 7c64ee9
 ("zfs-import-{cache,scan}: change condition to FileNotEmpty")

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12108
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Feb 10, 2022
Also reduce password retries to 3 to match i-t

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12065
Closes openzfs#12108
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Feb 14, 2022
Also reduce password retries to 3 to match i-t

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12065
Closes openzfs#12108
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Feb 16, 2022
Also reduce password retries to 3 to match i-t

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12065
Closes openzfs#12108
tonyhutter pushed a commit to tonyhutter/zfs that referenced this pull request Feb 17, 2022
Also reduce password retries to 3 to match i-t

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes openzfs#12065
Closes openzfs#12108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepted Ready to integrate (reviewed, tested)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants