Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 49641ad

Browse files
Fix KeyError issues last updated in #86
Signed-off-by: Tobias Wolf <[email protected]>
1 parent d75e8ad commit 49641ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rookify/modules/ceph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(self, config: Dict[str, Any]):
1919
status_data = self.mon_command("status")
2020

2121
self._fsid = status_data["fsid"]
22+
2223
self._systemd_file_name_templates = config.get(
2324
"systemd_file_name_templates", {}
2425
)

0 commit comments

Comments
 (0)