Bug 623923
Summary: | Handle error if directory is not readable when doing repo upload | ||
---|---|---|---|
Product: | [Retired] Pulp | Reporter: | Shveta <ssachdev> |
Component: | z_other | Assignee: | Pradeep Kilambi <pkilambi> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | unspecified | CC: | pthomas |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-16 14:20:18 UTC | Type: | --- |
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: | 647488 |
Description
Shveta
2010-08-13 07:10:02 UTC
on re-reading this, we can probably handle this error better. fixed! commit 15c667dd89a5390ef262ab151406e9b9d4f5733d Author: Pradeep Kilambi <pkilambi> Date: Wed Oct 27 15:22:40 2010 -0400 bz:623923 - Handle read errors during upload $ sudo pulp-admin -u admin -p admin repo upload --id=f12_x86 --dir=http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/Packages/ Cannot read from directory /home/pkilambi/http:/download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/Packages Fixed in 0.77. Fixed in build 0.78. verified [root@preethi ~]# pulp-admin repo upload --id=repo-upload --dir=http://download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/Packages/ Cannot read from directory /root/http:/download.devel.redhat.com/released/F-12/GOLD/Fedora/i386/os/Packages Closing with Community Release 15 pulp-0.0.223-4. |