| Summary: | iso_distributor doesn't retain listing files | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Mike McCune <mmccune> |
| Component: | rpm-support | Assignee: | Barnaby Court <bcourt> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Master | CC: | bcourt, jortel, pthomas, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | 2.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1023183 | Environment: | |
| Last Closed: | 2014-08-09 06:54:43 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | 1023183 | ||
| Bug Blocks: | |||
|
Description
Mike McCune
2013-10-24 20:17:55 UTC
build: 2.3.1-0.3.beta and 2.3.0.0.37.beta Seems like listing is still missing in 2.3 and from looking at target release it supposed to be fixed for 2.4. Moving it back to modified. [root@pulp-v2-server ~]# rpm -qa pulp-server pulp-server-2.3.0-0.38.beta.el6.noarch [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# mount -o loop /var/lib/pulp/published/https/exports/repo/SAM/SAM-2013-11-27T13.55-01.iso /mnt [root@pulp-v2-server ~]# ls /mnt/content/dist/rhel/rhui/server/6/6Server/x86_64/subscription-asset-manager/1/os/ [root@pulp-v2-server ~]# find /mnt/content/ |grep listing [root@pulp-v2-server ~]# [root@pulp-v2-server ~]# build: 2.4.0-0.7.beta verified
[root@pulp-24-server ~]# rpm -qa pulp-server
pulp-server-2.4.0-0.9.beta.el6.noarch
[root@pulp-24-server ~]#
[root@pulp-24-server ~]# pulp-admin rpm repo export run --repo-id zoo
+----------------------------------------------------------------------+
Publishing Repository [zoo]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Exporting packages...
[==================================================] 100%
Rpms: 31/31 items
... completed
Exporting errata...
[==================================================] 100%
Errata: 4/4 items
... completed
Exporting distributions...
[==================================================] 100%
Distributions: 0/0 items
... completed
Generating metadata...
[\]
... completed
[==================================================] 100%
Iso Images: 1/1 items
... completed
Publishing over HTTPS...
[-]
... completed
Task Succeeded
[root@pulp-24-server ~]# mount -o loop /var/lib/pulp/published/https/exports/repo/
yum-puppet/ zoo/
[root@pulp-24-server ~]# mount -o loop /var/lib/pulp/published/https/exports/repo/zoo/zoo-2014-04-17T13.36-01.iso /mnt
[root@pulp-24-server ~]# ls /mnt/
listing repos/
[root@pulp-24-server ~]# ls /mnt/repos/
listing pulp/
[root@pulp-24-server ~]# ls /mnt/repos/pulp/
listing pulp/
[root@pulp-24-server ~]# ls /mnt/repos/pulp/pulp/
demo_repos/ listing
[root@pulp-24-server ~]# ls /mnt/repos/pulp/pulp/
demo_repos/ listing
[root@pulp-24-server ~]# ls /mnt/repos/pulp/pulp/demo_repos/
listing zoo/
This has been fixed in Pulp 2.4.0-1. |