Skip to content

Commit

Permalink
Fix KeyError issues last updated in #86
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Wolf <[email protected]>
  • Loading branch information
NotTheEvilOne authored Nov 6, 2024
1 parent d75e8ad commit 49641ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rookify/modules/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(self, config: Dict[str, Any]):
status_data = self.mon_command("status")

self._fsid = status_data["fsid"]

self._systemd_file_name_templates = config.get(
"systemd_file_name_templates", {}
)
Expand Down

0 comments on commit 49641ad

Please sign in to comment.