Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Fixed bug: setting ZFS properties via 'iocage set' raised exception (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thedix authored and Brandon Schneider committed Sep 27, 2018
1 parent 18238cf commit c5473ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iocage_lib/ioc_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,8 @@ def json_check_prop(self, key, value, conf):

self.zfs_set_property(f"{pool}/iocage/{_type}/{uuid}", key, value)

return value, conf

elif key in props.keys():
# Either it contains what we expect, or it's a string.

Expand Down

0 comments on commit c5473ff

Please sign in to comment.