Trouble with pulpcore workers after trying to sync deb repo

I have no ‘units’ directory under /var/lib/pulp/content/
Last time I create a directory (…/deb/) under this path I broke my pulpcore workers so I would like to be sure I can create it with no risks…

How does ls -ltr /var/lib/pulp/content/ look like? That should be owned by apache:apache and you shouldn’t need to create the units and sub-directories by yourself. They are created automatically for you during the sync if the permissions are set correctly on the parent directories.

/var/lib/pulp/content/ is empty and owned by pulp:pulp

ls -ltr /var/lib/pulp/content/

total 0

I will change the owner and try again.