Open carpoon opened 9 months ago
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @bcoca @fishman @jasperla @jpdasma @mator @scathatheworm @troy2914 @xen0l click here for bot help
!component zfs
!component =plugins/modules/zfs.py
Files identified in the description:
If these files are incorrect, please update the component name
section of the description or use the !component
bot command.
cc @johanwiren click here for bot help
Summary
In zfs, different properties can have different values, but there are two special ones, that require special handling, inherit and default. To achieve idempotency and to have the ability to set all values for zfs properties, it's required to handle these special values.
Issue Type
Feature Idea
Component Name
zfs
Additional Information
Why is it needed:
The goal would be to a be able to write something like this:
Implementation details
If this behavior is acceptable, I'll create a PR with my modifications.
Code of Conduct