Bug 1020549
Summary: | Syncing repository with distribution to a node places distribution in the wrong directory | |||
---|---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Justin Sherrill <jsherril> | |
Component: | nodes | Assignee: | Jeff Ortel <jortel> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | Master | CC: | cwelton, mhrivnak, pthomas | |
Target Milestone: | --- | Keywords: | Triaged | |
Target Release: | 2.3.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1021314 (view as bug list) | Environment: | ||
Last Closed: | 2013-12-09 14:31:57 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1021314 |
Description
Justin Sherrill
2013-10-17 21:47:44 UTC
*** Bug 1021568 has been marked as a duplicate of this bug. *** build: 2.3.0-0.24.beta On the pulp-server [root@dell-pe2900-01 ~]# rpm -qa pulp-server pulp-server-2.3.0-0.26.beta.el6.noarch [root@dell-pe2900-01 ~]# rpm -qa pulp-nodes-parent pulp-nodes-parent-2.3.0-0.26.beta.el6.noarch [root@dell-pe2900-01 ~]# [root@dell-pe2900-01 ~]# tree /var/lib/pulp/content/distribution/ks-Red\ Hat\ Enterprise\ Linux\ Server-5.9-x86_64/ /var/lib/pulp/content/distribution/ks-Red Hat Enterprise Linux Server-5.9-x86_64/ |-- images | |-- boot.iso | |-- diskboot.img | |-- minstg2.img | |-- pxeboot | | |-- initrd.img | | `-- vmlinuz | |-- stage2.img | `-- xen | |-- initrd.img | `-- vmlinuz |-- Server | `-- repodata | |-- 101ecad62a146f3ab4e06ca16104cdb90b225a48-filelists.xml.gz | |-- 289101a61191454ff75fe12046e26e85b0e2f482-filelists.sqlite.bz2 | |-- 329cf55bc21b6c16fcc54fbcb0edd91bcf27d3bd-updateinfo.xml.gz | |-- 4ec225f636e39c137f8330c4ac2618f0020e85d6-other.xml.gz | |-- 53939e47b5c6e5e960f18fc7c209d60ce37ccc01-other.sqlite.bz2 | |-- 61c1abdd05c1bf5abfb346f7d0b55abb8a519817-comps-rhel5-server-core.xml.gz | |-- 8700492668c730742984ec61666e4f3499c07713-comps-rhel5-server-core.xml | |-- 908500781155e417f50c845157ee922d22008961-primary.sqlite.bz2 | |-- d984304da8889ba9e906d8a0455418f4b7edc206-primary.xml.gz | |-- productid.gz | `-- repomd.xml `-- treeinfo 5 directories, 20 files [root@dell-pe2900-01 ~]# on the node-child [root@hp-dl120g5-01 ~]# rpm -qa pulp-nodes-child pulp-nodes-child-2.3.0-0.26.beta.el6.noarch [root@hp-dl120g5-01 ~]# [root@hp-dl120g5-01 ~]# tree /var/lib/pulp/content/distribution/ks-Red\ Hat\ Enterprise\ Linux\ Server-5.9-x86_64/ /var/lib/pulp/content/distribution/ks-Red Hat Enterprise Linux Server-5.9-x86_64/ |-- images | |-- boot.iso | |-- diskboot.img | |-- minstg2.img | |-- pxeboot | | |-- initrd.img | | `-- vmlinuz | |-- stage2.img | `-- xen | |-- initrd.img | `-- vmlinuz |-- Server | `-- repodata | |-- 101ecad62a146f3ab4e06ca16104cdb90b225a48-filelists.xml.gz | |-- 289101a61191454ff75fe12046e26e85b0e2f482-filelists.sqlite.bz2 | |-- 329cf55bc21b6c16fcc54fbcb0edd91bcf27d3bd-updateinfo.xml.gz | |-- 4ec225f636e39c137f8330c4ac2618f0020e85d6-other.xml.gz | |-- 53939e47b5c6e5e960f18fc7c209d60ce37ccc01-other.sqlite.bz2 | |-- 61c1abdd05c1bf5abfb346f7d0b55abb8a519817-comps-rhel5-server-core.xml.gz | |-- 8700492668c730742984ec61666e4f3499c07713-comps-rhel5-server-core.xml | |-- 908500781155e417f50c845157ee922d22008961-primary.sqlite.bz2 | |-- d984304da8889ba9e906d8a0455418f4b7edc206-primary.xml.gz | |-- productid.gz | `-- repomd.xml `-- treeinfo 5 directories, 20 files [root@hp-dl120g5-01 ~]# publish task on the child node [root@hp-dl120g5-01 ~]# pulp-admin tasks list +----------------------------------------------------------------------+ Tasks +----------------------------------------------------------------------+ Operations: auto_publish, publish Resources: rhel59-os (repository) State: Successful Start Time: 2013-10-30T15:10:45Z Finish Time: 2013-10-30T15:17:54Z Result: N/A Task Id: 93ff76e6-1617-4d9f-a901-aac787e8ac7d [root@hp-dl120g5-01 ~]# Pulp 2.3 released. |