| Summary: | Importing distribution fails | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Peter Meier <peter.meier> |
| Component: | user-experience | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Peter Meier
2011-11-10 12:38:22 UTC
hmm seems like the iso you're trying to sync has some incomplete treeinfo. Could you point me to the url of the centos iso you downloaded from? Thanks. I think i found an iso with this issue. The problem is the treeinfo file. If you look at the .treeinfo in your url family = Centos timestamp = 1320320378.49 variant = version = 6 packagedir = arch = x86_64 so since its a bank string surprisingly of length 1 :) the path ended up with -- I'll push a fix sometime today. Yes I can confirm that: # cat /var/www/html/isos/centos6_mount/.treeinfo [general] family = CentOS timestamp = 1310229667.07 variant = totaldiscs = 1 version = 6.0 discnum = 1 packagedir = arch = x86_64 [images-x86_64] kernel = images/pxeboot/vmlinuz initrd = images/pxeboot/initrd.img boot.iso = images/boot.iso [images-xen] kernel = images/pxeboot/vmlinuz initrd = images/pxeboot/initrd.img [stage2] mainimage = images/install.img fixed, should be make it into next qe build. build: 0.248 verified [root@preethi ~]# rpm -q pulp pulp-0.0.255-1.fc15.noarch [root@preethi ~]# [root@preethi ~]# pulp-admin repo sync --id=centos1 -F Sync for repository centos1 started Sync: Finished 4764/4768 new items downloaded 4/4768 existing items processed Item Details: Tree Files: 4/4 RPMs: 4764/4764 [root@preethi ~]# cat /var/lib/pulp/repos/centos/6/os/x86_64/.treeinfo [general] family = CentOS timestamp = 1323560005.81 variant = totaldiscs = 1 version = 6.2 discnum = 1 packagedir = arch = x86_64 [images-x86_64] kernel = images/pxeboot/vmlinuz initrd = images/pxeboot/initrd.img boot.iso = ../../isos/x86_64/CentOS-6.2-x86_64-netinstall.iso [images-xen] kernel = images/pxeboot/vmlinuz initrd = images/pxeboot/initrd.img [stage2] mainimage = images/install.img [root@preethi ~]# Pulp v1.0 is released Closed Current Release. Pulp v1.0 is released. |