/var/lib/pulp/content not avialable

Hello

After a clean install of katello-3.x and content sync, the
/var/lib/pulp/content is not created.
The content sync appears to work, but the source content is not stored,
only the link in published.

With katello-2.x I had no issues with this. It started with katello-3.x
Currently I have katello-3.3 installed.

lrwxrwxrwx. 1 apache apache 139 Jan 19 22:36
/var/lib/pulp/published/yum/master/yum_distributor/JPP-CentOS7_Extra_Repositories-CentOS7-bacula-x86_64/1484861805.49/bacula-console-bat-7.0.5-7.el7.x86_64.rpm
-> /var/lib/pulp/content/units/r
pm/24/ba60c8a5afe14a90cea8987f20ad69275fe4bebb66b3e000b2d42f90d53089/bacula-console-bat-7.0.5-7.el7.x86_64.rpm

yum install -y katello \

             ipa-admintools \ 
             foreman-libvirt \ 
             tfm-rubygem-foreman_dhcp_browser

foreman-installer --scenario katello \

               --foreman-admin-password=***** \ 
               --foreman-email-smtp-address=seaking.jpp.nl \ 
               --foreman-email-smtp-domain=jpp.nl \ 
               --enable-foreman-plugin-remote-execution

Hi Jurgen,

The default sync type is now "on demand", so the symlinks will be broken until a client requests the packages (which will first be retrieved by Squid from upstream) and the Squid cache is processed (which I believe happens daily). The package is still available to other clients during this time from the Squid cache.

You can change the sync type both for an individual repository and the default for new repositories (in Settings -> Content).

Regards,

J

··· > On Jan 20, 2017, at 2:03 PM, Jurgen Ponds wrote: > > > Hello > > After a clean install of katello-3.x and content sync, the /var/lib/pulp/content is not created. > The content sync appears to work, but the source content is not stored, only the link in published. > > With katello-2.x I had no issues with this. It started with katello-3.x > Currently I have katello-3.3 installed. > > lrwxrwxrwx. 1 apache apache 139 Jan 19 22:36 /var/lib/pulp/published/yum/master/yum_distributor/JPP-CentOS7_Extra_Repositories-CentOS7-bacula-x86_64/1484861805.49/bacula-console-bat-7.0.5-7.el7.x86_64.rpm -> /var/lib/pulp/content/units/r > pm/24/ba60c8a5afe14a90cea8987f20ad69275fe4bebb66b3e000b2d42f90d53089/bacula-console-bat-7.0.5-7.el7.x86_64.rpm > > # yum install -y katello \ > ipa-admintools \ > foreman-libvirt \ > tfm-rubygem-foreman_dhcp_browser > > # foreman-installer --scenario katello \ > --foreman-admin-password=***** \ > --foreman-email-smtp-address=seaking.jpp.nl \ > --foreman-email-smtp-domain=jpp.nl \ > --enable-foreman-plugin-remote-execution > > -- > You received this message because you are subscribed to the Google Groups "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.

Jason

Thanks for the explanation.
It didn't work in the past, but now it works fine.

regards
Jurgen

··· On Monday, January 23, 2017 at 1:45:38 PM UTC+1, Jason Nance wrote: > > Hi Jurgen, > > The default sync type is now "on demand", so the symlinks will be broken > until a client requests the packages (which will first be retrieved by > Squid from upstream) and the Squid cache is processed (which I believe > happens daily). The package is still available to other clients during this > time from the Squid cache. > > You can change the sync type both for an individual repository and the > default for new repositories (in Settings -> Content). > > Regards, > > J > > > On Jan 20, 2017, at 2:03 PM, Jurgen Ponds > wrote: > > > Hello > > After a clean install of katello-3.x and content sync, the > /var/lib/pulp/content is not created. > The content sync appears to work, but the source content is not stored, > only the link in published. > > With katello-2.x I had no issues with this. It started with katello-3.x > Currently I have katello-3.3 installed. > > lrwxrwxrwx. 1 apache apache 139 Jan 19 22:36 > /var/lib/pulp/published/yum/master/yum_distributor/JPP-CentOS7_Extra_Repositories-CentOS7-bacula-x86_64/1484861805.49/bacula-console-bat-7.0.5-7.el7.x86_64.rpm > -> /var/lib/pulp/content/units/r > > pm/24/ba60c8a5afe14a90cea8987f20ad69275fe4bebb66b3e000b2d42f90d53089/bacula-console-bat-7.0.5-7.el7.x86_64.rpm > > # yum install -y katello \ > ipa-admintools \ > foreman-libvirt \ > tfm-rubygem-foreman_dhcp_browser > > # foreman-installer --scenario katello \ > --foreman-admin-password=***** \ > --foreman-email-smtp-address=seaking.jpp.nl \ > --foreman-email-smtp-domain=jpp.nl \ > --enable-foreman-plugin-remote-execution > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to foreman-user...@googlegroups.com . > To post to this group, send email to forema...@googlegroups.com > . > Visit this group at https://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout. > >