theforeman / foreman-ansible-modules

Ansible modules for interacting with the Foreman API and various plugin APIs such as Katello
GNU General Public License v3.0
147 stars 164 forks source link

content_export_* modules should document that chunk_size_gb doesn't work with syncable format #1738

Closed jeremylenz closed 2 months ago

jeremylenz commented 4 months ago
SUMMARY

If you pass format=syncable, the chunk_size_gb param is ignored. Syncable format exports don't support chunking. But this isn't mentioned anywhere in the documentation.

ISSUE TYPE
EXPECTED RESULTS

If I can't get a chunked syncable export, either an error informing me of this, or API docs that clearly state it before I try my export

ACTUAL RESULTS

a non-chunked syncable export