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

do not blacklist used filesystems #289

Merged
merged 5 commits into from
Aug 7, 2020
Merged

do not blacklist used filesystems #289

merged 5 commits into from
Aug 7, 2020

Conversation

schurzi
Copy link
Contributor

@schurzi schurzi commented Aug 5, 2020

some systems seem to require vfat because of efi, despite not exposing a
/sys/firmware/efi directory.

Signed-off-by: Martin Schurz Martin.Schurz@t-systems.com

some systems seem to require vfat because of efi, despite not exposing a
/sys/firmware/efi directory.

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@schurzi
Copy link
Contributor Author

schurzi commented Aug 5, 2020

solves #288

tasks/modprobe.yml Outdated Show resolved Hide resolved
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
so we don't break existing mounts with our configuration

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@rndmh3ro
Copy link
Member

rndmh3ro commented Aug 5, 2020

@rootbox can you test this PR?

@schurzi
Copy link
Contributor Author

schurzi commented Aug 5, 2020

tests are failing on el6 because of this: https://wrightturn.wordpress.com/2017/05/25/ansible-map-not-available-on-el6/

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@schurzi schurzi changed the title add additional check for efi do not blacklist used filesystems Aug 6, 2020
Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
@rndmh3ro rndmh3ro added the patch label Aug 7, 2020
@rndmh3ro
Copy link
Member

rndmh3ro commented Aug 7, 2020

Thanks!

@rndmh3ro rndmh3ro merged commit eaeca04 into master Aug 7, 2020
@rndmh3ro rndmh3ro deleted the efi branch August 7, 2020 06:59
@stndrf
Copy link

stndrf commented Aug 19, 2020

@rootbox can you test this PR?

I'm sorry for my late reply: yes it works perfectly fine!

rndmh3ro added a commit that referenced this pull request Nov 8, 2020
unify changelog and release actions
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
unify changelog and release actions
divialth pushed a commit to divialth/ansible-collection-hardening that referenced this pull request Aug 3, 2022
* add additional check for efi

some systems seem to require vfat because of efi, despite not exposing a
/sys/firmware/efi directory.

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* make linter happy

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* rework check to check for all used filesystems

so we don't break existing mounts with our configuration

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* do not check this on el6

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>

* add comment to clarify

Signed-off-by: Martin Schurz <Martin.Schurz@t-systems.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants