Hi all,
Struggling with this one. I've got a situation where there seems to be a
discrepancy between my Satellite instance and my Capsule. I've applied an
Errata filter by Date to pin boxes to RHEL6.6, and on the Satellite I can
see that the filter is applied:
[root@satellite os]# ls
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server*
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.0.0.37.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.1.0.2.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.2.0.3.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.3.0.3.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.4.0.4.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.5.0.1.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.6.0.2.el6.x86_64.rpm
[root@satellite os]#
However, on the Capsule, there are extra packages:
[root@capsule-core-1 os]# ls
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server*
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.0.0.37.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.1.0.2.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.2.0.3.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.3.0.3.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.4.0.4.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.5.0.1.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.6.0.2.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.7.0.3.el6.x86_64.rpm
/var/lib/pulp/published/yum/https/repos/MyOrg/Library/CV6/content/dist/rhel/server/6/6Server/x86_64/os/redhat-release-server-6Server-6.8.0.5.el6.x86_64.rpm
[root@capsule-core-1 os]#
I've published the view a bunch of times and the packages are still there.
If I create a new view with the same filter, all works fine.
Are there any tricks to force a total resync of the content view from
Satellite? Pulp-admin commands or the like? I basically want to dump
whatever's on the capsule and force it to reinitialize from scratch against
the view on the Satellite…
Cheers!
Alex