Actions
Issue #1110
closedManual publish fails for repo with content
Status:
CLOSED - NOTABUG
Priority:
High
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version - OSTree:
master
Platform Release:
Target Release - OSTree:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
Sync successfully finished:
pulp-admin -vv ostree repo create --repo-id=test --feed=http://rpm-ostree.cloud.fedoraproject.org/repo/ --branch fedora-atomic/f21/x86_64/cloud/docker-host
pulp-admin -vv ostree repo sync run --repo-id test
Publish fails with the error:
$ pulp-admin ostree repo publish run --repo-id test
Warning: path should have mode 0700 because it may contain sensitive information: /home/ipanova/.pulp/
+----------------------------------------------------------------------+
Publishing Repository [test]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Task Failed
GError('Remote
"file:///var/lib/pulp/content/shared/ostree/78923652e7bce809b77e94153d5e7e1d5d2b
81bf0db974574d1da298f0dcd06e/links/04e044c426bfadda25b465c11a80f431426e30f231ca2
6c2f6142b0818d6aaa1" not found',)
$ ll /var/lib/pulp/content/shared/ostree/78923652e7bce809b77e94153d5e7e1d5d2b81bf0db974574d1da298f0dcd06e/links/04e044c426bfadda25b465c11a80f431426e30f231ca26c2f6142b0818d6aaa1/
total 24
-rw-r--r--. 1 apache apache 184 Jul 3 15:31 config
drwxr-sr-x. 258 apache apache 4096 Jul 3 15:32 objects
drwxr-sr-x. 4 apache apache 4096 Jul 3 15:31 refs
drwxr-sr-x. 2 apache apache 4096 Jul 3 15:42 state
drwxr-sr-x. 2 apache apache 4096 Jul 3 15:42 tmp
drwxr-sr-x. 2 apache apache 4096 Jul 3 15:31 uncompressed-objects-cache
Updated by bmbouter over 8 years ago
- Priority changed from Normal to High
- Triaged changed from No to Yes
Updated by ipanova@redhat.com over 8 years ago
- Status changed from NEW to CLOSED - NOTABUG
Everything worked with newer version that jortel gave me
$ rpm -qa ostree
ostree-2015.6.129.g31d16c9-3.fc21.x86_64
[ipanova@ina pulp_development]$ pulp-admin ostree repo publish run --repo-id test
+----------------------------------------------------------------------+
Publishing Repository [test]
+----------------------------------------------------------------------+
This command may be exited via ctrl+c without affecting the request.
Publish Trees
[|]
... completed
Making files available via web.
[|]
... completed
Task Succeeded
Actions