Comment 4 for bug 1934143

Revision history for this message
Samuel Allan (samuelallan) wrote :

For the logic in the patch I've gone with:

- setting the value to an int in bytes -> templated out directly as is
- setting the value to "auto" -> automatically calculated based on the algorithm that ceph-ansible uses
- unset -> value not set in ceph.conf (ie. the default, backwards compatible)

Please let me know any feedback or alternate solutions required. :)