| Summary: | timeout value accepted in repo sync and repo clone are inconsistent | ||
|---|---|---|---|
| Product: | [Retired] Pulp | Reporter: | Preethi Thomas <pthomas> |
| Component: | user-experience | Assignee: | Jason Connor <jconnor> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Preethi Thomas <pthomas> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | mmccune, skarmark |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | Sprint 29 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| 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
Preethi Thomas
2011-09-20 21:10:01 UTC
added same check in clone as we have for sync, but will now error out if a month or year is specified in the timeout build: 0.238 [root@preethi ~]# rpm -q pulp pulp-0.0.238-1.fc15.noarch [root@preethi ~]# pulp-admin -u admin -p admin repo clone --id=f14 --clone_id=f14-clone --feed=none --timeout=P2Y3M4DT5H6M -F Timeout may not contain months or years [root@preethi ~]# [root@preethi ~]# pulp-admin -u admin -p admin repo clone --id=f14 --clone_id=f14-clone --feed=none --timeout=P2M4DT5H6M -F Timeout may not contain months or years [root@preethi ~]# pulp-admin -u admin -p admin repo clone --id=f14 --clone_id=f14-clone --feed=none --timeout=P2Y4DT5H6M -F Timeout may not contain months or years [root@preethi ~]# root@preethi ~]# pulp-admin -u admin -p admin repo clone --id=f14 --clone_id=f14-clone --feed=none --timeout=P2DT5H6M -F Repository [f14] is being cloned as [f14-clone] Clone: Finished Item Details: Tree_File: 6/6 Rpm: 2766/2766 Pulp v1.0 is released Closed Current Release. Pulp v1.0 is released. |