Skip to content

Zfs fixes #1731

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

Merged
merged 5 commits into from
Jul 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
filesystem: log unknown action types
  • Loading branch information
dbungert committed Jul 19, 2023
commit 83c7c6de93ea587bda4b9d43ba28cae4651bf8a9
1 change: 1 addition & 0 deletions subiquity/models/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1521,6 +1521,7 @@ def _actions_from_config(self, config, *, blockdevs, is_probe_data):
if c is None:
# Ignore any action we do not know how to process yet
# (e.g. bcache)
log.debug(f'ignoring unknown action type {action["type"]}')
continue
kw = {}
field_names = set()
Expand Down