DOC Tracker for https://issues.redhat.com/browse/SAT-14713
Document that export destination should be in the ALLOWED_EXPORT_PATHS under /etc/pulp/settings.py
- vi /etc/pulp/settings.py // Look for the ALLOWED_EXPORT_PATHS and update the path
ALLOWED_EXPORT_PATHS = ["/var/lib/pulp/exports", "/var/lib/pulp/test"]
Dont vi /etc/pulp/settings.py directly. Instead either use hiera or or pass parameter to the installed
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2158186