Skip to content

Commit

Permalink
Fix mount with label
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaser committed Jun 11, 2024
1 parent 1839a7e commit 8cbd8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion magnum_cluster_api/json_patches.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def _disk_setup(self, disks: list[DiskConfig]) -> dict:
def _mounts(self, disks: list[DiskConfig]) -> list[list[str]]:
return [
[
f"{disk.type}_disk",
f"LABEL={disk.type}_disk",
disk.mount_path,
]
for disk in disks
Expand Down

0 comments on commit 8cbd8d3

Please sign in to comment.